public class Lvl extends java.lang.Object implements Child
Java class for CT_Lvl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Lvl">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="start" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="numFmt" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_NumFmt" minOccurs="0"/>
<element name="lvlRestart" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="pStyle" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="isLgl" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="suff" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="tab"/>
<enumeration value="space"/>
<enumeration value="nothing"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="lvlText" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
<attribute name="null" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="lvlPicBulletId" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="legacy" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="legacy" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="legacySpace" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="legacyIndent" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="lvlJc" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Jc" minOccurs="0"/>
<element name="pPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_PPr" minOccurs="0"/>
<element name="rPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_RPr" minOccurs="0"/>
</sequence>
<attribute name="ilvl" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="tplc" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LongHexNumber" />
<attribute name="tentative" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Lvl.Legacy
Java class for anonymous complex type.
|
static class |
Lvl.LvlPicBulletId
Java class for anonymous complex type.
|
static class |
Lvl.LvlRestart
Java class for anonymous complex type.
|
static class |
Lvl.LvlText
Java class for anonymous complex type.
|
static class |
Lvl.PStyle
Java class for anonymous complex type.
|
static class |
Lvl.Start
Java class for anonymous complex type.
|
static class |
Lvl.Suff
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
ilvl |
protected BooleanDefaultTrue |
isLgl |
protected Lvl.Legacy |
legacy |
protected Jc |
lvlJc |
protected Lvl.LvlPicBulletId |
lvlPicBulletId |
protected Lvl.LvlRestart |
lvlRestart |
protected Lvl.LvlText |
lvlText |
protected NumFmt |
numFmt |
protected PPr |
pPr |
protected Lvl.PStyle |
pStyle |
protected RPr |
rPr |
protected Lvl.Start |
start |
protected Lvl.Suff |
suff |
protected java.lang.Boolean |
tentative |
protected java.lang.String |
tplc |
| Constructor and Description |
|---|
Lvl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.math.BigInteger |
getIlvl()
Gets the value of the ilvl property.
|
BooleanDefaultTrue |
getIsLgl()
Gets the value of the isLgl property.
|
Lvl.Legacy |
getLegacy()
Gets the value of the legacy property.
|
Jc |
getLvlJc()
Gets the value of the lvlJc property.
|
Lvl.LvlPicBulletId |
getLvlPicBulletId()
Gets the value of the lvlPicBulletId property.
|
Lvl.LvlRestart |
getLvlRestart()
Gets the value of the lvlRestart property.
|
Lvl.LvlText |
getLvlText()
Gets the value of the lvlText property.
|
NumFmt |
getNumFmt()
Gets the value of the numFmt property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
PPr |
getPPr()
Gets the value of the pPr property.
|
Lvl.PStyle |
getPStyle()
Gets the value of the pStyle property.
|
RPr |
getRPr()
Gets the value of the rPr property.
|
Lvl.Start |
getStart()
Gets the value of the start property.
|
Lvl.Suff |
getSuff()
Gets the value of the suff property.
|
java.lang.String |
getTplc()
Gets the value of the tplc property.
|
boolean |
isTentative()
Gets the value of the tentative property.
|
void |
setIlvl(java.math.BigInteger value)
Sets the value of the ilvl property.
|
void |
setIsLgl(BooleanDefaultTrue value)
Sets the value of the isLgl property.
|
void |
setLegacy(Lvl.Legacy value)
Sets the value of the legacy property.
|
void |
setLvlJc(Jc value)
Sets the value of the lvlJc property.
|
void |
setLvlPicBulletId(Lvl.LvlPicBulletId value)
Sets the value of the lvlPicBulletId property.
|
void |
setLvlRestart(Lvl.LvlRestart value)
Sets the value of the lvlRestart property.
|
void |
setLvlText(Lvl.LvlText value)
Sets the value of the lvlText property.
|
void |
setNumFmt(NumFmt value)
Sets the value of the numFmt property.
|
void |
setParent(java.lang.Object parent) |
void |
setPPr(PPr value)
Sets the value of the pPr property.
|
void |
setPStyle(Lvl.PStyle value)
Sets the value of the pStyle property.
|
void |
setRPr(RPr value)
Sets the value of the rPr property.
|
void |
setStart(Lvl.Start value)
Sets the value of the start property.
|
void |
setSuff(Lvl.Suff value)
Sets the value of the suff property.
|
void |
setTentative(java.lang.Boolean value)
Sets the value of the tentative property.
|
void |
setTplc(java.lang.String value)
Sets the value of the tplc property.
|
protected Lvl.Start start
protected NumFmt numFmt
protected Lvl.LvlRestart lvlRestart
protected Lvl.PStyle pStyle
protected BooleanDefaultTrue isLgl
protected Lvl.Suff suff
protected Lvl.LvlText lvlText
protected Lvl.LvlPicBulletId lvlPicBulletId
protected Lvl.Legacy legacy
protected Jc lvlJc
protected PPr pPr
protected RPr rPr
protected java.math.BigInteger ilvl
protected java.lang.String tplc
protected java.lang.Boolean tentative
public Lvl.Start getStart()
Lvl.Startpublic void setStart(Lvl.Start value)
value - allowed object is
Lvl.Startpublic NumFmt getNumFmt()
NumFmtpublic void setNumFmt(NumFmt value)
value - allowed object is
NumFmtpublic Lvl.LvlRestart getLvlRestart()
Lvl.LvlRestartpublic void setLvlRestart(Lvl.LvlRestart value)
value - allowed object is
Lvl.LvlRestartpublic Lvl.PStyle getPStyle()
Lvl.PStylepublic void setPStyle(Lvl.PStyle value)
value - allowed object is
Lvl.PStylepublic BooleanDefaultTrue getIsLgl()
BooleanDefaultTruepublic void setIsLgl(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic Lvl.Suff getSuff()
Lvl.Suffpublic void setSuff(Lvl.Suff value)
value - allowed object is
Lvl.Suffpublic Lvl.LvlText getLvlText()
Lvl.LvlTextpublic void setLvlText(Lvl.LvlText value)
value - allowed object is
Lvl.LvlTextpublic Lvl.LvlPicBulletId getLvlPicBulletId()
Lvl.LvlPicBulletIdpublic void setLvlPicBulletId(Lvl.LvlPicBulletId value)
value - allowed object is
Lvl.LvlPicBulletIdpublic Lvl.Legacy getLegacy()
Lvl.Legacypublic void setLegacy(Lvl.Legacy value)
value - allowed object is
Lvl.Legacypublic void setLvlJc(Jc value)
value - allowed object is
Jcpublic void setPPr(PPr value)
value - allowed object is
PPrpublic void setRPr(RPr value)
value - allowed object is
RPrpublic java.math.BigInteger getIlvl()
BigIntegerpublic void setIlvl(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getTplc()
Stringpublic void setTplc(java.lang.String value)
value - allowed object is
Stringpublic boolean isTentative()
Booleanpublic void setTentative(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.