Interface CTInd
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTInd extends XmlObject
An XML CT_Ind(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTInd.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
getFirstLine()
Gets the "firstLine" attributejava.math.BigInteger
getFirstLineChars()
Gets the "firstLineChars" attributejava.math.BigInteger
getHanging()
Gets the "hanging" attributejava.math.BigInteger
getHangingChars()
Gets the "hangingChars" attributejava.math.BigInteger
getLeft()
Gets the "left" attributejava.math.BigInteger
getLeftChars()
Gets the "leftChars" attributejava.math.BigInteger
getRight()
Gets the "right" attributejava.math.BigInteger
getRightChars()
Gets the "rightChars" attributeboolean
isSetFirstLine()
True if has "firstLine" attributeboolean
isSetFirstLineChars()
True if has "firstLineChars" attributeboolean
isSetHanging()
True if has "hanging" attributeboolean
isSetHangingChars()
True if has "hangingChars" attributeboolean
isSetLeft()
True if has "left" attributeboolean
isSetLeftChars()
True if has "leftChars" attributeboolean
isSetRight()
True if has "right" attributeboolean
isSetRightChars()
True if has "rightChars" attributevoid
setFirstLine(java.math.BigInteger firstLine)
Sets the "firstLine" attributevoid
setFirstLineChars(java.math.BigInteger firstLineChars)
Sets the "firstLineChars" attributevoid
setHanging(java.math.BigInteger hanging)
Sets the "hanging" attributevoid
setHangingChars(java.math.BigInteger hangingChars)
Sets the "hangingChars" attributevoid
setLeft(java.math.BigInteger left)
Sets the "left" attributevoid
setLeftChars(java.math.BigInteger leftChars)
Sets the "leftChars" attributevoid
setRight(java.math.BigInteger right)
Sets the "right" attributevoid
setRightChars(java.math.BigInteger rightChars)
Sets the "rightChars" attributevoid
unsetFirstLine()
Unsets the "firstLine" attributevoid
unsetFirstLineChars()
Unsets the "firstLineChars" attributevoid
unsetHanging()
Unsets the "hanging" attributevoid
unsetHangingChars()
Unsets the "hangingChars" attributevoid
unsetLeft()
Unsets the "left" attributevoid
unsetLeftChars()
Unsets the "leftChars" attributevoid
unsetRight()
Unsets the "right" attributevoid
unsetRightChars()
Unsets the "rightChars" attributeSTTwipsMeasure
xgetFirstLine()
Gets (as xml) the "firstLine" attributeSTDecimalNumber
xgetFirstLineChars()
Gets (as xml) the "firstLineChars" attributeSTTwipsMeasure
xgetHanging()
Gets (as xml) the "hanging" attributeSTDecimalNumber
xgetHangingChars()
Gets (as xml) the "hangingChars" attributeSTSignedTwipsMeasure
xgetLeft()
Gets (as xml) the "left" attributeSTDecimalNumber
xgetLeftChars()
Gets (as xml) the "leftChars" attributeSTSignedTwipsMeasure
xgetRight()
Gets (as xml) the "right" attributeSTDecimalNumber
xgetRightChars()
Gets (as xml) the "rightChars" attributevoid
xsetFirstLine(STTwipsMeasure firstLine)
Sets (as xml) the "firstLine" attributevoid
xsetFirstLineChars(STDecimalNumber firstLineChars)
Sets (as xml) the "firstLineChars" attributevoid
xsetHanging(STTwipsMeasure hanging)
Sets (as xml) the "hanging" attributevoid
xsetHangingChars(STDecimalNumber hangingChars)
Sets (as xml) the "hangingChars" attributevoid
xsetLeft(STSignedTwipsMeasure left)
Sets (as xml) the "left" attributevoid
xsetLeftChars(STDecimalNumber leftChars)
Sets (as xml) the "leftChars" attributevoid
xsetRight(STSignedTwipsMeasure right)
Sets (as xml) the "right" attributevoid
xsetRightChars(STDecimalNumber rightChars)
Sets (as xml) the "rightChars" 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
-
getLeft
java.math.BigInteger getLeft()
Gets the "left" attribute
-
xgetLeft
STSignedTwipsMeasure xgetLeft()
Gets (as xml) the "left" attribute
-
isSetLeft
boolean isSetLeft()
True if has "left" attribute
-
setLeft
void setLeft(java.math.BigInteger left)
Sets the "left" attribute
-
xsetLeft
void xsetLeft(STSignedTwipsMeasure left)
Sets (as xml) the "left" attribute
-
unsetLeft
void unsetLeft()
Unsets the "left" attribute
-
getLeftChars
java.math.BigInteger getLeftChars()
Gets the "leftChars" attribute
-
xgetLeftChars
STDecimalNumber xgetLeftChars()
Gets (as xml) the "leftChars" attribute
-
isSetLeftChars
boolean isSetLeftChars()
True if has "leftChars" attribute
-
setLeftChars
void setLeftChars(java.math.BigInteger leftChars)
Sets the "leftChars" attribute
-
xsetLeftChars
void xsetLeftChars(STDecimalNumber leftChars)
Sets (as xml) the "leftChars" attribute
-
unsetLeftChars
void unsetLeftChars()
Unsets the "leftChars" attribute
-
getRight
java.math.BigInteger getRight()
Gets the "right" attribute
-
xgetRight
STSignedTwipsMeasure xgetRight()
Gets (as xml) the "right" attribute
-
isSetRight
boolean isSetRight()
True if has "right" attribute
-
setRight
void setRight(java.math.BigInteger right)
Sets the "right" attribute
-
xsetRight
void xsetRight(STSignedTwipsMeasure right)
Sets (as xml) the "right" attribute
-
unsetRight
void unsetRight()
Unsets the "right" attribute
-
getRightChars
java.math.BigInteger getRightChars()
Gets the "rightChars" attribute
-
xgetRightChars
STDecimalNumber xgetRightChars()
Gets (as xml) the "rightChars" attribute
-
isSetRightChars
boolean isSetRightChars()
True if has "rightChars" attribute
-
setRightChars
void setRightChars(java.math.BigInteger rightChars)
Sets the "rightChars" attribute
-
xsetRightChars
void xsetRightChars(STDecimalNumber rightChars)
Sets (as xml) the "rightChars" attribute
-
unsetRightChars
void unsetRightChars()
Unsets the "rightChars" attribute
-
getHanging
java.math.BigInteger getHanging()
Gets the "hanging" attribute
-
xgetHanging
STTwipsMeasure xgetHanging()
Gets (as xml) the "hanging" attribute
-
isSetHanging
boolean isSetHanging()
True if has "hanging" attribute
-
setHanging
void setHanging(java.math.BigInteger hanging)
Sets the "hanging" attribute
-
xsetHanging
void xsetHanging(STTwipsMeasure hanging)
Sets (as xml) the "hanging" attribute
-
unsetHanging
void unsetHanging()
Unsets the "hanging" attribute
-
getHangingChars
java.math.BigInteger getHangingChars()
Gets the "hangingChars" attribute
-
xgetHangingChars
STDecimalNumber xgetHangingChars()
Gets (as xml) the "hangingChars" attribute
-
isSetHangingChars
boolean isSetHangingChars()
True if has "hangingChars" attribute
-
setHangingChars
void setHangingChars(java.math.BigInteger hangingChars)
Sets the "hangingChars" attribute
-
xsetHangingChars
void xsetHangingChars(STDecimalNumber hangingChars)
Sets (as xml) the "hangingChars" attribute
-
unsetHangingChars
void unsetHangingChars()
Unsets the "hangingChars" attribute
-
getFirstLine
java.math.BigInteger getFirstLine()
Gets the "firstLine" attribute
-
xgetFirstLine
STTwipsMeasure xgetFirstLine()
Gets (as xml) the "firstLine" attribute
-
isSetFirstLine
boolean isSetFirstLine()
True if has "firstLine" attribute
-
setFirstLine
void setFirstLine(java.math.BigInteger firstLine)
Sets the "firstLine" attribute
-
xsetFirstLine
void xsetFirstLine(STTwipsMeasure firstLine)
Sets (as xml) the "firstLine" attribute
-
unsetFirstLine
void unsetFirstLine()
Unsets the "firstLine" attribute
-
getFirstLineChars
java.math.BigInteger getFirstLineChars()
Gets the "firstLineChars" attribute
-
xgetFirstLineChars
STDecimalNumber xgetFirstLineChars()
Gets (as xml) the "firstLineChars" attribute
-
isSetFirstLineChars
boolean isSetFirstLineChars()
True if has "firstLineChars" attribute
-
setFirstLineChars
void setFirstLineChars(java.math.BigInteger firstLineChars)
Sets the "firstLineChars" attribute
-
xsetFirstLineChars
void xsetFirstLineChars(STDecimalNumber firstLineChars)
Sets (as xml) the "firstLineChars" attribute
-
unsetFirstLineChars
void unsetFirstLineChars()
Unsets the "firstLineChars" attribute
-
-