Package org.docx4j.wml
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 CTTblGridChangetblGridChangeFields inherited from class org.docx4j.wml.TblGridBase
gridCol -
Constructor Summary
Constructors Constructor Description TblGrid() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTTblGridChangegetTblGridChange()Gets the value of the tblGridChange property.voidsetTblGridChange(CTTblGridChange value)Sets the value of the tblGridChange property.Methods inherited from class org.docx4j.wml.TblGridBase
getGridCol, getParent, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
tblGridChange
-
-
Constructor Details
-
TblGrid
public TblGrid()
-
-
Method Details
-
getTblGridChange
Gets the value of the tblGridChange property.- Returns:
- possible object is
CTTblGridChange
-
setTblGridChange
Sets the value of the tblGridChange property.- Parameters:
value- allowed object isCTTblGridChange
-
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:
afterUnmarshalin classTblGridBase- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-