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>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
applyAlignmentFormats |
protected Boolean |
applyBorderFormats |
protected Boolean |
applyFontFormats |
protected Boolean |
applyNumberFormats |
protected Boolean |
applyPatternFormats |
protected Boolean |
applyWidthHeightFormats |
protected Long |
autoFormatId |
protected String |
ref |
protected long |
sheetId |
Constructor and Description |
---|
CTRevisionAutoFormatting() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
Long |
getAutoFormatId()
Gets the value of the autoFormatId property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getRef()
Gets the value of the ref property.
|
long |
getSheetId()
Gets the value of the sheetId property.
|
Boolean |
isApplyAlignmentFormats()
Gets the value of the applyAlignmentFormats property.
|
Boolean |
isApplyBorderFormats()
Gets the value of the applyBorderFormats property.
|
Boolean |
isApplyFontFormats()
Gets the value of the applyFontFormats property.
|
Boolean |
isApplyNumberFormats()
Gets the value of the applyNumberFormats property.
|
Boolean |
isApplyPatternFormats()
Gets the value of the applyPatternFormats property.
|
Boolean |
isApplyWidthHeightFormats()
Gets the value of the applyWidthHeightFormats property.
|
void |
setApplyAlignmentFormats(Boolean value)
Sets the value of the applyAlignmentFormats property.
|
void |
setApplyBorderFormats(Boolean value)
Sets the value of the applyBorderFormats property.
|
void |
setApplyFontFormats(Boolean value)
Sets the value of the applyFontFormats property.
|
void |
setApplyNumberFormats(Boolean value)
Sets the value of the applyNumberFormats property.
|
void |
setApplyPatternFormats(Boolean value)
Sets the value of the applyPatternFormats property.
|
void |
setApplyWidthHeightFormats(Boolean value)
Sets the value of the applyWidthHeightFormats property.
|
void |
setAutoFormatId(Long value)
Sets the value of the autoFormatId property.
|
void |
setParent(Object parent) |
void |
setRef(String value)
Sets the value of the ref property.
|
void |
setSheetId(long value)
Sets the value of the sheetId property.
|
protected long sheetId
protected String ref
protected Long autoFormatId
protected Boolean applyNumberFormats
protected Boolean applyBorderFormats
protected Boolean applyFontFormats
protected Boolean applyPatternFormats
protected Boolean applyAlignmentFormats
protected Boolean applyWidthHeightFormats
public long getSheetId()
public void setSheetId(long value)
public String getRef()
String
public void setRef(String value)
value
- allowed object is
String
public Long getAutoFormatId()
Long
public void setAutoFormatId(Long value)
value
- allowed object is
Long
public Boolean isApplyNumberFormats()
Boolean
public void setApplyNumberFormats(Boolean value)
value
- allowed object is
Boolean
public Boolean isApplyBorderFormats()
Boolean
public void setApplyBorderFormats(Boolean value)
value
- allowed object is
Boolean
public Boolean isApplyFontFormats()
Boolean
public void setApplyFontFormats(Boolean value)
value
- allowed object is
Boolean
public Boolean isApplyPatternFormats()
Boolean
public void setApplyPatternFormats(Boolean value)
value
- allowed object is
Boolean
public Boolean isApplyAlignmentFormats()
Boolean
public void setApplyAlignmentFormats(Boolean value)
value
- allowed object is
Boolean
public Boolean isApplyWidthHeightFormats()
Boolean
public void setApplyWidthHeightFormats(Boolean value)
value
- allowed object is
Boolean
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.