Uses of Class
org.docx4j.wml.Tr
Packages that use Tr
-
Uses of Tr in org.docx4j.convert.out.common.writer
Methods in org.docx4j.convert.out.common.writer with parameters of type TrModifier and TypeMethodDescriptionprotected voidMethod parameters in org.docx4j.convert.out.common.writer with type arguments of type TrModifier and TypeMethodDescriptionprivate voidAbstractTableWriterModel.ensureFoTableBody(List<Tr> rows) "fo:table" content model is: (marker*,table-column*,table-header?,table-footer?,table-body+) ie table-header (if any) must precede table-body The first requirement is that there is a table-body. -
Uses of Tr in org.docx4j.model.table
Fields in org.docx4j.model.table with type parameters of type TrMethods in org.docx4j.model.table that return types with arguments of type TrMethods in org.docx4j.model.table with parameters of type TrModifier and TypeMethodDescriptionprotected intTableModel.getGridAfter(Tr tr) protected intTableModel.getGridBefore(Tr tr) protected voidprotected booleanTableModel.isHeaderRow(Tr tr) voidMethod parameters in org.docx4j.model.table with type arguments of type TrConstructors in org.docx4j.model.table with parameters of type Tr -
Uses of Tr in org.docx4j.wml
Methods in org.docx4j.wml that return Tr