Interface CTLineNumber
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTLineNumber extends XmlObject
An XML CT_LineNumber(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTLineNumber.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 java.math.BigInteger
getCountBy()
Gets the "countBy" attributejava.math.BigInteger
getDistance()
Gets the "distance" attributeSTLineNumberRestart.Enum
getRestart()
Gets the "restart" attributejava.math.BigInteger
getStart()
Gets the "start" attributeboolean
isSetCountBy()
True if has "countBy" attributeboolean
isSetDistance()
True if has "distance" attributeboolean
isSetRestart()
True if has "restart" attributeboolean
isSetStart()
True if has "start" attributevoid
setCountBy(java.math.BigInteger countBy)
Sets the "countBy" attributevoid
setDistance(java.math.BigInteger distance)
Sets the "distance" attributevoid
setRestart(STLineNumberRestart.Enum restart)
Sets the "restart" attributevoid
setStart(java.math.BigInteger start)
Sets the "start" attributevoid
unsetCountBy()
Unsets the "countBy" attributevoid
unsetDistance()
Unsets the "distance" attributevoid
unsetRestart()
Unsets the "restart" attributevoid
unsetStart()
Unsets the "start" attributeSTDecimalNumber
xgetCountBy()
Gets (as xml) the "countBy" attributeSTTwipsMeasure
xgetDistance()
Gets (as xml) the "distance" attributeSTLineNumberRestart
xgetRestart()
Gets (as xml) the "restart" attributeSTDecimalNumber
xgetStart()
Gets (as xml) the "start" attributevoid
xsetCountBy(STDecimalNumber countBy)
Sets (as xml) the "countBy" attributevoid
xsetDistance(STTwipsMeasure distance)
Sets (as xml) the "distance" attributevoid
xsetRestart(STLineNumberRestart restart)
Sets (as xml) the "restart" 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
-
getCountBy
java.math.BigInteger getCountBy()
Gets the "countBy" attribute
-
xgetCountBy
STDecimalNumber xgetCountBy()
Gets (as xml) the "countBy" attribute
-
isSetCountBy
boolean isSetCountBy()
True if has "countBy" attribute
-
setCountBy
void setCountBy(java.math.BigInteger countBy)
Sets the "countBy" attribute
-
xsetCountBy
void xsetCountBy(STDecimalNumber countBy)
Sets (as xml) the "countBy" attribute
-
unsetCountBy
void unsetCountBy()
Unsets the "countBy" 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
-
getDistance
java.math.BigInteger getDistance()
Gets the "distance" attribute
-
xgetDistance
STTwipsMeasure xgetDistance()
Gets (as xml) the "distance" attribute
-
isSetDistance
boolean isSetDistance()
True if has "distance" attribute
-
setDistance
void setDistance(java.math.BigInteger distance)
Sets the "distance" attribute
-
xsetDistance
void xsetDistance(STTwipsMeasure distance)
Sets (as xml) 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
void setRestart(STLineNumberRestart.Enum restart)
Sets the "restart" attribute
-
xsetRestart
void xsetRestart(STLineNumberRestart restart)
Sets (as xml) the "restart" attribute
-
unsetRestart
void unsetRestart()
Unsets the "restart" attribute
-
-