Uses of Class
org.docx4j.model.table.TableModel
| Package | Description |
|---|---|
| org.docx4j.convert.out.common.writer | |
| org.docx4j.model.table |
-
Uses of TableModel in org.docx4j.convert.out.common.writer
Subclasses of TableModel in org.docx4j.convert.out.common.writer Modifier and Type Class Description classAbstractTableWriterModelThere 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 TableModel Constructor Description TableModelCell(TableModel table, int row, int col)Create a dummy cell without contentTableModelCell(TableModel table, int row, int col, Tc tc)