public class CTParaRPrOriginal extends java.lang.Object implements Child
Java class for CT_ParaRPrOriginal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ParaRPrOriginal">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_ParaRPrTrackChanges" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_RPrBase" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTTrackChange |
del |
protected java.util.List<java.lang.Object> |
egrPrBase |
protected CTTrackChange |
ins |
protected CTTrackChange |
moveFrom |
protected CTTrackChange |
moveTo |
| Constructor and Description |
|---|
CTParaRPrOriginal() |
| 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.
|
CTTrackChange |
getDel()
Gets the value of the del property.
|
java.util.List<java.lang.Object> |
getEGRPrBase()
Gets the value of the egrPrBase property.
|
CTTrackChange |
getIns()
Gets the value of the ins property.
|
CTTrackChange |
getMoveFrom()
Gets the value of the moveFrom property.
|
CTTrackChange |
getMoveTo()
Gets the value of the moveTo property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setDel(CTTrackChange value)
Sets the value of the del property.
|
void |
setIns(CTTrackChange value)
Sets the value of the ins property.
|
void |
setMoveFrom(CTTrackChange value)
Sets the value of the moveFrom property.
|
void |
setMoveTo(CTTrackChange value)
Sets the value of the moveTo property.
|
void |
setParent(java.lang.Object parent) |
protected CTTrackChange ins
protected CTTrackChange del
protected CTTrackChange moveFrom
protected CTTrackChange moveTo
protected java.util.List<java.lang.Object> egrPrBase
public CTTrackChange getIns()
CTTrackChangepublic void setIns(CTTrackChange value)
value - allowed object is
CTTrackChangepublic CTTrackChange getDel()
CTTrackChangepublic void setDel(CTTrackChange value)
value - allowed object is
CTTrackChangepublic CTTrackChange getMoveFrom()
CTTrackChangepublic void setMoveFrom(CTTrackChange value)
value - allowed object is
CTTrackChangepublic CTTrackChange getMoveTo()
CTTrackChangepublic void setMoveTo(CTTrackChange value)
value - allowed object is
CTTrackChangepublic java.util.List<java.lang.Object> getEGRPrBase()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the egrPrBase property.
For example, to add a new item, do as follows:
getEGRPrBase().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<BooleanDefaultTrue>
JAXBElement<BooleanDefaultTrue>
JAXBElement<CTFitText>
JAXBElement<HpsMeasure>
JAXBElement<BooleanDefaultTrue>
JAXBElement<BooleanDefaultTrue>
JAXBElement<BooleanDefaultTrue>
JAXBElement<CTVerticalAlignRun>
JAXBElement<BooleanDefaultTrue>
JAXBElement<CTEm>
RFonts
JAXBElement<BooleanDefaultTrue>
JAXBElement<BooleanDefaultTrue>
JAXBElement<BooleanDefaultTrue>
JAXBElement<BooleanDefaultTrue>
JAXBElement<BooleanDefaultTrue>
JAXBElement<BooleanDefaultTrue>
Color
JAXBElement<CTShd>
JAXBElement<BooleanDefaultTrue>
JAXBElement<HpsMeasure>
JAXBElement<CTLanguage>
JAXBElement<BooleanDefaultTrue>
JAXBElement<BooleanDefaultTrue>
JAXBElement<BooleanDefaultTrue>
RStyle
JAXBElement<BooleanDefaultTrue>
JAXBElement<CTSignedTwipsMeasure>
JAXBElement<BooleanDefaultTrue>
JAXBElement<CTTextScale>
JAXBElement<CTTextEffect>
JAXBElement<BooleanDefaultTrue>
JAXBElement<BooleanDefaultTrue>
JAXBElement<CTBorder>
JAXBElement<CTEastAsianLayout>
JAXBElement<CTSignedHpsMeasure>
JAXBElement<HpsMeasure>
Highlight
U
JAXBElement<CTGlow>
JAXBElement<CTShadow>
JAXBElement<CTReflection>
JAXBElement<CTTextOutlineEffect>
JAXBElement<CTFillTextEffect>
JAXBElement<CTScene3D>
JAXBElement<CTProps3D>
JAXBElement<CTLigatures>
JAXBElement<CTNumSpacing>
JAXBElement<CTNumForm>
JAXBElement<CTStylisticSets>
JAXBElement<CTOnOff>
public 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–2023. All rights reserved.