Class TrPr

All Implemented Interfaces:
Child

public class TrPr extends CTTrPrBase

Java class for CT_TrPr complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_TrPr">
   <complexContent>
     <extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrPrBase">
       <sequence>
         <element name="ins" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChange" minOccurs="0"/>
         <element name="del" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChange" minOccurs="0"/>
         <element name="trPrChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrPrChange" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TrPr

      public TrPr()
  • Method Details

    • getIns

      public CTTrackChange getIns()
      Gets the value of the ins property.
      Returns:
      possible object is CTTrackChange
    • setIns

      public void setIns(CTTrackChange value)
      Sets the value of the ins property.
      Parameters:
      value - allowed object is CTTrackChange
    • getDel

      public CTTrackChange getDel()
      Gets the value of the del property.
      Returns:
      possible object is CTTrackChange
    • setDel

      public void setDel(CTTrackChange value)
      Sets the value of the del property.
      Parameters:
      value - allowed object is CTTrackChange
    • getTrPrChange

      public CTTrPrChange getTrPrChange()
      Gets the value of the trPrChange property.
      Returns:
      possible object is CTTrPrChange
    • setTrPrChange

      public void setTrPrChange(CTTrPrChange value)
      Sets the value of the trPrChange property.
      Parameters:
      value - allowed object is CTTrPrChange
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Overrides:
      afterUnmarshal in class CTTrPrBase
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.