public class CTTblStylePr extends Object implements Child
Java class for CT_TblStylePr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TblStylePr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_PPr" minOccurs="0"/>
<element name="rPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_RPr" minOccurs="0"/>
<element name="tblPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TblPrBase" minOccurs="0"/>
<element name="trPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrPr" minOccurs="0"/>
<element name="tcPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TcPr" minOccurs="0"/>
</sequence>
<attribute name="type" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TblStyleOverrideType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PPr |
pPr |
protected RPr |
rPr |
protected CTTblPrBase |
tblPr |
protected TcPr |
tcPr |
protected TrPr |
trPr |
protected STTblStyleOverrideType |
type |
| Constructor and Description |
|---|
CTTblStylePr() |
| 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.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
PPr |
getPPr()
Gets the value of the pPr property.
|
RPr |
getRPr()
Gets the value of the rPr property.
|
CTTblPrBase |
getTblPr()
Gets the value of the tblPr property.
|
TcPr |
getTcPr()
Gets the value of the tcPr property.
|
TrPr |
getTrPr()
Gets the value of the trPr property.
|
STTblStyleOverrideType |
getType()
Gets the value of the type property.
|
void |
setParent(Object parent) |
void |
setPPr(PPr value)
Sets the value of the pPr property.
|
void |
setRPr(RPr value)
Sets the value of the rPr property.
|
void |
setTblPr(CTTblPrBase value)
Sets the value of the tblPr property.
|
void |
setTcPr(TcPr value)
Sets the value of the tcPr property.
|
void |
setTrPr(TrPr value)
Sets the value of the trPr property.
|
void |
setType(STTblStyleOverrideType value)
Sets the value of the type property.
|
protected PPr pPr
protected RPr rPr
protected CTTblPrBase tblPr
protected TrPr trPr
protected TcPr tcPr
protected STTblStyleOverrideType type
public void setPPr(PPr value)
value - allowed object is
PPrpublic void setRPr(RPr value)
value - allowed object is
RPrpublic CTTblPrBase getTblPr()
CTTblPrBasepublic void setTblPr(CTTblPrBase value)
value - allowed object is
CTTblPrBasepublic void setTrPr(TrPr value)
value - allowed object is
TrPrpublic void setTcPr(TcPr value)
value - allowed object is
TcPrpublic STTblStyleOverrideType getType()
STTblStyleOverrideTypepublic void setType(STTblStyleOverrideType value)
value - allowed object is
STTblStyleOverrideTypepublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2020. All Rights Reserved.