Uses of Class
org.docx4j.wml.CTTblPrEx
Packages that use CTTblPrEx
-
Uses of CTTblPrEx in org.docx4j.convert.out.common.writer
Methods in org.docx4j.convert.out.common.writer with parameters of type CTTblPrExModifier and TypeMethodDescriptionprotected voidAbstractTableWriter.createCellProperties(List<Property> properties, CTTblPrEx tblPrEx) -
Uses of CTTblPrEx in org.docx4j.model.table
Fields in org.docx4j.model.table declared as CTTblPrExMethods in org.docx4j.model.table that return CTTblPrEx -
Uses of CTTblPrEx in org.docx4j.wml
Fields in org.docx4j.wml declared as CTTblPrExMethods in org.docx4j.wml that return CTTblPrExModifier and TypeMethodDescriptionObjectFactory.createCTTblPrEx()Create an instance ofCTTblPrExTr.getTblPrEx()Gets the value of the tblPrEx property.Methods in org.docx4j.wml with parameters of type CTTblPrExModifier and TypeMethodDescriptionvoidTr.setTblPrEx(CTTblPrEx value) Sets the value of the tblPrEx property.