Class CTRevisionAutoFormatting

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

public class CTRevisionAutoFormatting
extends java.lang.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 Summary

    Fields
    Modifier and Type Field Description
    protected java.lang.Boolean applyAlignmentFormats  
    protected java.lang.Boolean applyBorderFormats  
    protected java.lang.Boolean applyFontFormats  
    protected java.lang.Boolean applyNumberFormats  
    protected java.lang.Boolean applyPatternFormats  
    protected java.lang.Boolean applyWidthHeightFormats  
    protected java.lang.Long autoFormatId  
    protected java.lang.String ref  
    protected long sheetId  
  • Constructor Summary

    Constructors
    Constructor Description
    CTRevisionAutoFormatting()  
  • Method Summary

    Modifier and Type Method Description
    void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
    This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
    java.lang.Long getAutoFormatId()
    Gets the value of the autoFormatId property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.String getRef()
    Gets the value of the ref property.
    long getSheetId()
    Gets the value of the sheetId property.
    java.lang.Boolean isApplyAlignmentFormats()
    Gets the value of the applyAlignmentFormats property.
    java.lang.Boolean isApplyBorderFormats()
    Gets the value of the applyBorderFormats property.
    java.lang.Boolean isApplyFontFormats()
    Gets the value of the applyFontFormats property.
    java.lang.Boolean isApplyNumberFormats()
    Gets the value of the applyNumberFormats property.
    java.lang.Boolean isApplyPatternFormats()
    Gets the value of the applyPatternFormats property.
    java.lang.Boolean isApplyWidthHeightFormats()
    Gets the value of the applyWidthHeightFormats property.
    void setApplyAlignmentFormats​(java.lang.Boolean value)
    Sets the value of the applyAlignmentFormats property.
    void setApplyBorderFormats​(java.lang.Boolean value)
    Sets the value of the applyBorderFormats property.
    void setApplyFontFormats​(java.lang.Boolean value)
    Sets the value of the applyFontFormats property.
    void setApplyNumberFormats​(java.lang.Boolean value)
    Sets the value of the applyNumberFormats property.
    void setApplyPatternFormats​(java.lang.Boolean value)
    Sets the value of the applyPatternFormats property.
    void setApplyWidthHeightFormats​(java.lang.Boolean value)
    Sets the value of the applyWidthHeightFormats property.
    void setAutoFormatId​(java.lang.Long value)
    Sets the value of the autoFormatId property.
    void setParent​(java.lang.Object parent)  
    void setRef​(java.lang.String value)
    Sets the value of the ref property.
    void setSheetId​(long value)
    Sets the value of the sheetId property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • sheetId

      protected long sheetId
    • ref

      protected java.lang.String ref
    • autoFormatId

      protected java.lang.Long autoFormatId
    • applyNumberFormats

      protected java.lang.Boolean applyNumberFormats
    • applyBorderFormats

      protected java.lang.Boolean applyBorderFormats
    • applyFontFormats

      protected java.lang.Boolean applyFontFormats
    • applyPatternFormats

      protected java.lang.Boolean applyPatternFormats
    • applyAlignmentFormats

      protected java.lang.Boolean applyAlignmentFormats
    • applyWidthHeightFormats

      protected java.lang.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 java.lang.String getRef()
      Gets the value of the ref property.
      Returns:
      possible object is String
    • setRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public java.lang.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​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.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.