public class CTTblGridChange extends CTMarkup
Java class for CT_TblGridChange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TblGridChange">
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Markup">
<sequence>
<element name="tblGrid" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblGridBase"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TblGridBase |
tblGrid |
| Constructor and Description |
|---|
CTTblGridChange() |
| Modifier and Type | Method and 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.
|
TblGridBase |
getTblGrid()
Gets the value of the tblGrid property.
|
void |
setTblGrid(TblGridBase value)
Sets the value of the tblGrid property.
|
protected TblGridBase tblGrid
public TblGridBase getTblGrid()
TblGridBasepublic void setTblGrid(TblGridBase value)
value - allowed object is
TblGridBasepublic void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
afterUnmarshal in class CTMarkupparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.