Uses of Class
org.apache.fop.fo.flow.table.TableCell
-
Packages that use TableCell Package Description org.apache.fop.accessibility.fo org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.fo.flow.table org.apache.fop.layoutmgr.table Layout managers for tables.org.apache.fop.render.rtf RTF (Rich Text Format) Output Support -
-
Uses of TableCell in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type TableCell Modifier and Type Method Description void
FO2StructureTreeConverter. endCell(TableCell tc)
void
FO2StructureTreeConverter. startCell(TableCell tc)
-
Uses of TableCell in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type TableCell Modifier and Type Method Description void
DelegatingFOEventHandler. endCell(TableCell tc)
void
FOEventHandler. endCell(TableCell tc)
void
DelegatingFOEventHandler. startCell(TableCell tc)
void
FOEventHandler. startCell(TableCell tc)
-
Uses of TableCell in org.apache.fop.fo.flow.table
Fields in org.apache.fop.fo.flow.table declared as TableCell Modifier and Type Field Description protected TableCell
GridUnit. cell
Table cell which occupies this grid unitMethods in org.apache.fop.fo.flow.table that return TableCell Modifier and Type Method Description TableCell
GridUnit. getCell()
Returns the table cell associated with this grid unit.Methods in org.apache.fop.fo.flow.table with parameters of type TableCell Modifier and Type Method Description protected void
TableCellContainer. addTableCellChild(TableCell cell, boolean firstRow)
Add cell to current row.Constructors in org.apache.fop.fo.flow.table with parameters of type TableCell Constructor Description GridUnit(TableCell cell, int colSpanIndex, int rowSpanIndex)
Creates a new grid unit. -
Uses of TableCell in org.apache.fop.layoutmgr.table
Methods in org.apache.fop.layoutmgr.table that return TableCell Modifier and Type Method Description TableCell
TableCellLayoutManager. getTableCell()
Constructors in org.apache.fop.layoutmgr.table with parameters of type TableCell Constructor Description TableCellLayoutManager(TableCell node, PrimaryGridUnit pgu)
Create a new Cell layout manager. -
Uses of TableCell in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type TableCell Modifier and Type Method Description void
RTFHandler. endCell(TableCell tc)
void
RTFHandler. startCell(TableCell tc)
-