Interface CTLineNumber
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_LineNumber(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTLineNumber> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "countBy" attributeGets the "distance" attributeGets the "restart" attributegetStart()Gets the "start" attributebooleanTrue if has "countBy" attributebooleanTrue if has "distance" attributebooleanTrue if has "restart" attributebooleanTrue if has "start" attributevoidsetCountBy(BigInteger countBy) Sets the "countBy" attributevoidsetDistance(Object distance) Sets the "distance" attributevoidsetRestart(STLineNumberRestart.Enum restart) Sets the "restart" attributevoidsetStart(BigInteger start) Sets the "start" attributevoidUnsets the "countBy" attributevoidUnsets the "distance" attributevoidUnsets the "restart" attributevoidUnsets the "start" attributeGets (as xml) the "countBy" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasureGets (as xml) the "distance" attributeGets (as xml) the "restart" attributeGets (as xml) the "start" attributevoidxsetCountBy(STDecimalNumber countBy) Sets (as xml) the "countBy" attributevoidxsetDistance(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure distance) Sets (as xml) the "distance" attributevoidxsetRestart(STLineNumberRestart restart) Sets (as xml) the "restart" 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
-
getCountBy
BigInteger getCountBy()Gets the "countBy" attribute -
xgetCountBy
STDecimalNumber xgetCountBy()Gets (as xml) the "countBy" attribute -
isSetCountBy
boolean isSetCountBy()True if has "countBy" attribute -
setCountBy
Sets the "countBy" attribute -
xsetCountBy
Sets (as xml) the "countBy" attribute -
unsetCountBy
void unsetCountBy()Unsets the "countBy" 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 -
getDistance
Object getDistance()Gets the "distance" attribute -
xgetDistance
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetDistance()Gets (as xml) the "distance" attribute -
isSetDistance
boolean isSetDistance()True if has "distance" attribute -
setDistance
Sets the "distance" attribute -
unsetDistance
void unsetDistance()Unsets the "distance" attribute -
getRestart
STLineNumberRestart.Enum getRestart()Gets the "restart" attribute -
xgetRestart
STLineNumberRestart xgetRestart()Gets (as xml) the "restart" attribute -
isSetRestart
boolean isSetRestart()True if has "restart" attribute -
setRestart
Sets the "restart" attribute -
xsetRestart
Sets (as xml) the "restart" attribute -
unsetRestart
void unsetRestart()Unsets the "restart" attribute
-