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 classCTLvlLegacy.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 STOnOff.EnumgetLegacy()Gets the "legacy" attributejava.math.BigIntegergetLegacyIndent()Gets the "legacyIndent" attributejava.math.BigIntegergetLegacySpace()Gets the "legacySpace" attributebooleanisSetLegacy()True if has "legacy" attributebooleanisSetLegacyIndent()True if has "legacyIndent" attributebooleanisSetLegacySpace()True if has "legacySpace" attributevoidsetLegacy(STOnOff.Enum legacy)Sets the "legacy" attributevoidsetLegacyIndent(java.math.BigInteger legacyIndent)Sets the "legacyIndent" attributevoidsetLegacySpace(java.math.BigInteger legacySpace)Sets the "legacySpace" attributevoidunsetLegacy()Unsets the "legacy" attributevoidunsetLegacyIndent()Unsets the "legacyIndent" attributevoidunsetLegacySpace()Unsets the "legacySpace" attributeSTOnOffxgetLegacy()Gets (as xml) the "legacy" attributeSTSignedTwipsMeasurexgetLegacyIndent()Gets (as xml) the "legacyIndent" attributeSTTwipsMeasurexgetLegacySpace()Gets (as xml) the "legacySpace" attributevoidxsetLegacy(STOnOff legacy)Sets (as xml) the "legacy" attributevoidxsetLegacyIndent(STSignedTwipsMeasure legacyIndent)Sets (as xml) the "legacyIndent" attributevoidxsetLegacySpace(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
-
-