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, tblCellMar, tblCellSpacing, tblInd, tblLayout, tblLook, tblW
Constructor and Description |
---|
CTTblPrEx() |
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.
|
CTTblPrExChange |
getTblPrExChange()
Gets the value of the tblPrExChange property.
|
void |
setTblPrExChange(CTTblPrExChange value)
Sets the value of the tblPrExChange property.
|
getJc, getParent, getShd, getTblBorders, getTblCellMar, getTblCellSpacing, getTblInd, getTblLayout, getTblLook, getTblW, setJc, setParent, setShd, setTblBorders, setTblCellMar, setTblCellSpacing, setTblInd, setTblLayout, setTblLook, setTblW
protected CTTblPrExChange tblPrExChange
public CTTblPrExChange getTblPrExChange()
CTTblPrExChange
public void setTblPrExChange(CTTblPrExChange value)
value
- allowed object is
CTTblPrExChange
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
afterUnmarshal
in class CTTblPrExBase
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.