Interface CTLvl
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTLvl extends XmlObject
An XML CT_Lvl(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTLvl.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 CTOnOffaddNewIsLgl()Appends and returns a new empty "isLgl" elementCTLvlLegacyaddNewLegacy()Appends and returns a new empty "legacy" elementCTJcaddNewLvlJc()Appends and returns a new empty "lvlJc" elementCTDecimalNumberaddNewLvlPicBulletId()Appends and returns a new empty "lvlPicBulletId" elementCTDecimalNumberaddNewLvlRestart()Appends and returns a new empty "lvlRestart" elementCTLevelTextaddNewLvlText()Appends and returns a new empty "lvlText" elementCTNumFmtaddNewNumFmt()Appends and returns a new empty "numFmt" elementCTPPraddNewPPr()Appends and returns a new empty "pPr" elementCTStringaddNewPStyle()Appends and returns a new empty "pStyle" elementCTRPraddNewRPr()Appends and returns a new empty "rPr" elementCTDecimalNumberaddNewStart()Appends and returns a new empty "start" elementCTLevelSuffixaddNewSuff()Appends and returns a new empty "suff" elementjava.math.BigIntegergetIlvl()Gets the "ilvl" attributeCTOnOffgetIsLgl()Gets the "isLgl" elementCTLvlLegacygetLegacy()Gets the "legacy" elementCTJcgetLvlJc()Gets the "lvlJc" elementCTDecimalNumbergetLvlPicBulletId()Gets the "lvlPicBulletId" elementCTDecimalNumbergetLvlRestart()Gets the "lvlRestart" elementCTLevelTextgetLvlText()Gets the "lvlText" elementCTNumFmtgetNumFmt()Gets the "numFmt" elementCTPPrgetPPr()Gets the "pPr" elementCTStringgetPStyle()Gets the "pStyle" elementCTRPrgetRPr()Gets the "rPr" elementCTDecimalNumbergetStart()Gets the "start" elementCTLevelSuffixgetSuff()Gets the "suff" elementSTOnOff.EnumgetTentative()Gets the "tentative" attributebyte[]getTplc()Gets the "tplc" attributebooleanisSetIsLgl()True if has "isLgl" elementbooleanisSetLegacy()True if has "legacy" elementbooleanisSetLvlJc()True if has "lvlJc" elementbooleanisSetLvlPicBulletId()True if has "lvlPicBulletId" elementbooleanisSetLvlRestart()True if has "lvlRestart" elementbooleanisSetLvlText()True if has "lvlText" elementbooleanisSetNumFmt()True if has "numFmt" elementbooleanisSetPPr()True if has "pPr" elementbooleanisSetPStyle()True if has "pStyle" elementbooleanisSetRPr()True if has "rPr" elementbooleanisSetStart()True if has "start" elementbooleanisSetSuff()True if has "suff" elementbooleanisSetTentative()True if has "tentative" attributebooleanisSetTplc()True if has "tplc" attributevoidsetIlvl(java.math.BigInteger ilvl)Sets the "ilvl" attributevoidsetIsLgl(CTOnOff isLgl)Sets the "isLgl" elementvoidsetLegacy(CTLvlLegacy legacy)Sets the "legacy" elementvoidsetLvlJc(CTJc lvlJc)Sets the "lvlJc" elementvoidsetLvlPicBulletId(CTDecimalNumber lvlPicBulletId)Sets the "lvlPicBulletId" elementvoidsetLvlRestart(CTDecimalNumber lvlRestart)Sets the "lvlRestart" elementvoidsetLvlText(CTLevelText lvlText)Sets the "lvlText" elementvoidsetNumFmt(CTNumFmt numFmt)Sets the "numFmt" elementvoidsetPPr(CTPPr pPr)Sets the "pPr" elementvoidsetPStyle(CTString pStyle)Sets the "pStyle" elementvoidsetRPr(CTRPr rPr)Sets the "rPr" elementvoidsetStart(CTDecimalNumber start)Sets the "start" elementvoidsetSuff(CTLevelSuffix suff)Sets the "suff" elementvoidsetTentative(STOnOff.Enum tentative)Sets the "tentative" attributevoidsetTplc(byte[] tplc)Sets the "tplc" attributevoidunsetIsLgl()Unsets the "isLgl" elementvoidunsetLegacy()Unsets the "legacy" elementvoidunsetLvlJc()Unsets the "lvlJc" elementvoidunsetLvlPicBulletId()Unsets the "lvlPicBulletId" elementvoidunsetLvlRestart()Unsets the "lvlRestart" elementvoidunsetLvlText()Unsets the "lvlText" elementvoidunsetNumFmt()Unsets the "numFmt" elementvoidunsetPPr()Unsets the "pPr" elementvoidunsetPStyle()Unsets the "pStyle" elementvoidunsetRPr()Unsets the "rPr" elementvoidunsetStart()Unsets the "start" elementvoidunsetSuff()Unsets the "suff" elementvoidunsetTentative()Unsets the "tentative" attributevoidunsetTplc()Unsets the "tplc" attributeSTDecimalNumberxgetIlvl()Gets (as xml) the "ilvl" attributeSTOnOffxgetTentative()Gets (as xml) the "tentative" attributeSTLongHexNumberxgetTplc()Gets (as xml) the "tplc" attributevoidxsetIlvl(STDecimalNumber ilvl)Sets (as xml) the "ilvl" attributevoidxsetTentative(STOnOff tentative)Sets (as xml) the "tentative" attributevoidxsetTplc(STLongHexNumber tplc)Sets (as xml) the "tplc" 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
-
getStart
CTDecimalNumber getStart()
Gets the "start" element
-
isSetStart
boolean isSetStart()
True if has "start" element
-
setStart
void setStart(CTDecimalNumber start)
Sets the "start" element
-
addNewStart
CTDecimalNumber addNewStart()
Appends and returns a new empty "start" element
-
unsetStart
void unsetStart()
Unsets the "start" element
-
getNumFmt
CTNumFmt getNumFmt()
Gets the "numFmt" element
-
isSetNumFmt
boolean isSetNumFmt()
True if has "numFmt" element
-
setNumFmt
void setNumFmt(CTNumFmt numFmt)
Sets the "numFmt" element
-
addNewNumFmt
CTNumFmt addNewNumFmt()
Appends and returns a new empty "numFmt" element
-
unsetNumFmt
void unsetNumFmt()
Unsets the "numFmt" element
-
getLvlRestart
CTDecimalNumber getLvlRestart()
Gets the "lvlRestart" element
-
isSetLvlRestart
boolean isSetLvlRestart()
True if has "lvlRestart" element
-
setLvlRestart
void setLvlRestart(CTDecimalNumber lvlRestart)
Sets the "lvlRestart" element
-
addNewLvlRestart
CTDecimalNumber addNewLvlRestart()
Appends and returns a new empty "lvlRestart" element
-
unsetLvlRestart
void unsetLvlRestart()
Unsets the "lvlRestart" element
-
getPStyle
CTString getPStyle()
Gets the "pStyle" element
-
isSetPStyle
boolean isSetPStyle()
True if has "pStyle" element
-
setPStyle
void setPStyle(CTString pStyle)
Sets the "pStyle" element
-
addNewPStyle
CTString addNewPStyle()
Appends and returns a new empty "pStyle" element
-
unsetPStyle
void unsetPStyle()
Unsets the "pStyle" element
-
getIsLgl
CTOnOff getIsLgl()
Gets the "isLgl" element
-
isSetIsLgl
boolean isSetIsLgl()
True if has "isLgl" element
-
setIsLgl
void setIsLgl(CTOnOff isLgl)
Sets the "isLgl" element
-
addNewIsLgl
CTOnOff addNewIsLgl()
Appends and returns a new empty "isLgl" element
-
unsetIsLgl
void unsetIsLgl()
Unsets the "isLgl" element
-
getSuff
CTLevelSuffix getSuff()
Gets the "suff" element
-
isSetSuff
boolean isSetSuff()
True if has "suff" element
-
setSuff
void setSuff(CTLevelSuffix suff)
Sets the "suff" element
-
addNewSuff
CTLevelSuffix addNewSuff()
Appends and returns a new empty "suff" element
-
unsetSuff
void unsetSuff()
Unsets the "suff" element
-
getLvlText
CTLevelText getLvlText()
Gets the "lvlText" element
-
isSetLvlText
boolean isSetLvlText()
True if has "lvlText" element
-
setLvlText
void setLvlText(CTLevelText lvlText)
Sets the "lvlText" element
-
addNewLvlText
CTLevelText addNewLvlText()
Appends and returns a new empty "lvlText" element
-
unsetLvlText
void unsetLvlText()
Unsets the "lvlText" element
-
getLvlPicBulletId
CTDecimalNumber getLvlPicBulletId()
Gets the "lvlPicBulletId" element
-
isSetLvlPicBulletId
boolean isSetLvlPicBulletId()
True if has "lvlPicBulletId" element
-
setLvlPicBulletId
void setLvlPicBulletId(CTDecimalNumber lvlPicBulletId)
Sets the "lvlPicBulletId" element
-
addNewLvlPicBulletId
CTDecimalNumber addNewLvlPicBulletId()
Appends and returns a new empty "lvlPicBulletId" element
-
unsetLvlPicBulletId
void unsetLvlPicBulletId()
Unsets the "lvlPicBulletId" element
-
getLegacy
CTLvlLegacy getLegacy()
Gets the "legacy" element
-
isSetLegacy
boolean isSetLegacy()
True if has "legacy" element
-
setLegacy
void setLegacy(CTLvlLegacy legacy)
Sets the "legacy" element
-
addNewLegacy
CTLvlLegacy addNewLegacy()
Appends and returns a new empty "legacy" element
-
unsetLegacy
void unsetLegacy()
Unsets the "legacy" element
-
getLvlJc
CTJc getLvlJc()
Gets the "lvlJc" element
-
isSetLvlJc
boolean isSetLvlJc()
True if has "lvlJc" element
-
setLvlJc
void setLvlJc(CTJc lvlJc)
Sets the "lvlJc" element
-
addNewLvlJc
CTJc addNewLvlJc()
Appends and returns a new empty "lvlJc" element
-
unsetLvlJc
void unsetLvlJc()
Unsets the "lvlJc" element
-
getPPr
CTPPr getPPr()
Gets the "pPr" element
-
isSetPPr
boolean isSetPPr()
True if has "pPr" element
-
setPPr
void setPPr(CTPPr pPr)
Sets the "pPr" element
-
addNewPPr
CTPPr addNewPPr()
Appends and returns a new empty "pPr" element
-
unsetPPr
void unsetPPr()
Unsets the "pPr" element
-
getRPr
CTRPr getRPr()
Gets the "rPr" element
-
isSetRPr
boolean isSetRPr()
True if has "rPr" element
-
setRPr
void setRPr(CTRPr rPr)
Sets the "rPr" element
-
addNewRPr
CTRPr addNewRPr()
Appends and returns a new empty "rPr" element
-
unsetRPr
void unsetRPr()
Unsets the "rPr" element
-
getIlvl
java.math.BigInteger getIlvl()
Gets the "ilvl" attribute
-
xgetIlvl
STDecimalNumber xgetIlvl()
Gets (as xml) the "ilvl" attribute
-
setIlvl
void setIlvl(java.math.BigInteger ilvl)
Sets the "ilvl" attribute
-
xsetIlvl
void xsetIlvl(STDecimalNumber ilvl)
Sets (as xml) the "ilvl" attribute
-
getTplc
byte[] getTplc()
Gets the "tplc" attribute
-
xgetTplc
STLongHexNumber xgetTplc()
Gets (as xml) the "tplc" attribute
-
isSetTplc
boolean isSetTplc()
True if has "tplc" attribute
-
setTplc
void setTplc(byte[] tplc)
Sets the "tplc" attribute
-
xsetTplc
void xsetTplc(STLongHexNumber tplc)
Sets (as xml) the "tplc" attribute
-
unsetTplc
void unsetTplc()
Unsets the "tplc" attribute
-
getTentative
STOnOff.Enum getTentative()
Gets the "tentative" attribute
-
xgetTentative
STOnOff xgetTentative()
Gets (as xml) the "tentative" attribute
-
isSetTentative
boolean isSetTentative()
True if has "tentative" attribute
-
setTentative
void setTentative(STOnOff.Enum tentative)
Sets the "tentative" attribute
-
xsetTentative
void xsetTentative(STOnOff tentative)
Sets (as xml) the "tentative" attribute
-
unsetTentative
void unsetTentative()
Unsets the "tentative" attribute
-
-