Class CTParaRPrOriginal
- All Implemented Interfaces:
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTTrackChangeprotected CTTrackChangeprotected CTTrackChangeprotected CTTrackChange -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getDel()Gets the value of the del property.Gets the value of the egrPrBase property.getIns()Gets the value of the ins property.Gets the value of the moveFrom property.Gets the value of the moveTo property.Gets the parent object in the object tree representing the unmarshalled xml document.voidsetDel(CTTrackChange value) Sets the value of the del property.voidsetIns(CTTrackChange value) Sets the value of the ins property.voidsetMoveFrom(CTTrackChange value) Sets the value of the moveFrom property.voidsetMoveTo(CTTrackChange value) Sets the value of the moveTo property.void
-
Field Details
-
ins
-
del
-
moveFrom
-
moveTo
-
egrPrBase
-
-
Constructor Details
-
CTParaRPrOriginal
public CTParaRPrOriginal()
-
-
Method Details
-
getIns
Gets the value of the ins property.- Returns:
- possible object is
CTTrackChange
-
setIns
Sets the value of the ins property.- Parameters:
value- allowed object isCTTrackChange
-
getDel
Gets the value of the del property.- Returns:
- possible object is
CTTrackChange
-
setDel
Sets the value of the del property.- Parameters:
value- allowed object isCTTrackChange
-
getMoveFrom
Gets the value of the moveFrom property.- Returns:
- possible object is
CTTrackChange
-
setMoveFrom
Sets the value of the moveFrom property.- Parameters:
value- allowed object isCTTrackChange
-
getMoveTo
Gets the value of the moveTo property.- Returns:
- possible object is
CTTrackChange
-
setMoveTo
Sets the value of the moveTo property.- Parameters:
value- allowed object isCTTrackChange
-
getEGRPrBase
Gets the value of the egrPrBase property.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
setmethod 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>RFontsJAXBElement<BooleanDefaultTrue>JAXBElement<BooleanDefaultTrue>JAXBElement<BooleanDefaultTrue>JAXBElement<BooleanDefaultTrue>JAXBElement<BooleanDefaultTrue>JAXBElement<BooleanDefaultTrue>ColorJAXBElement<CTShd>JAXBElement<BooleanDefaultTrue>JAXBElement<HpsMeasure>JAXBElement<CTLanguage>JAXBElement<BooleanDefaultTrue>JAXBElement<BooleanDefaultTrue>JAXBElement<BooleanDefaultTrue>RStyleJAXBElement<BooleanDefaultTrue>JAXBElement<CTSignedTwipsMeasure>JAXBElement<BooleanDefaultTrue>JAXBElement<CTTextScale>JAXBElement<CTTextEffect>JAXBElement<BooleanDefaultTrue>JAXBElement<BooleanDefaultTrue>JAXBElement<CTBorder>JAXBElement<CTEastAsianLayout>JAXBElement<CTSignedHpsMeasure>JAXBElement<HpsMeasure>HighlightUJAXBElement<CTGlow>JAXBElement<CTShadow>JAXBElement<CTReflection>JAXBElement<CTTextOutlineEffect>JAXBElement<CTFillTextEffect>JAXBElement<CTScene3D>JAXBElement<CTProps3D>JAXBElement<CTLigatures>JAXBElement<CTNumSpacing>JAXBElement<CTNumForm>JAXBElement<CTStylisticSets>JAXBElement<CTOnOff> -
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-