Uses of Class
org.docx4j.model.table.TableModelCell
| Package | Description |
|---|---|
| org.docx4j.convert.out.common.writer | |
| org.docx4j.convert.out.html | |
| org.docx4j.model.table |
-
Uses of TableModelCell in org.docx4j.convert.out.common.writer
Subclasses of TableModelCell in org.docx4j.convert.out.common.writer Modifier and Type Class Description classAbstractTableWriterModelCellA cell in the table holding its own content, tooMethods in org.docx4j.convert.out.common.writer with parameters of type TableModelCell Modifier and Type Method Description protected voidAbstractTableWriter. applyTableCellCustomAttributes(AbstractWmlConversionContext context, AbstractTableWriterModel table, Writer.TransformState transformState, TableModelCell tableCell, org.w3c.dom.Element cellNode, boolean isHeader, boolean isDummyCell) -
Uses of TableModelCell in org.docx4j.convert.out.html
Methods in org.docx4j.convert.out.html with parameters of type TableModelCell Modifier and Type Method Description protected voidTableWriter. applyTableCellCustomAttributes(AbstractWmlConversionContext context, AbstractTableWriterModel table, Writer.TransformState transformState, TableModelCell tableCell, org.w3c.dom.Element cellNode, boolean isHeader, boolean isDummyCell) -
Uses of TableModelCell in org.docx4j.model.table
Methods in org.docx4j.model.table that return TableModelCell Modifier and Type Method Description TableModelCellTableModelRow. get(int i)TableModelCellTableModel. getCell(int row, int col)Methods in org.docx4j.model.table that return types with arguments of type TableModelCell Modifier and Type Method Description java.util.List<TableModelCell>TableModelRow. getRowContents()Methods in org.docx4j.model.table with parameters of type TableModelCell Modifier and Type Method Description voidTableModelRow. add(TableModelCell newCell)protected voidTableModel. addCell(TableModelCell cell)