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

  • Constructor Details

    • CTTblPrEx

      public CTTblPrEx()
  • Method Details

    • getTblPrExChange

      public CTTblPrExChange getTblPrExChange()
      Gets the value of the tblPrExChange property.
      Returns:
      possible object is CTTblPrExChange
    • setTblPrExChange

      public void setTblPrExChange​(CTTblPrExChange value)
      Sets the value of the tblPrExChange property.
      Parameters:
      value - allowed object is CTTblPrExChange
    • afterUnmarshal

      public 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.
      Overrides:
      afterUnmarshal in class CTTblPrExBase
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.