Package org.docx4j.wml
Class CTTblStylePr
java.lang.Object
org.docx4j.wml.CTTblStylePr
- All Implemented Interfaces:
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the parent object in the object tree representing the unmarshalled xml document.getPPr()Gets the value of the pPr property.getRPr()Gets the value of the rPr property.getTblPr()Gets the value of the tblPr property.getTcPr()Gets the value of the tcPr property.getTrPr()Gets the value of the trPr property.getType()Gets the value of the type property.voidvoidSets the value of the pPr property.voidSets the value of the rPr property.voidsetTblPr(CTTblPrBase value) Sets the value of the tblPr property.voidSets the value of the tcPr property.voidSets the value of the trPr property.voidsetType(STTblStyleOverrideType value) Sets the value of the type property.
-
Field Details
-
pPr
-
rPr
-
tblPr
-
trPr
-
tcPr
-
type
-
-
Constructor Details
-
CTTblStylePr
public CTTblStylePr()
-
-
Method Details
-
getPPr
Gets the value of the pPr property.- Returns:
- possible object is
PPr
-
setPPr
Sets the value of the pPr property.- Parameters:
value- allowed object isPPr
-
getRPr
Gets the value of the rPr property.- Returns:
- possible object is
RPr
-
setRPr
Sets the value of the rPr property.- Parameters:
value- allowed object isRPr
-
getTblPr
Gets the value of the tblPr property.- Returns:
- possible object is
CTTblPrBase
-
setTblPr
Sets the value of the tblPr property.- Parameters:
value- allowed object isCTTblPrBase
-
getTrPr
Gets the value of the trPr property.- Returns:
- possible object is
TrPr
-
setTrPr
Sets the value of the trPr property.- Parameters:
value- allowed object isTrPr
-
getTcPr
Gets the value of the tcPr property.- Returns:
- possible object is
TcPr
-
setTcPr
Sets the value of the tcPr property.- Parameters:
value- allowed object isTcPr
-
getType
Gets the value of the type property.- Returns:
- possible object is
STTblStyleOverrideType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isSTTblStyleOverrideType
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-