Interface CTLvlLegacy
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_LvlLegacy(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTLvlLegacy> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "legacy" attributeGets the "legacyIndent" attributeGets the "legacySpace" attributebooleanTrue if has "legacy" attributebooleanTrue if has "legacyIndent" attributebooleanTrue if has "legacySpace" attributevoidSets the "legacy" attributevoidsetLegacyIndent(Object legacyIndent) Sets the "legacyIndent" attributevoidsetLegacySpace(Object legacySpace) Sets the "legacySpace" attributevoidUnsets the "legacy" attributevoidUnsets the "legacyIndent" attributevoidUnsets the "legacySpace" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffGets (as xml) the "legacy" attributeGets (as xml) the "legacyIndent" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasureGets (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" attributeMethods 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, valueHashCodeMethods 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 Details
-
Factory
-
type
-
-
Method Details
-
getLegacy
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
Sets the "legacy" attribute -
unsetLegacy
void unsetLegacy()Unsets the "legacy" attribute -
getLegacySpace
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
Sets the "legacySpace" attribute -
unsetLegacySpace
void unsetLegacySpace()Unsets the "legacySpace" attribute -
getLegacyIndent
Object getLegacyIndent()Gets the "legacyIndent" attribute -
xgetLegacyIndent
STSignedTwipsMeasure xgetLegacyIndent()Gets (as xml) the "legacyIndent" attribute -
isSetLegacyIndent
boolean isSetLegacyIndent()True if has "legacyIndent" attribute -
setLegacyIndent
Sets the "legacyIndent" attribute -
xsetLegacyIndent
Sets (as xml) the "legacyIndent" attribute -
unsetLegacyIndent
void unsetLegacyIndent()Unsets the "legacyIndent" attribute
-