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(javax.xml.bind.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, setParent
protected CTTblGridChange tblGridChange
public CTTblGridChange getTblGridChange()
CTTblGridChange
public void setTblGridChange(CTTblGridChange value)
value
- allowed object is
CTTblGridChange
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
afterUnmarshal
in class TblGridBase
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2013. All Rights Reserved.