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.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTLvlLegacy>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.ObjectgetLegacy()Gets the "legacy" attributejava.lang.ObjectgetLegacyIndent()Gets the "legacyIndent" attributejava.lang.ObjectgetLegacySpace()Gets the "legacySpace" attributebooleanisSetLegacy()True if has "legacy" attributebooleanisSetLegacyIndent()True if has "legacyIndent" attributebooleanisSetLegacySpace()True if has "legacySpace" attributevoidsetLegacy(java.lang.Object legacy)Sets the "legacy" attributevoidsetLegacyIndent(java.lang.Object legacyIndent)Sets the "legacyIndent" attributevoidsetLegacySpace(java.lang.Object legacySpace)Sets the "legacySpace" attributevoidunsetLegacy()Unsets the "legacy" attributevoidunsetLegacyIndent()Unsets the "legacyIndent" attributevoidunsetLegacySpace()Unsets the "legacySpace" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffxgetLegacy()Gets (as xml) the "legacy" attributeSTSignedTwipsMeasurexgetLegacyIndent()Gets (as xml) the "legacyIndent" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasurexgetLegacySpace()Gets (as xml) the "legacySpace" attributevoidxsetLegacy(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff legacy)Sets (as xml) the "legacy" attributevoidxsetLegacyIndent(STSignedTwipsMeasure legacyIndent)Sets (as xml) the "legacyIndent" attributevoidxsetLegacySpace(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTLvlLegacy> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getLegacy
java.lang.Object getLegacy()
Gets the "legacy" attribute
-
xgetLegacy
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetLegacy()
Gets (as xml) the "legacy" attribute
-
isSetLegacy
boolean isSetLegacy()
True if has "legacy" attribute
-
setLegacy
void setLegacy(java.lang.Object legacy)
Sets the "legacy" attribute
-
xsetLegacy
void xsetLegacy(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff legacy)
Sets (as xml) the "legacy" attribute
-
unsetLegacy
void unsetLegacy()
Unsets the "legacy" attribute
-
getLegacySpace
java.lang.Object getLegacySpace()
Gets the "legacySpace" attribute
-
xgetLegacySpace
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetLegacySpace()
Gets (as xml) the "legacySpace" attribute
-
isSetLegacySpace
boolean isSetLegacySpace()
True if has "legacySpace" attribute
-
setLegacySpace
void setLegacySpace(java.lang.Object legacySpace)
Sets the "legacySpace" attribute
-
xsetLegacySpace
void xsetLegacySpace(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure legacySpace)
Sets (as xml) the "legacySpace" attribute
-
unsetLegacySpace
void unsetLegacySpace()
Unsets the "legacySpace" attribute
-
getLegacyIndent
java.lang.Object 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.lang.Object legacyIndent)
Sets the "legacyIndent" attribute
-
xsetLegacyIndent
void xsetLegacyIndent(STSignedTwipsMeasure legacyIndent)
Sets (as xml) the "legacyIndent" attribute
-
unsetLegacyIndent
void unsetLegacyIndent()
Unsets the "legacyIndent" attribute
-
-