public class TblPr extends CTTblPrBase
Java class for CT_TblPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TblPr"> <complexContent> <extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblPrBase"> <sequence> <element name="tblPrChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblPrChange" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
CTTblPrBase.TblStyle, CTTblPrBase.TblStyleColBandSize, CTTblPrBase.TblStyleRowBandSize
Modifier and Type | Field and Description |
---|---|
protected CTTblPrChange |
tblPrChange |
bidiVisual, jc, shd, tblBorders, tblCellMar, tblCellSpacing, tblInd, tblLayout, tblLook, tblOverlap, tblpPr, tblStyle, tblStyleColBandSize, tblStyleRowBandSize, tblW
Constructor and Description |
---|
TblPr() |
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.
|
CTTblPrChange |
getTblPrChange()
Gets the value of the tblPrChange property.
|
void |
setTblPrChange(CTTblPrChange value)
Sets the value of the tblPrChange property.
|
getBidiVisual, getJc, getParent, getShd, getTblBorders, getTblCellMar, getTblCellSpacing, getTblInd, getTblLayout, getTblLook, getTblOverlap, getTblpPr, getTblStyle, getTblStyleColBandSize, getTblStyleRowBandSize, getTblW, setBidiVisual, setJc, setParent, setShd, setTblBorders, setTblCellMar, setTblCellSpacing, setTblInd, setTblLayout, setTblLook, setTblOverlap, setTblpPr, setTblStyle, setTblStyleColBandSize, setTblStyleRowBandSize, setTblW
protected CTTblPrChange tblPrChange
public CTTblPrChange getTblPrChange()
CTTblPrChange
public void setTblPrChange(CTTblPrChange value)
value
- allowed object is
CTTblPrChange
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
afterUnmarshal
in class CTTblPrBase
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.