Class CTParaRPrOriginal

java.lang.Object
org.docx4j.wml.CTParaRPrOriginal
All Implemented Interfaces:
Child

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>
 
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected CTTrackChange del  
    protected java.util.List<java.lang.Object> egrPrBase  
    protected CTTrackChange ins  
    protected CTTrackChange moveFrom  
    protected CTTrackChange moveTo  
  • Constructor Summary

    Constructors
    Constructor Description
    CTParaRPrOriginal()  
  • Method Summary

    Modifier and Type Method Description
    void afterUnmarshal​(jakarta.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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait