Package org.docx4j.wml
Class CTTblStylePr
java.lang.Object
org.docx4j.wml.CTTblStylePr
- All Implemented Interfaces:
Child
public class CTTblStylePr extends java.lang.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>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CTTblStylePr() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.PPrgetPPr()Gets the value of the pPr property.RPrgetRPr()Gets the value of the rPr property.CTTblPrBasegetTblPr()Gets the value of the tblPr property.TcPrgetTcPr()Gets the value of the tcPr property.TrPrgetTrPr()Gets the value of the trPr property.STTblStyleOverrideTypegetType()Gets the value of the type property.voidsetParent(java.lang.Object parent)voidsetPPr(PPr value)Sets the value of the pPr property.voidsetRPr(RPr value)Sets the value of the rPr property.voidsetTblPr(CTTblPrBase value)Sets the value of the tblPr property.voidsetTcPr(TcPr value)Sets the value of the tcPr property.voidsetTrPr(TrPr value)Sets the value of the trPr property.voidsetType(STTblStyleOverrideType value)Sets the value of the type property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)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.
-