Uses of Class
org.docx4j.wml.CTTblStylePr
Packages that use CTTblStylePr
Package
Description
-
Uses of CTTblStylePr in org.docx4j.convert.out.html
Method parameters in org.docx4j.convert.out.html with type arguments of type CTTblStylePrModifier and TypeMethodDescriptionprotected static voidHtmlCssHelper.createCss(List<CTTblStylePr> tblStylePrList, StringBuilder result) -
Uses of CTTblStylePr in org.docx4j.model.properties
Method parameters in org.docx4j.model.properties with type arguments of type CTTblStylePrModifier and TypeMethodDescriptionPropertyFactory.createProperties(List<CTTblStylePr> tblStylePrList) -
Uses of CTTblStylePr in org.docx4j.model.properties.table.tblStyle
Methods in org.docx4j.model.properties.table.tblStyle with parameters of type CTTblStylePrModifier and TypeMethodDescriptionabstract voidAbstractTableStyleProperty.set(CTTblStylePr tblStylePr) -
Uses of CTTblStylePr in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return CTTblStylePrModifier and TypeMethodDescriptionstatic CTTblStylePrStyleUtil.apply(CTTblStylePr source, CTTblStylePr destination) Methods in org.docx4j.model.styles with parameters of type CTTblStylePrModifier and TypeMethodDescriptionstatic CTTblStylePrStyleUtil.apply(CTTblStylePr source, CTTblStylePr destination) static booleanStyleUtil.areEqual(CTTblStylePr ctTblStylePr1, CTTblStylePr ctTblStylePr2) static booleanStyleUtil.isEmpty(CTTblStylePr ctTblStylePr) Method parameters in org.docx4j.model.styles with type arguments of type CTTblStylePrModifier and TypeMethodDescriptionstatic voidStyleUtil.apply(List<CTTblStylePr> source, List<CTTblStylePr> destination) static booleanStyleUtil.areEqual(List<CTTblStylePr> tblStylePrList1, List<CTTblStylePr> tblStylePrList2) static booleanStyleUtil.isEmpty(List<CTTblStylePr> tblStylePrList) -
Uses of CTTblStylePr in org.docx4j.wml
Fields in org.docx4j.wml with type parameters of type CTTblStylePrMethods in org.docx4j.wml that return CTTblStylePrModifier and TypeMethodDescriptionObjectFactory.createCTTblStylePr()Create an instance ofCTTblStylePrMethods in org.docx4j.wml that return types with arguments of type CTTblStylePrModifier and TypeMethodDescriptionStyle.getTblStylePr()Gets the value of the tblStylePr property.