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 class
CTPageNumber.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 STChapterSep.Enum
getChapSep()
Gets the "chapSep" attributejava.math.BigInteger
getChapStyle()
Gets the "chapStyle" attributeSTNumberFormat.Enum
getFmt()
Gets the "fmt" attributejava.math.BigInteger
getStart()
Gets the "start" attributeboolean
isSetChapSep()
True if has "chapSep" attributeboolean
isSetChapStyle()
True if has "chapStyle" attributeboolean
isSetFmt()
True if has "fmt" attributeboolean
isSetStart()
True if has "start" attributevoid
setChapSep(STChapterSep.Enum chapSep)
Sets the "chapSep" attributevoid
setChapStyle(java.math.BigInteger chapStyle)
Sets the "chapStyle" attributevoid
setFmt(STNumberFormat.Enum fmt)
Sets the "fmt" attributevoid
setStart(java.math.BigInteger start)
Sets the "start" attributevoid
unsetChapSep()
Unsets the "chapSep" attributevoid
unsetChapStyle()
Unsets the "chapStyle" attributevoid
unsetFmt()
Unsets the "fmt" attributevoid
unsetStart()
Unsets the "start" attributeSTChapterSep
xgetChapSep()
Gets (as xml) the "chapSep" attributeSTDecimalNumber
xgetChapStyle()
Gets (as xml) the "chapStyle" attributeSTNumberFormat
xgetFmt()
Gets (as xml) the "fmt" attributeSTDecimalNumber
xgetStart()
Gets (as xml) the "start" attributevoid
xsetChapSep(STChapterSep chapSep)
Sets (as xml) the "chapSep" attributevoid
xsetChapStyle(STDecimalNumber chapStyle)
Sets (as xml) the "chapStyle" attributevoid
xsetFmt(STNumberFormat fmt)
Sets (as xml) the "fmt" attributevoid
xsetStart(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
-
-