Uses of Class
org.docx4j.wml.CTTblLayoutType
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of CTTblLayoutType in org.docx4j.wml
Fields in org.docx4j.wml declared as CTTblLayoutType Modifier and Type Field Description protected CTTblLayoutTypeCTTblPrBase. tblLayoutprotected CTTblLayoutTypeCTTblPrExBase. tblLayoutMethods in org.docx4j.wml that return CTTblLayoutType Modifier and Type Method Description CTTblLayoutTypeObjectFactory. createCTTblLayoutType()Create an instance ofCTTblLayoutTypeCTTblLayoutTypeCTTblPrBase. getTblLayout()Gets the value of the tblLayout property.CTTblLayoutTypeCTTblPrExBase. getTblLayout()Gets the value of the tblLayout property.Methods in org.docx4j.wml with parameters of type CTTblLayoutType Modifier and Type Method Description voidCTTblPrBase. setTblLayout(CTTblLayoutType value)Sets the value of the tblLayout property.voidCTTblPrExBase. setTblLayout(CTTblLayoutType value)Sets the value of the tblLayout property.