Interface CTPageNumber
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTPageNumber extends XmlObject
An XML CT_PageNumber(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTPageNumber.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 STChapterSep.EnumgetChapSep()Gets the "chapSep" attributejava.math.BigIntegergetChapStyle()Gets the "chapStyle" attributeSTNumberFormat.EnumgetFmt()Gets the "fmt" attributejava.math.BigIntegergetStart()Gets the "start" attributebooleanisSetChapSep()True if has "chapSep" attributebooleanisSetChapStyle()True if has "chapStyle" attributebooleanisSetFmt()True if has "fmt" attributebooleanisSetStart()True if has "start" attributevoidsetChapSep(STChapterSep.Enum chapSep)Sets the "chapSep" attributevoidsetChapStyle(java.math.BigInteger chapStyle)Sets the "chapStyle" attributevoidsetFmt(STNumberFormat.Enum fmt)Sets the "fmt" attributevoidsetStart(java.math.BigInteger start)Sets the "start" attributevoidunsetChapSep()Unsets the "chapSep" attributevoidunsetChapStyle()Unsets the "chapStyle" attributevoidunsetFmt()Unsets the "fmt" attributevoidunsetStart()Unsets the "start" attributeSTChapterSepxgetChapSep()Gets (as xml) the "chapSep" attributeSTDecimalNumberxgetChapStyle()Gets (as xml) the "chapStyle" attributeSTNumberFormatxgetFmt()Gets (as xml) the "fmt" attributeSTDecimalNumberxgetStart()Gets (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" 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
-
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
void setFmt(STNumberFormat.Enum fmt)
Sets the "fmt" attribute
-
xsetFmt
void xsetFmt(STNumberFormat fmt)
Sets (as xml) the "fmt" attribute
-
unsetFmt
void unsetFmt()
Unsets the "fmt" attribute
-
getStart
java.math.BigInteger getStart()
Gets the "start" attribute
-
xgetStart
STDecimalNumber xgetStart()
Gets (as xml) the "start" attribute
-
isSetStart
boolean isSetStart()
True if has "start" attribute
-
setStart
void setStart(java.math.BigInteger start)
Sets the "start" attribute
-
xsetStart
void xsetStart(STDecimalNumber start)
Sets (as xml) the "start" attribute
-
unsetStart
void unsetStart()
Unsets the "start" attribute
-
getChapStyle
java.math.BigInteger getChapStyle()
Gets the "chapStyle" attribute
-
xgetChapStyle
STDecimalNumber xgetChapStyle()
Gets (as xml) the "chapStyle" attribute
-
isSetChapStyle
boolean isSetChapStyle()
True if has "chapStyle" attribute
-
setChapStyle
void setChapStyle(java.math.BigInteger chapStyle)
Sets the "chapStyle" attribute
-
xsetChapStyle
void xsetChapStyle(STDecimalNumber chapStyle)
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
void setChapSep(STChapterSep.Enum chapSep)
Sets the "chapSep" attribute
-
xsetChapSep
void xsetChapSep(STChapterSep chapSep)
Sets (as xml) the "chapSep" attribute
-
unsetChapSep
void unsetChapSep()
Unsets the "chapSep" attribute
-
-