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>
| Modifier and Type | Field and 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 and Description |
|---|
CTRevisionAutoFormatting() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
protected long sheetId
protected java.lang.String ref
protected java.lang.Long autoFormatId
protected java.lang.Boolean applyNumberFormats
protected java.lang.Boolean applyBorderFormats
protected java.lang.Boolean applyFontFormats
protected java.lang.Boolean applyPatternFormats
protected java.lang.Boolean applyAlignmentFormats
protected java.lang.Boolean applyWidthHeightFormats
public long getSheetId()
public void setSheetId(long value)
public java.lang.String getRef()
Stringpublic void setRef(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getAutoFormatId()
Longpublic void setAutoFormatId(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Boolean isApplyNumberFormats()
Booleanpublic void setApplyNumberFormats(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isApplyBorderFormats()
Booleanpublic void setApplyBorderFormats(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isApplyFontFormats()
Booleanpublic void setApplyFontFormats(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isApplyPatternFormats()
Booleanpublic void setApplyPatternFormats(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isApplyAlignmentFormats()
Booleanpublic void setApplyAlignmentFormats(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isApplyWidthHeightFormats()
Booleanpublic void setApplyWidthHeightFormats(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.