Package org.xlsx4j.sml
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.BooleanapplyAlignmentFormatsprotected java.lang.BooleanapplyBorderFormatsprotected java.lang.BooleanapplyFontFormatsprotected java.lang.BooleanapplyNumberFormatsprotected java.lang.BooleanapplyPatternFormatsprotected java.lang.BooleanapplyWidthHeightFormatsprotected java.lang.LongautoFormatIdprotected java.lang.Stringrefprotected longsheetId -
Constructor Summary
Constructors Constructor Description CTRevisionAutoFormatting() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.LonggetAutoFormatId()Gets the value of the autoFormatId property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetRef()Gets the value of the ref property.longgetSheetId()Gets the value of the sheetId property.java.lang.BooleanisApplyAlignmentFormats()Gets the value of the applyAlignmentFormats property.java.lang.BooleanisApplyBorderFormats()Gets the value of the applyBorderFormats property.java.lang.BooleanisApplyFontFormats()Gets the value of the applyFontFormats property.java.lang.BooleanisApplyNumberFormats()Gets the value of the applyNumberFormats property.java.lang.BooleanisApplyPatternFormats()Gets the value of the applyPatternFormats property.java.lang.BooleanisApplyWidthHeightFormats()Gets the value of the applyWidthHeightFormats property.voidsetApplyAlignmentFormats(java.lang.Boolean value)Sets the value of the applyAlignmentFormats property.voidsetApplyBorderFormats(java.lang.Boolean value)Sets the value of the applyBorderFormats property.voidsetApplyFontFormats(java.lang.Boolean value)Sets the value of the applyFontFormats property.voidsetApplyNumberFormats(java.lang.Boolean value)Sets the value of the applyNumberFormats property.voidsetApplyPatternFormats(java.lang.Boolean value)Sets the value of the applyPatternFormats property.voidsetApplyWidthHeightFormats(java.lang.Boolean value)Sets the value of the applyWidthHeightFormats property.voidsetAutoFormatId(java.lang.Long value)Sets the value of the autoFormatId property.voidsetParent(java.lang.Object parent)voidsetRef(java.lang.String value)Sets the value of the ref property.voidsetSheetId(long value)Sets the value of the sheetId property.
-
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 isString
-
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 isLong
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(javax.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.
-