Interface CTPageNumber
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_PageNumber(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTPageNumber> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "chapSep" attributeGets the "chapStyle" attributegetFmt()Gets the "fmt" attributegetStart()Gets the "start" attributebooleanTrue if has "chapSep" attributebooleanTrue if has "chapStyle" attributebooleanisSetFmt()True if has "fmt" attributebooleanTrue if has "start" attributevoidsetChapSep(STChapterSep.Enum chapSep) Sets the "chapSep" attributevoidsetChapStyle(BigInteger chapStyle) Sets the "chapStyle" attributevoidSets the "fmt" attributevoidsetStart(BigInteger start) Sets the "start" attributevoidUnsets the "chapSep" attributevoidUnsets the "chapStyle" attributevoidunsetFmt()Unsets the "fmt" attributevoidUnsets the "start" attributeGets (as xml) the "chapSep" attributeGets (as xml) the "chapStyle" attributexgetFmt()Gets (as xml) the "fmt" attributeGets (as xml) the "start" attributevoidxsetChapSep(STChapterSep chapSep) Sets (as xml) the "chapSep" attributevoidxsetChapStyle(STDecimalNumber chapStyle) Sets (as xml) the "chapStyle" attributevoidxsetFmt(STNumberFormat fmt) Sets (as xml) the "fmt" attributevoidxsetStart(STDecimalNumber start) Sets (as xml) the "start" 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
-
getFmt
STNumberFormat.Enum getFmt()Gets the "fmt" attribute -
xgetFmt
STNumberFormat xgetFmt()Gets (as xml) the "fmt" attribute -
isSetFmt
boolean isSetFmt()True if has "fmt" attribute -
setFmt
Sets the "fmt" attribute -
xsetFmt
Sets (as xml) the "fmt" attribute -
unsetFmt
void unsetFmt()Unsets the "fmt" attribute -
getStart
BigInteger getStart()Gets the "start" attribute -
xgetStart
STDecimalNumber xgetStart()Gets (as xml) the "start" attribute -
isSetStart
boolean isSetStart()True if has "start" attribute -
setStart
Sets the "start" attribute -
xsetStart
Sets (as xml) the "start" attribute -
unsetStart
void unsetStart()Unsets the "start" attribute -
getChapStyle
BigInteger getChapStyle()Gets the "chapStyle" attribute -
xgetChapStyle
STDecimalNumber xgetChapStyle()Gets (as xml) the "chapStyle" attribute -
isSetChapStyle
boolean isSetChapStyle()True if has "chapStyle" attribute -
setChapStyle
Sets the "chapStyle" attribute -
xsetChapStyle
Sets (as xml) the "chapStyle" attribute -
unsetChapStyle
void unsetChapStyle()Unsets the "chapStyle" attribute -
getChapSep
STChapterSep.Enum getChapSep()Gets the "chapSep" attribute -
xgetChapSep
STChapterSep xgetChapSep()Gets (as xml) the "chapSep" attribute -
isSetChapSep
boolean isSetChapSep()True if has "chapSep" attribute -
setChapSep
Sets the "chapSep" attribute -
xsetChapSep
Sets (as xml) the "chapSep" attribute -
unsetChapSep
void unsetChapSep()Unsets the "chapSep" attribute
-