Class TblGrid

java.lang.Object
org.docx4j.wml.TblGridBase
org.docx4j.wml.TblGrid
All Implemented Interfaces:
Child

public class TblGrid
extends TblGridBase

Java class for CT_TblGrid complex type.

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

 <complexType name="CT_TblGrid">
   <complexContent>
     <extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblGridBase">
       <sequence>
         <element name="tblGridChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblGridChange" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected CTTblGridChange tblGridChange  

    Fields inherited from class org.docx4j.wml.TblGridBase

    gridCol
  • Constructor Summary

    Constructors 
    Constructor Description
    TblGrid()  
  • Method Summary

    Modifier and Type Method Description
    void afterUnmarshal​(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
    This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
    CTTblGridChange getTblGridChange()
    Gets the value of the tblGridChange property.
    void setTblGridChange​(CTTblGridChange value)
    Sets the value of the tblGridChange property.

    Methods inherited from class org.docx4j.wml.TblGridBase

    getGridCol, getParent, setParent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait