public class CTTblPrEx extends CTTblPrExBase
Java class for CT_TblPrEx complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TblPrEx">
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblPrExBase">
<sequence>
<element name="tblPrExChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblPrExChange" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTTblPrExChange |
tblPrExChange |
jc, shd, tblBorders, tblCaption, tblCellMar, tblCellSpacing, tblInd, tblLayout, tblLook, tblW| Constructor and Description |
|---|
CTTblPrEx() |
| 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.
|
CTTblPrExChange |
getTblPrExChange()
Gets the value of the tblPrExChange property.
|
void |
setTblPrExChange(CTTblPrExChange value)
Sets the value of the tblPrExChange property.
|
getJc, getParent, getShd, getTblBorders, getTblCaption, getTblCellMar, getTblCellSpacing, getTblInd, getTblLayout, getTblLook, getTblW, setJc, setParent, setShd, setTblBorders, setTblCaption, setTblCellMar, setTblCellSpacing, setTblInd, setTblLayout, setTblLook, setTblWprotected CTTblPrExChange tblPrExChange
public CTTblPrExChange getTblPrExChange()
CTTblPrExChangepublic void setTblPrExChange(CTTblPrExChange value)
value - allowed object is
CTTblPrExChangepublic void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
afterUnmarshal in class CTTblPrExBaseparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2020. All Rights Reserved.