public class Lvl extends 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 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 Boolean |
tentative |
protected String |
tplc |
Constructor and Description |
---|
Lvl() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
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.
|
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.
|
String |
getTplc()
Gets the value of the tplc property.
|
boolean |
isTentative()
Gets the value of the tentative property.
|
void |
setIlvl(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(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(Boolean value)
Sets the value of the tentative property.
|
void |
setTplc(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 BigInteger ilvl
protected String tplc
protected Boolean tentative
public Lvl.Start getStart()
Lvl.Start
public void setStart(Lvl.Start value)
value
- allowed object is
Lvl.Start
public NumFmt getNumFmt()
NumFmt
public void setNumFmt(NumFmt value)
value
- allowed object is
NumFmt
public Lvl.LvlRestart getLvlRestart()
Lvl.LvlRestart
public void setLvlRestart(Lvl.LvlRestart value)
value
- allowed object is
Lvl.LvlRestart
public Lvl.PStyle getPStyle()
Lvl.PStyle
public void setPStyle(Lvl.PStyle value)
value
- allowed object is
Lvl.PStyle
public BooleanDefaultTrue getIsLgl()
BooleanDefaultTrue
public void setIsLgl(BooleanDefaultTrue value)
value
- allowed object is
BooleanDefaultTrue
public Lvl.Suff getSuff()
Lvl.Suff
public void setSuff(Lvl.Suff value)
value
- allowed object is
Lvl.Suff
public Lvl.LvlText getLvlText()
Lvl.LvlText
public void setLvlText(Lvl.LvlText value)
value
- allowed object is
Lvl.LvlText
public Lvl.LvlPicBulletId getLvlPicBulletId()
Lvl.LvlPicBulletId
public void setLvlPicBulletId(Lvl.LvlPicBulletId value)
value
- allowed object is
Lvl.LvlPicBulletId
public Lvl.Legacy getLegacy()
Lvl.Legacy
public void setLegacy(Lvl.Legacy value)
value
- allowed object is
Lvl.Legacy
public void setLvlJc(Jc value)
value
- allowed object is
Jc
public void setPPr(PPr value)
value
- allowed object is
PPr
public void setRPr(RPr value)
value
- allowed object is
RPr
public BigInteger getIlvl()
BigInteger
public void setIlvl(BigInteger value)
value
- allowed object is
BigInteger
public String getTplc()
String
public void setTplc(String value)
value
- allowed object is
String
public boolean isTentative()
Boolean
public void setTentative(Boolean value)
value
- allowed object is
Boolean
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.