Uses of Class
org.docx4j.wml.TcPr
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of TcPr in org.docx4j.wml
Fields in org.docx4j.wml declared as TcPr Modifier and Type Field Description protected TcPrCTTblStylePr. tcPrprotected TcPrStyle. tcPrprotected TcPrTc. tcPrMethods in org.docx4j.wml that return TcPr Modifier and Type Method Description TcPrObjectFactory. createTcPr()Create an instance ofTcPrTcPrCTTblStylePr. getTcPr()Gets the value of the tcPr property.TcPrStyle. getTcPr()Gets the value of the tcPr property.TcPrTc. getTcPr()Gets the value of the tcPr property.Methods in org.docx4j.wml with parameters of type TcPr Modifier and Type Method Description voidCTTblStylePr. setTcPr(TcPr value)Sets the value of the tcPr property.voidStyle. setTcPr(TcPr value)Sets the value of the tcPr property.voidTc. setTcPr(TcPr value)Sets the value of the tcPr property.