Interface CTLvlLegacy
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTLvlLegacy extends XmlObject
An XML CT_LvlLegacy(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTLvlLegacy.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 STOnOff.Enum
getLegacy()
Gets the "legacy" attributejava.math.BigInteger
getLegacyIndent()
Gets the "legacyIndent" attributejava.math.BigInteger
getLegacySpace()
Gets the "legacySpace" attributeboolean
isSetLegacy()
True if has "legacy" attributeboolean
isSetLegacyIndent()
True if has "legacyIndent" attributeboolean
isSetLegacySpace()
True if has "legacySpace" attributevoid
setLegacy(STOnOff.Enum legacy)
Sets the "legacy" attributevoid
setLegacyIndent(java.math.BigInteger legacyIndent)
Sets the "legacyIndent" attributevoid
setLegacySpace(java.math.BigInteger legacySpace)
Sets the "legacySpace" attributevoid
unsetLegacy()
Unsets the "legacy" attributevoid
unsetLegacyIndent()
Unsets the "legacyIndent" attributevoid
unsetLegacySpace()
Unsets the "legacySpace" attributeSTOnOff
xgetLegacy()
Gets (as xml) the "legacy" attributeSTSignedTwipsMeasure
xgetLegacyIndent()
Gets (as xml) the "legacyIndent" attributeSTTwipsMeasure
xgetLegacySpace()
Gets (as xml) the "legacySpace" attributevoid
xsetLegacy(STOnOff legacy)
Sets (as xml) the "legacy" attributevoid
xsetLegacyIndent(STSignedTwipsMeasure legacyIndent)
Sets (as xml) the "legacyIndent" attributevoid
xsetLegacySpace(STTwipsMeasure legacySpace)
Sets (as xml) the "legacySpace" 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
-
getLegacy
STOnOff.Enum getLegacy()
Gets the "legacy" attribute
-
xgetLegacy
STOnOff xgetLegacy()
Gets (as xml) the "legacy" attribute
-
isSetLegacy
boolean isSetLegacy()
True if has "legacy" attribute
-
setLegacy
void setLegacy(STOnOff.Enum legacy)
Sets the "legacy" attribute
-
xsetLegacy
void xsetLegacy(STOnOff legacy)
Sets (as xml) the "legacy" attribute
-
unsetLegacy
void unsetLegacy()
Unsets the "legacy" attribute
-
getLegacySpace
java.math.BigInteger getLegacySpace()
Gets the "legacySpace" attribute
-
xgetLegacySpace
STTwipsMeasure xgetLegacySpace()
Gets (as xml) the "legacySpace" attribute
-
isSetLegacySpace
boolean isSetLegacySpace()
True if has "legacySpace" attribute
-
setLegacySpace
void setLegacySpace(java.math.BigInteger legacySpace)
Sets the "legacySpace" attribute
-
xsetLegacySpace
void xsetLegacySpace(STTwipsMeasure legacySpace)
Sets (as xml) the "legacySpace" attribute
-
unsetLegacySpace
void unsetLegacySpace()
Unsets the "legacySpace" attribute
-
getLegacyIndent
java.math.BigInteger getLegacyIndent()
Gets the "legacyIndent" attribute
-
xgetLegacyIndent
STSignedTwipsMeasure xgetLegacyIndent()
Gets (as xml) the "legacyIndent" attribute
-
isSetLegacyIndent
boolean isSetLegacyIndent()
True if has "legacyIndent" attribute
-
setLegacyIndent
void setLegacyIndent(java.math.BigInteger legacyIndent)
Sets the "legacyIndent" attribute
-
xsetLegacyIndent
void xsetLegacyIndent(STSignedTwipsMeasure legacyIndent)
Sets (as xml) the "legacyIndent" attribute
-
unsetLegacyIndent
void unsetLegacyIndent()
Unsets the "legacyIndent" attribute
-
-