Interface CTRevisionAutoFormatting
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTRevisionAutoFormatting extends XmlObject
An XML CT_RevisionAutoFormatting(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTRevisionAutoFormatting.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetApplyAlignmentFormats()Gets the "applyAlignmentFormats" attributebooleangetApplyBorderFormats()Gets the "applyBorderFormats" attributebooleangetApplyFontFormats()Gets the "applyFontFormats" attributebooleangetApplyNumberFormats()Gets the "applyNumberFormats" attributebooleangetApplyPatternFormats()Gets the "applyPatternFormats" attributebooleangetApplyWidthHeightFormats()Gets the "applyWidthHeightFormats" attributelonggetAutoFormatId()Gets the "autoFormatId" attributejava.lang.StringgetRef()Gets the "ref" attributelonggetSheetId()Gets the "sheetId" attributebooleanisSetApplyAlignmentFormats()True if has "applyAlignmentFormats" attributebooleanisSetApplyBorderFormats()True if has "applyBorderFormats" attributebooleanisSetApplyFontFormats()True if has "applyFontFormats" attributebooleanisSetApplyNumberFormats()True if has "applyNumberFormats" attributebooleanisSetApplyPatternFormats()True if has "applyPatternFormats" attributebooleanisSetApplyWidthHeightFormats()True if has "applyWidthHeightFormats" attributebooleanisSetAutoFormatId()True if has "autoFormatId" attributevoidsetApplyAlignmentFormats(boolean applyAlignmentFormats)Sets the "applyAlignmentFormats" attributevoidsetApplyBorderFormats(boolean applyBorderFormats)Sets the "applyBorderFormats" attributevoidsetApplyFontFormats(boolean applyFontFormats)Sets the "applyFontFormats" attributevoidsetApplyNumberFormats(boolean applyNumberFormats)Sets the "applyNumberFormats" attributevoidsetApplyPatternFormats(boolean applyPatternFormats)Sets the "applyPatternFormats" attributevoidsetApplyWidthHeightFormats(boolean applyWidthHeightFormats)Sets the "applyWidthHeightFormats" attributevoidsetAutoFormatId(long autoFormatId)Sets the "autoFormatId" attributevoidsetRef(java.lang.String ref)Sets the "ref" attributevoidsetSheetId(long sheetId)Sets the "sheetId" attributevoidunsetApplyAlignmentFormats()Unsets the "applyAlignmentFormats" attributevoidunsetApplyBorderFormats()Unsets the "applyBorderFormats" attributevoidunsetApplyFontFormats()Unsets the "applyFontFormats" attributevoidunsetApplyNumberFormats()Unsets the "applyNumberFormats" attributevoidunsetApplyPatternFormats()Unsets the "applyPatternFormats" attributevoidunsetApplyWidthHeightFormats()Unsets the "applyWidthHeightFormats" attributevoidunsetAutoFormatId()Unsets the "autoFormatId" attributeXmlBooleanxgetApplyAlignmentFormats()Gets (as xml) the "applyAlignmentFormats" attributeXmlBooleanxgetApplyBorderFormats()Gets (as xml) the "applyBorderFormats" attributeXmlBooleanxgetApplyFontFormats()Gets (as xml) the "applyFontFormats" attributeXmlBooleanxgetApplyNumberFormats()Gets (as xml) the "applyNumberFormats" attributeXmlBooleanxgetApplyPatternFormats()Gets (as xml) the "applyPatternFormats" attributeXmlBooleanxgetApplyWidthHeightFormats()Gets (as xml) the "applyWidthHeightFormats" attributeXmlUnsignedIntxgetAutoFormatId()Gets (as xml) the "autoFormatId" attributeSTRefxgetRef()Gets (as xml) the "ref" attributeXmlUnsignedIntxgetSheetId()Gets (as xml) the "sheetId" attributevoidxsetApplyAlignmentFormats(XmlBoolean applyAlignmentFormats)Sets (as xml) the "applyAlignmentFormats" attributevoidxsetApplyBorderFormats(XmlBoolean applyBorderFormats)Sets (as xml) the "applyBorderFormats" attributevoidxsetApplyFontFormats(XmlBoolean applyFontFormats)Sets (as xml) the "applyFontFormats" attributevoidxsetApplyNumberFormats(XmlBoolean applyNumberFormats)Sets (as xml) the "applyNumberFormats" attributevoidxsetApplyPatternFormats(XmlBoolean applyPatternFormats)Sets (as xml) the "applyPatternFormats" attributevoidxsetApplyWidthHeightFormats(XmlBoolean applyWidthHeightFormats)Sets (as xml) the "applyWidthHeightFormats" attributevoidxsetAutoFormatId(XmlUnsignedInt autoFormatId)Sets (as xml) the "autoFormatId" attributevoidxsetRef(STRef ref)Sets (as xml) the "ref" attributevoidxsetSheetId(XmlUnsignedInt sheetId)Sets (as xml) the "sheetId" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getSheetId
long getSheetId()
Gets the "sheetId" attribute
-
xgetSheetId
XmlUnsignedInt xgetSheetId()
Gets (as xml) the "sheetId" attribute
-
setSheetId
void setSheetId(long sheetId)
Sets the "sheetId" attribute
-
xsetSheetId
void xsetSheetId(XmlUnsignedInt sheetId)
Sets (as xml) the "sheetId" attribute
-
getAutoFormatId
long getAutoFormatId()
Gets the "autoFormatId" attribute
-
xgetAutoFormatId
XmlUnsignedInt xgetAutoFormatId()
Gets (as xml) the "autoFormatId" attribute
-
isSetAutoFormatId
boolean isSetAutoFormatId()
True if has "autoFormatId" attribute
-
setAutoFormatId
void setAutoFormatId(long autoFormatId)
Sets the "autoFormatId" attribute
-
xsetAutoFormatId
void xsetAutoFormatId(XmlUnsignedInt autoFormatId)
Sets (as xml) the "autoFormatId" attribute
-
unsetAutoFormatId
void unsetAutoFormatId()
Unsets the "autoFormatId" attribute
-
getApplyNumberFormats
boolean getApplyNumberFormats()
Gets the "applyNumberFormats" attribute
-
xgetApplyNumberFormats
XmlBoolean xgetApplyNumberFormats()
Gets (as xml) the "applyNumberFormats" attribute
-
isSetApplyNumberFormats
boolean isSetApplyNumberFormats()
True if has "applyNumberFormats" attribute
-
setApplyNumberFormats
void setApplyNumberFormats(boolean applyNumberFormats)
Sets the "applyNumberFormats" attribute
-
xsetApplyNumberFormats
void xsetApplyNumberFormats(XmlBoolean applyNumberFormats)
Sets (as xml) the "applyNumberFormats" attribute
-
unsetApplyNumberFormats
void unsetApplyNumberFormats()
Unsets the "applyNumberFormats" attribute
-
getApplyBorderFormats
boolean getApplyBorderFormats()
Gets the "applyBorderFormats" attribute
-
xgetApplyBorderFormats
XmlBoolean xgetApplyBorderFormats()
Gets (as xml) the "applyBorderFormats" attribute
-
isSetApplyBorderFormats
boolean isSetApplyBorderFormats()
True if has "applyBorderFormats" attribute
-
setApplyBorderFormats
void setApplyBorderFormats(boolean applyBorderFormats)
Sets the "applyBorderFormats" attribute
-
xsetApplyBorderFormats
void xsetApplyBorderFormats(XmlBoolean applyBorderFormats)
Sets (as xml) the "applyBorderFormats" attribute
-
unsetApplyBorderFormats
void unsetApplyBorderFormats()
Unsets the "applyBorderFormats" attribute
-
getApplyFontFormats
boolean getApplyFontFormats()
Gets the "applyFontFormats" attribute
-
xgetApplyFontFormats
XmlBoolean xgetApplyFontFormats()
Gets (as xml) the "applyFontFormats" attribute
-
isSetApplyFontFormats
boolean isSetApplyFontFormats()
True if has "applyFontFormats" attribute
-
setApplyFontFormats
void setApplyFontFormats(boolean applyFontFormats)
Sets the "applyFontFormats" attribute
-
xsetApplyFontFormats
void xsetApplyFontFormats(XmlBoolean applyFontFormats)
Sets (as xml) the "applyFontFormats" attribute
-
unsetApplyFontFormats
void unsetApplyFontFormats()
Unsets the "applyFontFormats" attribute
-
getApplyPatternFormats
boolean getApplyPatternFormats()
Gets the "applyPatternFormats" attribute
-
xgetApplyPatternFormats
XmlBoolean xgetApplyPatternFormats()
Gets (as xml) the "applyPatternFormats" attribute
-
isSetApplyPatternFormats
boolean isSetApplyPatternFormats()
True if has "applyPatternFormats" attribute
-
setApplyPatternFormats
void setApplyPatternFormats(boolean applyPatternFormats)
Sets the "applyPatternFormats" attribute
-
xsetApplyPatternFormats
void xsetApplyPatternFormats(XmlBoolean applyPatternFormats)
Sets (as xml) the "applyPatternFormats" attribute
-
unsetApplyPatternFormats
void unsetApplyPatternFormats()
Unsets the "applyPatternFormats" attribute
-
getApplyAlignmentFormats
boolean getApplyAlignmentFormats()
Gets the "applyAlignmentFormats" attribute
-
xgetApplyAlignmentFormats
XmlBoolean xgetApplyAlignmentFormats()
Gets (as xml) the "applyAlignmentFormats" attribute
-
isSetApplyAlignmentFormats
boolean isSetApplyAlignmentFormats()
True if has "applyAlignmentFormats" attribute
-
setApplyAlignmentFormats
void setApplyAlignmentFormats(boolean applyAlignmentFormats)
Sets the "applyAlignmentFormats" attribute
-
xsetApplyAlignmentFormats
void xsetApplyAlignmentFormats(XmlBoolean applyAlignmentFormats)
Sets (as xml) the "applyAlignmentFormats" attribute
-
unsetApplyAlignmentFormats
void unsetApplyAlignmentFormats()
Unsets the "applyAlignmentFormats" attribute
-
getApplyWidthHeightFormats
boolean getApplyWidthHeightFormats()
Gets the "applyWidthHeightFormats" attribute
-
xgetApplyWidthHeightFormats
XmlBoolean xgetApplyWidthHeightFormats()
Gets (as xml) the "applyWidthHeightFormats" attribute
-
isSetApplyWidthHeightFormats
boolean isSetApplyWidthHeightFormats()
True if has "applyWidthHeightFormats" attribute
-
setApplyWidthHeightFormats
void setApplyWidthHeightFormats(boolean applyWidthHeightFormats)
Sets the "applyWidthHeightFormats" attribute
-
xsetApplyWidthHeightFormats
void xsetApplyWidthHeightFormats(XmlBoolean applyWidthHeightFormats)
Sets (as xml) the "applyWidthHeightFormats" attribute
-
unsetApplyWidthHeightFormats
void unsetApplyWidthHeightFormats()
Unsets the "applyWidthHeightFormats" attribute
-
getRef
java.lang.String getRef()
Gets the "ref" attribute
-
xgetRef
STRef xgetRef()
Gets (as xml) the "ref" attribute
-
setRef
void setRef(java.lang.String ref)
Sets the "ref" attribute
-
xsetRef
void xsetRef(STRef ref)
Sets (as xml) the "ref" attribute
-
-