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 class
CTRevisionAutoFormatting.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 boolean
getApplyAlignmentFormats()
Gets the "applyAlignmentFormats" attributeboolean
getApplyBorderFormats()
Gets the "applyBorderFormats" attributeboolean
getApplyFontFormats()
Gets the "applyFontFormats" attributeboolean
getApplyNumberFormats()
Gets the "applyNumberFormats" attributeboolean
getApplyPatternFormats()
Gets the "applyPatternFormats" attributeboolean
getApplyWidthHeightFormats()
Gets the "applyWidthHeightFormats" attributelong
getAutoFormatId()
Gets the "autoFormatId" attributeString
getRef()
Gets the "ref" attributelong
getSheetId()
Gets the "sheetId" attributeboolean
isSetApplyAlignmentFormats()
True if has "applyAlignmentFormats" attributeboolean
isSetApplyBorderFormats()
True if has "applyBorderFormats" attributeboolean
isSetApplyFontFormats()
True if has "applyFontFormats" attributeboolean
isSetApplyNumberFormats()
True if has "applyNumberFormats" attributeboolean
isSetApplyPatternFormats()
True if has "applyPatternFormats" attributeboolean
isSetApplyWidthHeightFormats()
True if has "applyWidthHeightFormats" attributeboolean
isSetAutoFormatId()
True if has "autoFormatId" attributevoid
setApplyAlignmentFormats(boolean applyAlignmentFormats)
Sets the "applyAlignmentFormats" attributevoid
setApplyBorderFormats(boolean applyBorderFormats)
Sets the "applyBorderFormats" attributevoid
setApplyFontFormats(boolean applyFontFormats)
Sets the "applyFontFormats" attributevoid
setApplyNumberFormats(boolean applyNumberFormats)
Sets the "applyNumberFormats" attributevoid
setApplyPatternFormats(boolean applyPatternFormats)
Sets the "applyPatternFormats" attributevoid
setApplyWidthHeightFormats(boolean applyWidthHeightFormats)
Sets the "applyWidthHeightFormats" attributevoid
setAutoFormatId(long autoFormatId)
Sets the "autoFormatId" attributevoid
setRef(String ref)
Sets the "ref" attributevoid
setSheetId(long sheetId)
Sets the "sheetId" attributevoid
unsetApplyAlignmentFormats()
Unsets the "applyAlignmentFormats" attributevoid
unsetApplyBorderFormats()
Unsets the "applyBorderFormats" attributevoid
unsetApplyFontFormats()
Unsets the "applyFontFormats" attributevoid
unsetApplyNumberFormats()
Unsets the "applyNumberFormats" attributevoid
unsetApplyPatternFormats()
Unsets the "applyPatternFormats" attributevoid
unsetApplyWidthHeightFormats()
Unsets the "applyWidthHeightFormats" attributevoid
unsetAutoFormatId()
Unsets the "autoFormatId" attributeXmlBoolean
xgetApplyAlignmentFormats()
Gets (as xml) the "applyAlignmentFormats" attributeXmlBoolean
xgetApplyBorderFormats()
Gets (as xml) the "applyBorderFormats" attributeXmlBoolean
xgetApplyFontFormats()
Gets (as xml) the "applyFontFormats" attributeXmlBoolean
xgetApplyNumberFormats()
Gets (as xml) the "applyNumberFormats" attributeXmlBoolean
xgetApplyPatternFormats()
Gets (as xml) the "applyPatternFormats" attributeXmlBoolean
xgetApplyWidthHeightFormats()
Gets (as xml) the "applyWidthHeightFormats" attributeXmlUnsignedInt
xgetAutoFormatId()
Gets (as xml) the "autoFormatId" attributeSTRef
xgetRef()
Gets (as xml) the "ref" attributeXmlUnsignedInt
xgetSheetId()
Gets (as xml) the "sheetId" attributevoid
xsetApplyAlignmentFormats(XmlBoolean applyAlignmentFormats)
Sets (as xml) the "applyAlignmentFormats" attributevoid
xsetApplyBorderFormats(XmlBoolean applyBorderFormats)
Sets (as xml) the "applyBorderFormats" attributevoid
xsetApplyFontFormats(XmlBoolean applyFontFormats)
Sets (as xml) the "applyFontFormats" attributevoid
xsetApplyNumberFormats(XmlBoolean applyNumberFormats)
Sets (as xml) the "applyNumberFormats" attributevoid
xsetApplyPatternFormats(XmlBoolean applyPatternFormats)
Sets (as xml) the "applyPatternFormats" attributevoid
xsetApplyWidthHeightFormats(XmlBoolean applyWidthHeightFormats)
Sets (as xml) the "applyWidthHeightFormats" attributevoid
xsetAutoFormatId(XmlUnsignedInt autoFormatId)
Sets (as xml) the "autoFormatId" attributevoid
xsetRef(STRef ref)
Sets (as xml) the "ref" attributevoid
xsetSheetId(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
String getRef()
Gets the "ref" attribute
-
xgetRef
STRef xgetRef()
Gets (as xml) the "ref" attribute
-
setRef
void setRef(String ref)
Sets the "ref" attribute
-
xsetRef
void xsetRef(STRef ref)
Sets (as xml) the "ref" attribute
-
-