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 class
CTSpacing.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
getAfter()
Gets the "after" attributeSTOnOff.Enum
getAfterAutospacing()
Gets the "afterAutospacing" attributejava.math.BigInteger
getAfterLines()
Gets the "afterLines" attributejava.math.BigInteger
getBefore()
Gets the "before" attributeSTOnOff.Enum
getBeforeAutospacing()
Gets the "beforeAutospacing" attributejava.math.BigInteger
getBeforeLines()
Gets the "beforeLines" attributejava.math.BigInteger
getLine()
Gets the "line" attributeSTLineSpacingRule.Enum
getLineRule()
Gets the "lineRule" attributeboolean
isSetAfter()
True if has "after" attributeboolean
isSetAfterAutospacing()
True if has "afterAutospacing" attributeboolean
isSetAfterLines()
True if has "afterLines" attributeboolean
isSetBefore()
True if has "before" attributeboolean
isSetBeforeAutospacing()
True if has "beforeAutospacing" attributeboolean
isSetBeforeLines()
True if has "beforeLines" attributeboolean
isSetLine()
True if has "line" attributeboolean
isSetLineRule()
True if has "lineRule" attributevoid
setAfter(java.math.BigInteger after)
Sets the "after" attributevoid
setAfterAutospacing(STOnOff.Enum afterAutospacing)
Sets the "afterAutospacing" attributevoid
setAfterLines(java.math.BigInteger afterLines)
Sets the "afterLines" attributevoid
setBefore(java.math.BigInteger before)
Sets the "before" attributevoid
setBeforeAutospacing(STOnOff.Enum beforeAutospacing)
Sets the "beforeAutospacing" attributevoid
setBeforeLines(java.math.BigInteger beforeLines)
Sets the "beforeLines" attributevoid
setLine(java.math.BigInteger line)
Sets the "line" attributevoid
setLineRule(STLineSpacingRule.Enum lineRule)
Sets the "lineRule" attributevoid
unsetAfter()
Unsets the "after" attributevoid
unsetAfterAutospacing()
Unsets the "afterAutospacing" attributevoid
unsetAfterLines()
Unsets the "afterLines" attributevoid
unsetBefore()
Unsets the "before" attributevoid
unsetBeforeAutospacing()
Unsets the "beforeAutospacing" attributevoid
unsetBeforeLines()
Unsets the "beforeLines" attributevoid
unsetLine()
Unsets the "line" attributevoid
unsetLineRule()
Unsets the "lineRule" attributeSTTwipsMeasure
xgetAfter()
Gets (as xml) the "after" attributeSTOnOff
xgetAfterAutospacing()
Gets (as xml) the "afterAutospacing" attributeSTDecimalNumber
xgetAfterLines()
Gets (as xml) the "afterLines" attributeSTTwipsMeasure
xgetBefore()
Gets (as xml) the "before" attributeSTOnOff
xgetBeforeAutospacing()
Gets (as xml) the "beforeAutospacing" attributeSTDecimalNumber
xgetBeforeLines()
Gets (as xml) the "beforeLines" attributeSTSignedTwipsMeasure
xgetLine()
Gets (as xml) the "line" attributeSTLineSpacingRule
xgetLineRule()
Gets (as xml) the "lineRule" attributevoid
xsetAfter(STTwipsMeasure after)
Sets (as xml) the "after" attributevoid
xsetAfterAutospacing(STOnOff afterAutospacing)
Sets (as xml) the "afterAutospacing" attributevoid
xsetAfterLines(STDecimalNumber afterLines)
Sets (as xml) the "afterLines" attributevoid
xsetBefore(STTwipsMeasure before)
Sets (as xml) the "before" attributevoid
xsetBeforeAutospacing(STOnOff beforeAutospacing)
Sets (as xml) the "beforeAutospacing" attributevoid
xsetBeforeLines(STDecimalNumber beforeLines)
Sets (as xml) the "beforeLines" attributevoid
xsetLine(STSignedTwipsMeasure line)
Sets (as xml) the "line" attributevoid
xsetLineRule(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
-
-