Interface CTRevisionFormatting
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTRevisionFormatting extends XmlObject
An XML CT_RevisionFormatting(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTRevisionFormatting.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 CTDxf
addNewDxf()
Appends and returns a new empty "dxf" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTDxf
getDxf()
Gets the "dxf" elementCTExtensionList
getExtLst()
Gets the "extLst" elementlong
getLength()
Gets the "length" attributeboolean
getS()
Gets the "s" attributelong
getSheetId()
Gets the "sheetId" attributejava.util.List
getSqref()
Gets the "sqref" attributelong
getStart()
Gets the "start" attributeboolean
getXfDxf()
Gets the "xfDxf" attributeboolean
isSetDxf()
True if has "dxf" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetLength()
True if has "length" attributeboolean
isSetS()
True if has "s" attributeboolean
isSetStart()
True if has "start" attributeboolean
isSetXfDxf()
True if has "xfDxf" attributevoid
setDxf(CTDxf dxf)
Sets the "dxf" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setLength(long length)
Sets the "length" attributevoid
setS(boolean s)
Sets the "s" attributevoid
setSheetId(long sheetId)
Sets the "sheetId" attributevoid
setSqref(java.util.List sqref)
Sets the "sqref" attributevoid
setStart(long start)
Sets the "start" attributevoid
setXfDxf(boolean xfDxf)
Sets the "xfDxf" attributevoid
unsetDxf()
Unsets the "dxf" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetLength()
Unsets the "length" attributevoid
unsetS()
Unsets the "s" attributevoid
unsetStart()
Unsets the "start" attributevoid
unsetXfDxf()
Unsets the "xfDxf" attributeXmlUnsignedInt
xgetLength()
Gets (as xml) the "length" attributeXmlBoolean
xgetS()
Gets (as xml) the "s" attributeXmlUnsignedInt
xgetSheetId()
Gets (as xml) the "sheetId" attributeSTSqref
xgetSqref()
Gets (as xml) the "sqref" attributeXmlUnsignedInt
xgetStart()
Gets (as xml) the "start" attributeXmlBoolean
xgetXfDxf()
Gets (as xml) the "xfDxf" attributevoid
xsetLength(XmlUnsignedInt length)
Sets (as xml) the "length" attributevoid
xsetS(XmlBoolean s)
Sets (as xml) the "s" attributevoid
xsetSheetId(XmlUnsignedInt sheetId)
Sets (as xml) the "sheetId" attributevoid
xsetSqref(STSqref sqref)
Sets (as xml) the "sqref" attributevoid
xsetStart(XmlUnsignedInt start)
Sets (as xml) the "start" attributevoid
xsetXfDxf(XmlBoolean xfDxf)
Sets (as xml) the "xfDxf" 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
-
getDxf
CTDxf getDxf()
Gets the "dxf" element
-
isSetDxf
boolean isSetDxf()
True if has "dxf" element
-
setDxf
void setDxf(CTDxf dxf)
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
void setExtLst(CTExtensionList extLst)
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
void xsetSheetId(XmlUnsignedInt sheetId)
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
void xsetXfDxf(XmlBoolean xfDxf)
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
void xsetS(XmlBoolean s)
Sets (as xml) the "s" attribute
-
unsetS
void unsetS()
Unsets the "s" attribute
-
getSqref
java.util.List getSqref()
Gets the "sqref" attribute
-
xgetSqref
STSqref xgetSqref()
Gets (as xml) the "sqref" attribute
-
setSqref
void setSqref(java.util.List sqref)
Sets the "sqref" attribute
-
xsetSqref
void xsetSqref(STSqref sqref)
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
void xsetStart(XmlUnsignedInt start)
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
void xsetLength(XmlUnsignedInt length)
Sets (as xml) the "length" attribute
-
unsetLength
void unsetLength()
Unsets the "length" attribute
-
-