Class 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 Details

  • Constructor Details

    • TblGrid

      public TblGrid()
  • Method Details

    • getTblGridChange

      public CTTblGridChange getTblGridChange()
      Gets the value of the tblGridChange property.
      Returns:
      possible object is CTTblGridChange
    • setTblGridChange

      public void setTblGridChange(CTTblGridChange value)
      Sets the value of the tblGridChange property.
      Parameters:
      value - allowed object is CTTblGridChange
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Overrides:
      afterUnmarshal in class TblGridBase
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.