Interface CTAbstractNum
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTAbstractNum extends XmlObject
An XML CT_AbstractNum(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTAbstractNum.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 Deprecated Methods Modifier and Type Method Description CTLvladdNewLvl()Appends and returns a new empty value (as xml) as the last "lvl" elementCTMultiLevelTypeaddNewMultiLevelType()Appends and returns a new empty "multiLevelType" elementCTStringaddNewName()Appends and returns a new empty "name" elementCTLongHexNumberaddNewNsid()Appends and returns a new empty "nsid" elementCTStringaddNewNumStyleLink()Appends and returns a new empty "numStyleLink" elementCTStringaddNewStyleLink()Appends and returns a new empty "styleLink" elementCTLongHexNumberaddNewTmpl()Appends and returns a new empty "tmpl" elementjava.math.BigIntegergetAbstractNumId()Gets the "abstractNumId" attributeCTLvl[]getLvlArray()Deprecated.CTLvlgetLvlArray(int i)Gets ith "lvl" elementjava.util.List<CTLvl>getLvlList()Gets a List of "lvl" elementsCTMultiLevelTypegetMultiLevelType()Gets the "multiLevelType" elementCTStringgetName()Gets the "name" elementCTLongHexNumbergetNsid()Gets the "nsid" elementCTStringgetNumStyleLink()Gets the "numStyleLink" elementCTStringgetStyleLink()Gets the "styleLink" elementCTLongHexNumbergetTmpl()Gets the "tmpl" elementCTLvlinsertNewLvl(int i)Inserts and returns a new empty value (as xml) as the ith "lvl" elementbooleanisSetMultiLevelType()True if has "multiLevelType" elementbooleanisSetName()True if has "name" elementbooleanisSetNsid()True if has "nsid" elementbooleanisSetNumStyleLink()True if has "numStyleLink" elementbooleanisSetStyleLink()True if has "styleLink" elementbooleanisSetTmpl()True if has "tmpl" elementvoidremoveLvl(int i)Removes the ith "lvl" elementvoidsetAbstractNumId(java.math.BigInteger abstractNumId)Sets the "abstractNumId" attributevoidsetLvlArray(int i, CTLvl lvl)Sets ith "lvl" elementvoidsetLvlArray(CTLvl[] lvlArray)Sets array of all "lvl" elementvoidsetMultiLevelType(CTMultiLevelType multiLevelType)Sets the "multiLevelType" elementvoidsetName(CTString name)Sets the "name" elementvoidsetNsid(CTLongHexNumber nsid)Sets the "nsid" elementvoidsetNumStyleLink(CTString numStyleLink)Sets the "numStyleLink" elementvoidsetStyleLink(CTString styleLink)Sets the "styleLink" elementvoidsetTmpl(CTLongHexNumber tmpl)Sets the "tmpl" elementintsizeOfLvlArray()Returns number of "lvl" elementvoidunsetMultiLevelType()Unsets the "multiLevelType" elementvoidunsetName()Unsets the "name" elementvoidunsetNsid()Unsets the "nsid" elementvoidunsetNumStyleLink()Unsets the "numStyleLink" elementvoidunsetStyleLink()Unsets the "styleLink" elementvoidunsetTmpl()Unsets the "tmpl" elementSTDecimalNumberxgetAbstractNumId()Gets (as xml) the "abstractNumId" attributevoidxsetAbstractNumId(STDecimalNumber abstractNumId)Sets (as xml) the "abstractNumId" 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
-
getNsid
CTLongHexNumber getNsid()
Gets the "nsid" element
-
isSetNsid
boolean isSetNsid()
True if has "nsid" element
-
setNsid
void setNsid(CTLongHexNumber nsid)
Sets the "nsid" element
-
addNewNsid
CTLongHexNumber addNewNsid()
Appends and returns a new empty "nsid" element
-
unsetNsid
void unsetNsid()
Unsets the "nsid" element
-
getMultiLevelType
CTMultiLevelType getMultiLevelType()
Gets the "multiLevelType" element
-
isSetMultiLevelType
boolean isSetMultiLevelType()
True if has "multiLevelType" element
-
setMultiLevelType
void setMultiLevelType(CTMultiLevelType multiLevelType)
Sets the "multiLevelType" element
-
addNewMultiLevelType
CTMultiLevelType addNewMultiLevelType()
Appends and returns a new empty "multiLevelType" element
-
unsetMultiLevelType
void unsetMultiLevelType()
Unsets the "multiLevelType" element
-
getTmpl
CTLongHexNumber getTmpl()
Gets the "tmpl" element
-
isSetTmpl
boolean isSetTmpl()
True if has "tmpl" element
-
setTmpl
void setTmpl(CTLongHexNumber tmpl)
Sets the "tmpl" element
-
addNewTmpl
CTLongHexNumber addNewTmpl()
Appends and returns a new empty "tmpl" element
-
unsetTmpl
void unsetTmpl()
Unsets the "tmpl" element
-
getName
CTString getName()
Gets the "name" element
-
isSetName
boolean isSetName()
True if has "name" element
-
setName
void setName(CTString name)
Sets the "name" element
-
addNewName
CTString addNewName()
Appends and returns a new empty "name" element
-
unsetName
void unsetName()
Unsets the "name" element
-
getStyleLink
CTString getStyleLink()
Gets the "styleLink" element
-
isSetStyleLink
boolean isSetStyleLink()
True if has "styleLink" element
-
setStyleLink
void setStyleLink(CTString styleLink)
Sets the "styleLink" element
-
addNewStyleLink
CTString addNewStyleLink()
Appends and returns a new empty "styleLink" element
-
unsetStyleLink
void unsetStyleLink()
Unsets the "styleLink" element
-
getNumStyleLink
CTString getNumStyleLink()
Gets the "numStyleLink" element
-
isSetNumStyleLink
boolean isSetNumStyleLink()
True if has "numStyleLink" element
-
setNumStyleLink
void setNumStyleLink(CTString numStyleLink)
Sets the "numStyleLink" element
-
addNewNumStyleLink
CTString addNewNumStyleLink()
Appends and returns a new empty "numStyleLink" element
-
unsetNumStyleLink
void unsetNumStyleLink()
Unsets the "numStyleLink" element
-
getLvlList
java.util.List<CTLvl> getLvlList()
Gets a List of "lvl" elements
-
getLvlArray
@Deprecated CTLvl[] getLvlArray()
Deprecated.Gets array of all "lvl" elements
-
getLvlArray
CTLvl getLvlArray(int i)
Gets ith "lvl" element
-
sizeOfLvlArray
int sizeOfLvlArray()
Returns number of "lvl" element
-
setLvlArray
void setLvlArray(CTLvl[] lvlArray)
Sets array of all "lvl" element
-
setLvlArray
void setLvlArray(int i, CTLvl lvl)Sets ith "lvl" element
-
insertNewLvl
CTLvl insertNewLvl(int i)
Inserts and returns a new empty value (as xml) as the ith "lvl" element
-
addNewLvl
CTLvl addNewLvl()
Appends and returns a new empty value (as xml) as the last "lvl" element
-
removeLvl
void removeLvl(int i)
Removes the ith "lvl" element
-
getAbstractNumId
java.math.BigInteger getAbstractNumId()
Gets the "abstractNumId" attribute
-
xgetAbstractNumId
STDecimalNumber xgetAbstractNumId()
Gets (as xml) the "abstractNumId" attribute
-
setAbstractNumId
void setAbstractNumId(java.math.BigInteger abstractNumId)
Sets the "abstractNumId" attribute
-
xsetAbstractNumId
void xsetAbstractNumId(STDecimalNumber abstractNumId)
Sets (as xml) the "abstractNumId" attribute
-
-