Interface CTSpacing
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTSpacing extends XmlObject
An XML CT_Spacing(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTSpacing>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.ObjectgetAfter()Gets the "after" attributejava.lang.ObjectgetAfterAutospacing()Gets the "afterAutospacing" attributejava.math.BigIntegergetAfterLines()Gets the "afterLines" attributejava.lang.ObjectgetBefore()Gets the "before" attributejava.lang.ObjectgetBeforeAutospacing()Gets the "beforeAutospacing" attributejava.math.BigIntegergetBeforeLines()Gets the "beforeLines" attributejava.lang.ObjectgetLine()Gets the "line" attributeSTLineSpacingRule.EnumgetLineRule()Gets the "lineRule" attributebooleanisSetAfter()True if has "after" attributebooleanisSetAfterAutospacing()True if has "afterAutospacing" attributebooleanisSetAfterLines()True if has "afterLines" attributebooleanisSetBefore()True if has "before" attributebooleanisSetBeforeAutospacing()True if has "beforeAutospacing" attributebooleanisSetBeforeLines()True if has "beforeLines" attributebooleanisSetLine()True if has "line" attributebooleanisSetLineRule()True if has "lineRule" attributevoidsetAfter(java.lang.Object after)Sets the "after" attributevoidsetAfterAutospacing(java.lang.Object afterAutospacing)Sets the "afterAutospacing" attributevoidsetAfterLines(java.math.BigInteger afterLines)Sets the "afterLines" attributevoidsetBefore(java.lang.Object before)Sets the "before" attributevoidsetBeforeAutospacing(java.lang.Object beforeAutospacing)Sets the "beforeAutospacing" attributevoidsetBeforeLines(java.math.BigInteger beforeLines)Sets the "beforeLines" attributevoidsetLine(java.lang.Object line)Sets the "line" attributevoidsetLineRule(STLineSpacingRule.Enum lineRule)Sets the "lineRule" attributevoidunsetAfter()Unsets the "after" attributevoidunsetAfterAutospacing()Unsets the "afterAutospacing" attributevoidunsetAfterLines()Unsets the "afterLines" attributevoidunsetBefore()Unsets the "before" attributevoidunsetBeforeAutospacing()Unsets the "beforeAutospacing" attributevoidunsetBeforeLines()Unsets the "beforeLines" attributevoidunsetLine()Unsets the "line" attributevoidunsetLineRule()Unsets the "lineRule" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasurexgetAfter()Gets (as xml) the "after" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffxgetAfterAutospacing()Gets (as xml) the "afterAutospacing" attributeSTDecimalNumberxgetAfterLines()Gets (as xml) the "afterLines" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasurexgetBefore()Gets (as xml) the "before" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffxgetBeforeAutospacing()Gets (as xml) the "beforeAutospacing" attributeSTDecimalNumberxgetBeforeLines()Gets (as xml) the "beforeLines" attributeSTSignedTwipsMeasurexgetLine()Gets (as xml) the "line" attributeSTLineSpacingRulexgetLineRule()Gets (as xml) the "lineRule" attributevoidxsetAfter(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure after)Sets (as xml) the "after" attributevoidxsetAfterAutospacing(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff afterAutospacing)Sets (as xml) the "afterAutospacing" attributevoidxsetAfterLines(STDecimalNumber afterLines)Sets (as xml) the "afterLines" attributevoidxsetBefore(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure before)Sets (as xml) the "before" attributevoidxsetBeforeAutospacing(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff beforeAutospacing)Sets (as xml) the "beforeAutospacing" attributevoidxsetBeforeLines(STDecimalNumber beforeLines)Sets (as xml) the "beforeLines" attributevoidxsetLine(STSignedTwipsMeasure line)Sets (as xml) the "line" attributevoidxsetLineRule(STLineSpacingRule lineRule)Sets (as xml) the "lineRule" 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<CTSpacing> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getBefore
java.lang.Object getBefore()
Gets the "before" attribute
-
xgetBefore
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetBefore()
Gets (as xml) the "before" attribute
-
isSetBefore
boolean isSetBefore()
True if has "before" attribute
-
setBefore
void setBefore(java.lang.Object before)
Sets the "before" attribute
-
xsetBefore
void xsetBefore(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure before)
Sets (as xml) the "before" attribute
-
unsetBefore
void unsetBefore()
Unsets the "before" attribute
-
getBeforeLines
java.math.BigInteger getBeforeLines()
Gets the "beforeLines" attribute
-
xgetBeforeLines
STDecimalNumber xgetBeforeLines()
Gets (as xml) the "beforeLines" attribute
-
isSetBeforeLines
boolean isSetBeforeLines()
True if has "beforeLines" attribute
-
setBeforeLines
void setBeforeLines(java.math.BigInteger beforeLines)
Sets the "beforeLines" attribute
-
xsetBeforeLines
void xsetBeforeLines(STDecimalNumber beforeLines)
Sets (as xml) the "beforeLines" attribute
-
unsetBeforeLines
void unsetBeforeLines()
Unsets the "beforeLines" attribute
-
getBeforeAutospacing
java.lang.Object getBeforeAutospacing()
Gets the "beforeAutospacing" attribute
-
xgetBeforeAutospacing
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetBeforeAutospacing()
Gets (as xml) the "beforeAutospacing" attribute
-
isSetBeforeAutospacing
boolean isSetBeforeAutospacing()
True if has "beforeAutospacing" attribute
-
setBeforeAutospacing
void setBeforeAutospacing(java.lang.Object beforeAutospacing)
Sets the "beforeAutospacing" attribute
-
xsetBeforeAutospacing
void xsetBeforeAutospacing(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff beforeAutospacing)
Sets (as xml) the "beforeAutospacing" attribute
-
unsetBeforeAutospacing
void unsetBeforeAutospacing()
Unsets the "beforeAutospacing" attribute
-
getAfter
java.lang.Object getAfter()
Gets the "after" attribute
-
xgetAfter
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetAfter()
Gets (as xml) the "after" attribute
-
isSetAfter
boolean isSetAfter()
True if has "after" attribute
-
setAfter
void setAfter(java.lang.Object after)
Sets the "after" attribute
-
xsetAfter
void xsetAfter(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure after)
Sets (as xml) the "after" attribute
-
unsetAfter
void unsetAfter()
Unsets the "after" attribute
-
getAfterLines
java.math.BigInteger getAfterLines()
Gets the "afterLines" attribute
-
xgetAfterLines
STDecimalNumber xgetAfterLines()
Gets (as xml) the "afterLines" attribute
-
isSetAfterLines
boolean isSetAfterLines()
True if has "afterLines" attribute
-
setAfterLines
void setAfterLines(java.math.BigInteger afterLines)
Sets the "afterLines" attribute
-
xsetAfterLines
void xsetAfterLines(STDecimalNumber afterLines)
Sets (as xml) the "afterLines" attribute
-
unsetAfterLines
void unsetAfterLines()
Unsets the "afterLines" attribute
-
getAfterAutospacing
java.lang.Object getAfterAutospacing()
Gets the "afterAutospacing" attribute
-
xgetAfterAutospacing
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetAfterAutospacing()
Gets (as xml) the "afterAutospacing" attribute
-
isSetAfterAutospacing
boolean isSetAfterAutospacing()
True if has "afterAutospacing" attribute
-
setAfterAutospacing
void setAfterAutospacing(java.lang.Object afterAutospacing)
Sets the "afterAutospacing" attribute
-
xsetAfterAutospacing
void xsetAfterAutospacing(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff afterAutospacing)
Sets (as xml) the "afterAutospacing" attribute
-
unsetAfterAutospacing
void unsetAfterAutospacing()
Unsets the "afterAutospacing" attribute
-
getLine
java.lang.Object getLine()
Gets the "line" attribute
-
xgetLine
STSignedTwipsMeasure xgetLine()
Gets (as xml) the "line" attribute
-
isSetLine
boolean isSetLine()
True if has "line" attribute
-
setLine
void setLine(java.lang.Object line)
Sets the "line" attribute
-
xsetLine
void xsetLine(STSignedTwipsMeasure line)
Sets (as xml) the "line" attribute
-
unsetLine
void unsetLine()
Unsets the "line" attribute
-
getLineRule
STLineSpacingRule.Enum getLineRule()
Gets the "lineRule" attribute
-
xgetLineRule
STLineSpacingRule xgetLineRule()
Gets (as xml) the "lineRule" attribute
-
isSetLineRule
boolean isSetLineRule()
True if has "lineRule" attribute
-
setLineRule
void setLineRule(STLineSpacingRule.Enum lineRule)
Sets the "lineRule" attribute
-
xsetLineRule
void xsetLineRule(STLineSpacingRule lineRule)
Sets (as xml) the "lineRule" attribute
-
unsetLineRule
void unsetLineRule()
Unsets the "lineRule" attribute
-
-