Class CTRevisionAutoFormatting

java.lang.Object
org.xlsx4j.sml.CTRevisionAutoFormatting
All Implemented Interfaces:
Child

public class CTRevisionAutoFormatting extends Object implements Child

Java class for CT_RevisionAutoFormatting complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_RevisionAutoFormatting">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}AG_AutoFormat"/>
       <attribute name="sheetId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="ref" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Ref" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • sheetId

      protected long sheetId
    • ref

      protected String ref
    • autoFormatId

      protected Long autoFormatId
    • applyNumberFormats

      protected Boolean applyNumberFormats
    • applyBorderFormats

      protected Boolean applyBorderFormats
    • applyFontFormats

      protected Boolean applyFontFormats
    • applyPatternFormats

      protected Boolean applyPatternFormats
    • applyAlignmentFormats

      protected Boolean applyAlignmentFormats
    • applyWidthHeightFormats

      protected Boolean applyWidthHeightFormats
  • Constructor Details

    • CTRevisionAutoFormatting

      public CTRevisionAutoFormatting()
  • Method Details

    • getSheetId

      public long getSheetId()
      Gets the value of the sheetId property.
    • setSheetId

      public void setSheetId(long value)
      Sets the value of the sheetId property.
    • getRef

      public String getRef()
      Gets the value of the ref property.
      Returns:
      possible object is String
    • setRef

      public void setRef(String value)
      Sets the value of the ref property.
      Parameters:
      value - allowed object is String
    • getAutoFormatId

      public Long getAutoFormatId()
      Gets the value of the autoFormatId property.
      Returns:
      possible object is Long
    • setAutoFormatId

      public void setAutoFormatId(Long value)
      Sets the value of the autoFormatId property.
      Parameters:
      value - allowed object is Long
    • isApplyNumberFormats

      public Boolean isApplyNumberFormats()
      Gets the value of the applyNumberFormats property.
      Returns:
      possible object is Boolean
    • setApplyNumberFormats

      public void setApplyNumberFormats(Boolean value)
      Sets the value of the applyNumberFormats property.
      Parameters:
      value - allowed object is Boolean
    • isApplyBorderFormats

      public Boolean isApplyBorderFormats()
      Gets the value of the applyBorderFormats property.
      Returns:
      possible object is Boolean
    • setApplyBorderFormats

      public void setApplyBorderFormats(Boolean value)
      Sets the value of the applyBorderFormats property.
      Parameters:
      value - allowed object is Boolean
    • isApplyFontFormats

      public Boolean isApplyFontFormats()
      Gets the value of the applyFontFormats property.
      Returns:
      possible object is Boolean
    • setApplyFontFormats

      public void setApplyFontFormats(Boolean value)
      Sets the value of the applyFontFormats property.
      Parameters:
      value - allowed object is Boolean
    • isApplyPatternFormats

      public Boolean isApplyPatternFormats()
      Gets the value of the applyPatternFormats property.
      Returns:
      possible object is Boolean
    • setApplyPatternFormats

      public void setApplyPatternFormats(Boolean value)
      Sets the value of the applyPatternFormats property.
      Parameters:
      value - allowed object is Boolean
    • isApplyAlignmentFormats

      public Boolean isApplyAlignmentFormats()
      Gets the value of the applyAlignmentFormats property.
      Returns:
      possible object is Boolean
    • setApplyAlignmentFormats

      public void setApplyAlignmentFormats(Boolean value)
      Sets the value of the applyAlignmentFormats property.
      Parameters:
      value - allowed object is Boolean
    • isApplyWidthHeightFormats

      public Boolean isApplyWidthHeightFormats()
      Gets the value of the applyWidthHeightFormats property.
      Returns:
      possible object is Boolean
    • setApplyWidthHeightFormats

      public void setApplyWidthHeightFormats(Boolean value)
      Sets the value of the applyWidthHeightFormats property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.