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>
| Modifier and Type | Field and Description |
|---|---|
protected CTTblGridChange |
tblGridChange |
gridCol| Constructor and Description |
|---|
TblGrid() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
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.
|
getGridCol, getParent, setParentprotected CTTblGridChange tblGridChange
public CTTblGridChange getTblGridChange()
CTTblGridChangepublic void setTblGridChange(CTTblGridChange value)
value - allowed object is
CTTblGridChangepublic void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
afterUnmarshal in class TblGridBaseparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.