Package org.docx4j.wml
Class CTPPrChange
java.lang.Object
org.docx4j.wml.CTMarkup
org.docx4j.wml.CTTrackChange
org.docx4j.wml.CTPPrChange
- All Implemented Interfaces:
Child
Java class for CT_PPrChange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PPrChange">
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChange">
<sequence>
<element name="pPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_PPrBase"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.docx4j.wml.CTTrackChange
author, date -
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.getPPr()Gets the value of the pPr property.voidSets the value of the pPr property.Methods inherited from class org.docx4j.wml.CTTrackChange
getAuthor, getDate, setAuthor, setDate
-
Field Details
-
pPr
-
-
Constructor Details
-
CTPPrChange
public CTPPrChange()
-
-
Method Details
-
getPPr
Gets the value of the pPr property.- Returns:
- possible object is
PPrBase
-
setPPr
Sets the value of the pPr property.- Parameters:
value- allowed object isPPrBase
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Overrides:
afterUnmarshalin classCTTrackChange- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-