Class TrPr

java.lang.Object
org.docx4j.wml.CTTrPrBase
org.docx4j.wml.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>