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, tblCaption, 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,
java.lang.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, getTblCaption, getTblCellMar, getTblCellSpacing, getTblInd, getTblLayout, getTblLook, getTblOverlap, getTblpPr, getTblStyle, getTblStyleColBandSize, getTblStyleRowBandSize, getTblW, setBidiVisual, setJc, setParent, setShd, setTblBorders, setTblCaption, setTblCellMar, setTblCellSpacing, setTblInd, setTblLayout, setTblLook, setTblOverlap, setTblpPr, setTblStyle, setTblStyleColBandSize, setTblStyleRowBandSize, setTblWprotected CTTblPrChange tblPrChange
public CTTblPrChange getTblPrChange()
CTTblPrChangepublic void setTblPrChange(CTTblPrChange value)
value - allowed object is
CTTblPrChangepublic void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
afterUnmarshal in class CTTblPrBaseparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.