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.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTInd>Factorystatic 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.lang.ObjectgetEnd()Gets the "end" attributejava.math.BigIntegergetEndChars()Gets the "endChars" attributejava.lang.ObjectgetFirstLine()Gets the "firstLine" attributejava.math.BigIntegergetFirstLineChars()Gets the "firstLineChars" attributejava.lang.ObjectgetHanging()Gets the "hanging" attributejava.math.BigIntegergetHangingChars()Gets the "hangingChars" attributejava.lang.ObjectgetLeft()Gets the "left" attributejava.math.BigIntegergetLeftChars()Gets the "leftChars" attributejava.lang.ObjectgetRight()Gets the "right" attributejava.math.BigIntegergetRightChars()Gets the "rightChars" attributejava.lang.ObjectgetStart()Gets the "start" attributejava.math.BigIntegergetStartChars()Gets the "startChars" attributebooleanisSetEnd()True if has "end" attributebooleanisSetEndChars()True if has "endChars" attributebooleanisSetFirstLine()True if has "firstLine" attributebooleanisSetFirstLineChars()True if has "firstLineChars" attributebooleanisSetHanging()True if has "hanging" attributebooleanisSetHangingChars()True if has "hangingChars" attributebooleanisSetLeft()True if has "left" attributebooleanisSetLeftChars()True if has "leftChars" attributebooleanisSetRight()True if has "right" attributebooleanisSetRightChars()True if has "rightChars" attributebooleanisSetStart()True if has "start" attributebooleanisSetStartChars()True if has "startChars" attributevoidsetEnd(java.lang.Object end)Sets the "end" attributevoidsetEndChars(java.math.BigInteger endChars)Sets the "endChars" attributevoidsetFirstLine(java.lang.Object firstLine)Sets the "firstLine" attributevoidsetFirstLineChars(java.math.BigInteger firstLineChars)Sets the "firstLineChars" attributevoidsetHanging(java.lang.Object hanging)Sets the "hanging" attributevoidsetHangingChars(java.math.BigInteger hangingChars)Sets the "hangingChars" attributevoidsetLeft(java.lang.Object left)Sets the "left" attributevoidsetLeftChars(java.math.BigInteger leftChars)Sets the "leftChars" attributevoidsetRight(java.lang.Object right)Sets the "right" attributevoidsetRightChars(java.math.BigInteger rightChars)Sets the "rightChars" attributevoidsetStart(java.lang.Object start)Sets the "start" attributevoidsetStartChars(java.math.BigInteger startChars)Sets the "startChars" attributevoidunsetEnd()Unsets the "end" attributevoidunsetEndChars()Unsets the "endChars" attributevoidunsetFirstLine()Unsets the "firstLine" attributevoidunsetFirstLineChars()Unsets the "firstLineChars" attributevoidunsetHanging()Unsets the "hanging" attributevoidunsetHangingChars()Unsets the "hangingChars" attributevoidunsetLeft()Unsets the "left" attributevoidunsetLeftChars()Unsets the "leftChars" attributevoidunsetRight()Unsets the "right" attributevoidunsetRightChars()Unsets the "rightChars" attributevoidunsetStart()Unsets the "start" attributevoidunsetStartChars()Unsets the "startChars" attributeSTSignedTwipsMeasurexgetEnd()Gets (as xml) the "end" attributeSTDecimalNumberxgetEndChars()Gets (as xml) the "endChars" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasurexgetFirstLine()Gets (as xml) the "firstLine" attributeSTDecimalNumberxgetFirstLineChars()Gets (as xml) the "firstLineChars" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasurexgetHanging()Gets (as xml) the "hanging" attributeSTDecimalNumberxgetHangingChars()Gets (as xml) the "hangingChars" attributeSTSignedTwipsMeasurexgetLeft()Gets (as xml) the "left" attributeSTDecimalNumberxgetLeftChars()Gets (as xml) the "leftChars" attributeSTSignedTwipsMeasurexgetRight()Gets (as xml) the "right" attributeSTDecimalNumberxgetRightChars()Gets (as xml) the "rightChars" attributeSTSignedTwipsMeasurexgetStart()Gets (as xml) the "start" attributeSTDecimalNumberxgetStartChars()Gets (as xml) the "startChars" attributevoidxsetEnd(STSignedTwipsMeasure end)Sets (as xml) the "end" attributevoidxsetEndChars(STDecimalNumber endChars)Sets (as xml) the "endChars" attributevoidxsetFirstLine(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure firstLine)Sets (as xml) the "firstLine" attributevoidxsetFirstLineChars(STDecimalNumber firstLineChars)Sets (as xml) the "firstLineChars" attributevoidxsetHanging(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure hanging)Sets (as xml) the "hanging" attributevoidxsetHangingChars(STDecimalNumber hangingChars)Sets (as xml) the "hangingChars" attributevoidxsetLeft(STSignedTwipsMeasure left)Sets (as xml) the "left" attributevoidxsetLeftChars(STDecimalNumber leftChars)Sets (as xml) the "leftChars" attributevoidxsetRight(STSignedTwipsMeasure right)Sets (as xml) the "right" attributevoidxsetRightChars(STDecimalNumber rightChars)Sets (as xml) the "rightChars" attributevoidxsetStart(STSignedTwipsMeasure start)Sets (as xml) the "start" attributevoidxsetStartChars(STDecimalNumber startChars)Sets (as xml) the "startChars" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTInd> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getStart
java.lang.Object getStart()
Gets the "start" attribute
-
xgetStart
STSignedTwipsMeasure xgetStart()
Gets (as xml) the "start" attribute
-
isSetStart
boolean isSetStart()
True if has "start" attribute
-
setStart
void setStart(java.lang.Object start)
Sets the "start" attribute
-
xsetStart
void xsetStart(STSignedTwipsMeasure start)
Sets (as xml) the "start" attribute
-
unsetStart
void unsetStart()
Unsets the "start" attribute
-
getStartChars
java.math.BigInteger getStartChars()
Gets the "startChars" attribute
-
xgetStartChars
STDecimalNumber xgetStartChars()
Gets (as xml) the "startChars" attribute
-
isSetStartChars
boolean isSetStartChars()
True if has "startChars" attribute
-
setStartChars
void setStartChars(java.math.BigInteger startChars)
Sets the "startChars" attribute
-
xsetStartChars
void xsetStartChars(STDecimalNumber startChars)
Sets (as xml) the "startChars" attribute
-
unsetStartChars
void unsetStartChars()
Unsets the "startChars" attribute
-
getEnd
java.lang.Object getEnd()
Gets the "end" attribute
-
xgetEnd
STSignedTwipsMeasure xgetEnd()
Gets (as xml) the "end" attribute
-
isSetEnd
boolean isSetEnd()
True if has "end" attribute
-
setEnd
void setEnd(java.lang.Object end)
Sets the "end" attribute
-
xsetEnd
void xsetEnd(STSignedTwipsMeasure end)
Sets (as xml) the "end" attribute
-
unsetEnd
void unsetEnd()
Unsets the "end" attribute
-
getEndChars
java.math.BigInteger getEndChars()
Gets the "endChars" attribute
-
xgetEndChars
STDecimalNumber xgetEndChars()
Gets (as xml) the "endChars" attribute
-
isSetEndChars
boolean isSetEndChars()
True if has "endChars" attribute
-
setEndChars
void setEndChars(java.math.BigInteger endChars)
Sets the "endChars" attribute
-
xsetEndChars
void xsetEndChars(STDecimalNumber endChars)
Sets (as xml) the "endChars" attribute
-
unsetEndChars
void unsetEndChars()
Unsets the "endChars" attribute
-
getLeft
java.lang.Object 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.lang.Object 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.lang.Object 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.lang.Object 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.lang.Object getHanging()
Gets the "hanging" attribute
-
xgetHanging
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetHanging()
Gets (as xml) the "hanging" attribute
-
isSetHanging
boolean isSetHanging()
True if has "hanging" attribute
-
setHanging
void setHanging(java.lang.Object hanging)
Sets the "hanging" attribute
-
xsetHanging
void xsetHanging(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.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.lang.Object getFirstLine()
Gets the "firstLine" attribute
-
xgetFirstLine
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetFirstLine()
Gets (as xml) the "firstLine" attribute
-
isSetFirstLine
boolean isSetFirstLine()
True if has "firstLine" attribute
-
setFirstLine
void setFirstLine(java.lang.Object firstLine)
Sets the "firstLine" attribute
-
xsetFirstLine
void xsetFirstLine(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.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
-
-