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 classCTLineNumber.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 java.math.BigIntegergetCountBy()Gets the "countBy" attributejava.math.BigIntegergetDistance()Gets the "distance" attributeSTLineNumberRestart.EnumgetRestart()Gets the "restart" attributejava.math.BigIntegergetStart()Gets the "start" attributebooleanisSetCountBy()True if has "countBy" attributebooleanisSetDistance()True if has "distance" attributebooleanisSetRestart()True if has "restart" attributebooleanisSetStart()True if has "start" attributevoidsetCountBy(java.math.BigInteger countBy)Sets the "countBy" attributevoidsetDistance(java.math.BigInteger distance)Sets the "distance" attributevoidsetRestart(STLineNumberRestart.Enum restart)Sets the "restart" attributevoidsetStart(java.math.BigInteger start)Sets the "start" attributevoidunsetCountBy()Unsets the "countBy" attributevoidunsetDistance()Unsets the "distance" attributevoidunsetRestart()Unsets the "restart" attributevoidunsetStart()Unsets the "start" attributeSTDecimalNumberxgetCountBy()Gets (as xml) the "countBy" attributeSTTwipsMeasurexgetDistance()Gets (as xml) the "distance" attributeSTLineNumberRestartxgetRestart()Gets (as xml) the "restart" attributeSTDecimalNumberxgetStart()Gets (as xml) the "start" attributevoidxsetCountBy(STDecimalNumber countBy)Sets (as xml) the "countBy" attributevoidxsetDistance(STTwipsMeasure distance)Sets (as xml) the "distance" attributevoidxsetRestart(STLineNumberRestart restart)Sets (as xml) the "restart" 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
- 
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 
 - 
 
 -