Class TblPr

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

public class TblPr
extends CTTblPrBase

Java class for CT_TblPr complex type.

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

 <complexType name="CT_TblPr">
   <complexContent>
     <extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblPrBase">
       <sequence>
         <element name="tblPrChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblPrChange" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TblPr

      public TblPr()
  • Method Details

    • getTblPrChange

      public CTTblPrChange getTblPrChange()
      Gets the value of the tblPrChange property.
      Returns:
      possible object is CTTblPrChange
    • setTblPrChange

      public void setTblPrChange​(CTTblPrChange value)
      Sets the value of the tblPrChange property.
      Parameters:
      value - allowed object is CTTblPrChange
    • 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 CTTblPrBase
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.