public class AbstractTableWriterModel extends TableModel
TableModel.TrFindercol, drawTableBorder, effectiveTableStyle, headerMaxRow, row, rows, styleId, tbl, tblGrid, tblPr, width| Constructor and Description |
|---|
AbstractTableWriterModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCell(Tc tc,
org.w3c.dom.Node content)
Add a new cell to this table and copy processed content of
tc to it.
|
protected void |
addRow(AbstractTableWriterModelCell cell) |
void |
build(AbstractWmlConversionContext conversionContext,
java.lang.Object node,
org.w3c.dom.Node content)
Build a table representation from a tbl instance.
|
protected void |
handleRow(org.w3c.dom.NodeList cellContents,
Tr tr,
int r) |
addCell, addCell, addDummyCell, build, calcTableWidth, debugStr, getCell, getColCount, getColName, getEffectiveTableStyle, getElement, getGridAfter, getGridBefore, getHeaderMaxRow, getRows, getStyleId, getTableWidth, getTblGrid, getTblPr, handleRow, isBorderConflictResolutionRequired, isDrawTableBorders, isHeaderRow, resetIndexes, setBorderConflictResolutionRequired, startRowpublic void addCell(Tc tc, org.w3c.dom.Node content)
protected void addRow(AbstractTableWriterModelCell cell)
public void build(AbstractWmlConversionContext conversionContext, java.lang.Object node, org.w3c.dom.Node content) throws javax.xml.transform.TransformerException
javax.xml.transform.TransformerExceptionprotected void handleRow(org.w3c.dom.NodeList cellContents,
Tr tr,
int r)
Copyright © 2007–2023. All rights reserved.