Class CTTblPrEx

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

public class CTTblPrEx
extends CTTblPrExBase

Java class for CT_TblPrEx complex type.

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

 <complexType name="CT_TblPrEx">
   <complexContent>
     <extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblPrExBase">
       <sequence>
         <element name="tblPrExChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblPrExChange" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>