Uses of Class
org.docx4j.model.table.TableModel
Packages that use TableModel
-
Uses of TableModel in org.docx4j.convert.out.common.writer
Subclasses of TableModel in org.docx4j.convert.out.common.writerModifier and TypeClassDescriptionclassThere are different ways to represent a table with possibly merged cells. -
Uses of TableModel in org.docx4j.model.table
Constructors in org.docx4j.model.table with parameters of type TableModelModifierConstructorDescriptionTableModelCell(TableModel table, int row, int col) Create a dummy cell without contentTableModelCell(TableModel table, int row, int col, Tc tc)