Package org.docx4j.wml
Class TblGrid
java.lang.Object
org.docx4j.wml.TblGridBase
org.docx4j.wml.TblGrid
- All Implemented Interfaces:
Child
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
FieldsFields inherited from class org.docx4j.wml.TblGridBase
gridCol -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.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, setParent
-
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
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.
-