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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTSpacing.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.BigIntegergetAfter()Gets the "after" attributeSTOnOff.EnumgetAfterAutospacing()Gets the "afterAutospacing" attributejava.math.BigIntegergetAfterLines()Gets the "afterLines" attributejava.math.BigIntegergetBefore()Gets the "before" attributeSTOnOff.EnumgetBeforeAutospacing()Gets the "beforeAutospacing" attributejava.math.BigIntegergetBeforeLines()Gets the "beforeLines" attributejava.math.BigIntegergetLine()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.math.BigInteger after)Sets the "after" attributevoidsetAfterAutospacing(STOnOff.Enum afterAutospacing)Sets the "afterAutospacing" attributevoidsetAfterLines(java.math.BigInteger afterLines)Sets the "afterLines" attributevoidsetBefore(java.math.BigInteger before)Sets the "before" attributevoidsetBeforeAutospacing(STOnOff.Enum beforeAutospacing)Sets the "beforeAutospacing" attributevoidsetBeforeLines(java.math.BigInteger beforeLines)Sets the "beforeLines" attributevoidsetLine(java.math.BigInteger 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" attributeSTTwipsMeasurexgetAfter()Gets (as xml) the "after" attributeSTOnOffxgetAfterAutospacing()Gets (as xml) the "afterAutospacing" attributeSTDecimalNumberxgetAfterLines()Gets (as xml) the "afterLines" attributeSTTwipsMeasurexgetBefore()Gets (as xml) the "before" attributeSTOnOffxgetBeforeAutospacing()Gets (as xml) the "beforeAutospacing" attributeSTDecimalNumberxgetBeforeLines()Gets (as xml) the "beforeLines" attributeSTSignedTwipsMeasurexgetLine()Gets (as xml) the "line" attributeSTLineSpacingRulexgetLineRule()Gets (as xml) the "lineRule" attributevoidxsetAfter(STTwipsMeasure after)Sets (as xml) the "after" attributevoidxsetAfterAutospacing(STOnOff afterAutospacing)Sets (as xml) the "afterAutospacing" attributevoidxsetAfterLines(STDecimalNumber afterLines)Sets (as xml) the "afterLines" attributevoidxsetBefore(STTwipsMeasure before)Sets (as xml) the "before" attributevoidxsetBeforeAutospacing(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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getBefore
java.math.BigInteger getBefore()
Gets the "before" attribute
-
xgetBefore
STTwipsMeasure xgetBefore()
Gets (as xml) the "before" attribute
-
isSetBefore
boolean isSetBefore()
True if has "before" attribute
-
setBefore
void setBefore(java.math.BigInteger before)
Sets the "before" attribute
-
xsetBefore
void xsetBefore(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
STOnOff.Enum getBeforeAutospacing()
Gets the "beforeAutospacing" attribute
-
xgetBeforeAutospacing
STOnOff xgetBeforeAutospacing()
Gets (as xml) the "beforeAutospacing" attribute
-
isSetBeforeAutospacing
boolean isSetBeforeAutospacing()
True if has "beforeAutospacing" attribute
-
setBeforeAutospacing
void setBeforeAutospacing(STOnOff.Enum beforeAutospacing)
Sets the "beforeAutospacing" attribute
-
xsetBeforeAutospacing
void xsetBeforeAutospacing(STOnOff beforeAutospacing)
Sets (as xml) the "beforeAutospacing" attribute
-
unsetBeforeAutospacing
void unsetBeforeAutospacing()
Unsets the "beforeAutospacing" attribute
-
getAfter
java.math.BigInteger getAfter()
Gets the "after" attribute
-
xgetAfter
STTwipsMeasure xgetAfter()
Gets (as xml) the "after" attribute
-
isSetAfter
boolean isSetAfter()
True if has "after" attribute
-
setAfter
void setAfter(java.math.BigInteger after)
Sets the "after" attribute
-
xsetAfter
void xsetAfter(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
STOnOff.Enum getAfterAutospacing()
Gets the "afterAutospacing" attribute
-
xgetAfterAutospacing
STOnOff xgetAfterAutospacing()
Gets (as xml) the "afterAutospacing" attribute
-
isSetAfterAutospacing
boolean isSetAfterAutospacing()
True if has "afterAutospacing" attribute
-
setAfterAutospacing
void setAfterAutospacing(STOnOff.Enum afterAutospacing)
Sets the "afterAutospacing" attribute
-
xsetAfterAutospacing
void xsetAfterAutospacing(STOnOff afterAutospacing)
Sets (as xml) the "afterAutospacing" attribute
-
unsetAfterAutospacing
void unsetAfterAutospacing()
Unsets the "afterAutospacing" attribute
-
getLine
java.math.BigInteger 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.math.BigInteger 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
-
-