Interface CTRevisionFormatting
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_RevisionFormatting(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTRevisionFormatting> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "dxf" elementAppends and returns a new empty "extLst" elementgetDxf()Gets the "dxf" elementGets the "extLst" elementlongGets the "length" attributebooleangetS()Gets the "s" attributelongGets the "sheetId" attributegetSqref()Gets the "sqref" attributelonggetStart()Gets the "start" attributebooleangetXfDxf()Gets the "xfDxf" attributebooleanisSetDxf()True if has "dxf" elementbooleanTrue if has "extLst" elementbooleanTrue if has "length" attributebooleanisSetS()True if has "s" attributebooleanTrue if has "start" attributebooleanTrue if has "xfDxf" attributevoidSets the "dxf" elementvoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetLength(long length) Sets the "length" attributevoidsetS(boolean s) Sets the "s" attributevoidsetSheetId(long sheetId) Sets the "sheetId" attributevoidSets the "sqref" attributevoidsetStart(long start) Sets the "start" attributevoidsetXfDxf(boolean xfDxf) Sets the "xfDxf" attributevoidunsetDxf()Unsets the "dxf" elementvoidUnsets the "extLst" elementvoidUnsets the "length" attributevoidunsetS()Unsets the "s" attributevoidUnsets the "start" attributevoidUnsets the "xfDxf" attributeGets (as xml) the "length" attributexgetS()Gets (as xml) the "s" attributeGets (as xml) the "sheetId" attributeGets (as xml) the "sqref" attributeGets (as xml) the "start" attributeGets (as xml) the "xfDxf" attributevoidxsetLength(XmlUnsignedInt length) Sets (as xml) the "length" attributevoidxsetS(XmlBoolean s) Sets (as xml) the "s" attributevoidxsetSheetId(XmlUnsignedInt sheetId) Sets (as xml) the "sheetId" attributevoidSets (as xml) the "sqref" attributevoidxsetStart(XmlUnsignedInt start) Sets (as xml) the "start" attributevoidxsetXfDxf(XmlBoolean xfDxf) Sets (as xml) the "xfDxf" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getDxf
CTDxf getDxf()Gets the "dxf" element -
isSetDxf
boolean isSetDxf()True if has "dxf" element -
setDxf
Sets the "dxf" element -
addNewDxf
CTDxf addNewDxf()Appends and returns a new empty "dxf" element -
unsetDxf
void unsetDxf()Unsets the "dxf" element -
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
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
Sets (as xml) the "sheetId" attribute -
getXfDxf
boolean getXfDxf()Gets the "xfDxf" attribute -
xgetXfDxf
XmlBoolean xgetXfDxf()Gets (as xml) the "xfDxf" attribute -
isSetXfDxf
boolean isSetXfDxf()True if has "xfDxf" attribute -
setXfDxf
void setXfDxf(boolean xfDxf) Sets the "xfDxf" attribute -
xsetXfDxf
Sets (as xml) the "xfDxf" attribute -
unsetXfDxf
void unsetXfDxf()Unsets the "xfDxf" attribute -
getS
boolean getS()Gets the "s" attribute -
xgetS
XmlBoolean xgetS()Gets (as xml) the "s" attribute -
isSetS
boolean isSetS()True if has "s" attribute -
setS
void setS(boolean s) Sets the "s" attribute -
xsetS
Sets (as xml) the "s" attribute -
unsetS
void unsetS()Unsets the "s" attribute -
getSqref
List getSqref()Gets the "sqref" attribute -
xgetSqref
STSqref xgetSqref()Gets (as xml) the "sqref" attribute -
setSqref
Sets the "sqref" attribute -
xsetSqref
Sets (as xml) the "sqref" attribute -
getStart
long getStart()Gets the "start" attribute -
xgetStart
XmlUnsignedInt xgetStart()Gets (as xml) the "start" attribute -
isSetStart
boolean isSetStart()True if has "start" attribute -
setStart
void setStart(long start) Sets the "start" attribute -
xsetStart
Sets (as xml) the "start" attribute -
unsetStart
void unsetStart()Unsets the "start" attribute -
getLength
long getLength()Gets the "length" attribute -
xgetLength
XmlUnsignedInt xgetLength()Gets (as xml) the "length" attribute -
isSetLength
boolean isSetLength()True if has "length" attribute -
setLength
void setLength(long length) Sets the "length" attribute -
xsetLength
Sets (as xml) the "length" attribute -
unsetLength
void unsetLength()Unsets the "length" attribute
-