public static class PPrBase.NumPr extends java.lang.Object implements Child
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ilvl" 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="numId" 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="numberingChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChangeNumbering" minOccurs="0"/>
<element name="ins" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChange" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PPrBase.NumPr.Ilvl
Java class for anonymous complex type.
|
static class |
PPrBase.NumPr.NumId
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected PPrBase.NumPr.Ilvl |
ilvl |
protected CTTrackChange |
ins |
protected CTTrackChangeNumbering |
numberingChange |
protected PPrBase.NumPr.NumId |
numId |
| Constructor and Description |
|---|
NumPr() |
| 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.
|
PPrBase.NumPr.Ilvl |
getIlvl()
Gets the value of the ilvl property.
|
CTTrackChange |
getIns()
Gets the value of the ins property.
|
CTTrackChangeNumbering |
getNumberingChange()
Gets the value of the numberingChange property.
|
PPrBase.NumPr.NumId |
getNumId()
Gets the value of the numId property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setIlvl(PPrBase.NumPr.Ilvl value)
Sets the value of the ilvl property.
|
void |
setIns(CTTrackChange value)
Sets the value of the ins property.
|
void |
setNumberingChange(CTTrackChangeNumbering value)
Sets the value of the numberingChange property.
|
void |
setNumId(PPrBase.NumPr.NumId value)
Sets the value of the numId property.
|
void |
setParent(java.lang.Object parent) |
protected PPrBase.NumPr.Ilvl ilvl
protected PPrBase.NumPr.NumId numId
protected CTTrackChangeNumbering numberingChange
protected CTTrackChange ins
public PPrBase.NumPr.Ilvl getIlvl()
PPrBase.NumPr.Ilvlpublic void setIlvl(PPrBase.NumPr.Ilvl value)
value - allowed object is
PPrBase.NumPr.Ilvlpublic PPrBase.NumPr.NumId getNumId()
PPrBase.NumPr.NumIdpublic void setNumId(PPrBase.NumPr.NumId value)
value - allowed object is
PPrBase.NumPr.NumIdpublic CTTrackChangeNumbering getNumberingChange()
CTTrackChangeNumberingpublic void setNumberingChange(CTTrackChangeNumbering value)
value - allowed object is
CTTrackChangeNumberingpublic CTTrackChange getIns()
CTTrackChangepublic void setIns(CTTrackChange value)
value - allowed object is
CTTrackChangepublic 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.