Uses of Class
org.docx4j.dml.CTTableStyle
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of CTTableStyle in org.docx4j.dml
Fields in org.docx4j.dml declared as CTTableStyle Modifier and Type Field Description protected CTTableStyleCTTableProperties. tableStyleFields in org.docx4j.dml with type parameters of type CTTableStyle Modifier and Type Field Description protected java.util.List<CTTableStyle>CTTableStyleList. tblStyleMethods in org.docx4j.dml that return CTTableStyle Modifier and Type Method Description CTTableStyleObjectFactory. createCTTableStyle()Create an instance ofCTTableStyleCTTableStyleCTTableProperties. getTableStyle()Gets the value of the tableStyle property.Methods in org.docx4j.dml that return types with arguments of type CTTableStyle Modifier and Type Method Description java.util.List<CTTableStyle>CTTableStyleList. getTblStyle()Gets the value of the tblStyle property.Methods in org.docx4j.dml with parameters of type CTTableStyle Modifier and Type Method Description voidCTTableProperties. setTableStyle(CTTableStyle value)Sets the value of the tableStyle property.