Uses of Class
org.docx4j.wml.CTTblPrBase
Packages that use CTTblPrBase
Package
Description
-
Uses of CTTblPrBase in org.docx4j.convert.out.common.writer
Methods in org.docx4j.convert.out.common.writer with parameters of type CTTblPrBaseModifier and TypeMethodDescriptionprotected voidAbstractTableWriter.createCellProperties(List<Property> properties, CTTblPrBase tblPr) -
Uses of CTTblPrBase in org.docx4j.convert.out.html
Methods in org.docx4j.convert.out.html with parameters of type CTTblPrBaseModifier and TypeMethodDescriptionprotected static voidHtmlCssHelper.createCss(CTTblPrBase tblPr, StringBuilder result) -
Uses of CTTblPrBase in org.docx4j.model.properties
Methods in org.docx4j.model.properties with parameters of type CTTblPrBase -
Uses of CTTblPrBase in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return CTTblPrBaseModifier and TypeMethodDescriptionstatic CTTblPrBaseStyleUtil.apply(CTTblPrBase source, CTTblPrBase destination) Methods in org.docx4j.model.styles with parameters of type CTTblPrBaseModifier and TypeMethodDescriptionstatic CTTblPrBaseStyleUtil.apply(CTTblPrBase source, CTTblPrBase destination) static booleanStyleUtil.areEqual(CTTblPrBase tblPr1, CTTblPrBase tblPr2) static booleanStyleUtil.isEmpty(CTTblPrBase tblPr) -
Uses of CTTblPrBase in org.docx4j.wml
Subclasses of CTTblPrBase in org.docx4j.wmlFields in org.docx4j.wml declared as CTTblPrBaseModifier and TypeFieldDescriptionprotected CTTblPrBaseCTTblPrChange.tblPrprotected CTTblPrBaseCTTblStylePr.tblPrprotected CTTblPrBaseStyle.tblPrMethods in org.docx4j.wml that return CTTblPrBaseModifier and TypeMethodDescriptionObjectFactory.createCTTblPrBase()Create an instance ofCTTblPrBaseCTTblPrChange.getTblPr()Gets the value of the tblPr property.CTTblStylePr.getTblPr()Gets the value of the tblPr property.Style.getTblPr()Gets the value of the tblPr property.Methods in org.docx4j.wml with parameters of type CTTblPrBaseModifier and TypeMethodDescriptionvoidCTTblPrChange.setTblPr(CTTblPrBase value) Sets the value of the tblPr property.voidCTTblStylePr.setTblPr(CTTblPrBase value) Sets the value of the tblPr property.voidStyle.setTblPr(CTTblPrBase value) Sets the value of the tblPr property.