Uses of Class
org.apache.fop.fo.flow.table.TableCell
Packages that use TableCell
Package
Description
Classes, constants and basic infrastructure for the FO tree.
Layout managers for tables.
MIF Output Support
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 -
Uses of TableCell in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type TableCell -
Uses of TableCell in org.apache.fop.fo.flow.table
Fields in org.apache.fop.fo.flow.table declared as TableCellModifier and TypeFieldDescriptionprotected TableCell
GridUnit.cell
Table cell which occupies this grid unitMethods in org.apache.fop.fo.flow.table that return TableCellModifier and TypeMethodDescriptionGridUnit.getCell()
Returns the table cell associated with this grid unit.Methods in org.apache.fop.fo.flow.table with parameters of type TableCellModifier and TypeMethodDescription(package private) void
FixedColRowGroupBuilder.addTableCell
(TableCell cell) Adds a table-cell to the current row-group, creatingGridUnit
s accordingly.(package private) abstract void
RowGroupBuilder.addTableCell
(TableCell cell) Adds a table-cell to the current row-group, creatingGridUnit
s accordingly.(package private) void
VariableColRowGroupBuilder.addTableCell
(TableCell cell) Adds a table-cell to the current row-group, creatingGridUnit
s accordingly.protected void
TableCellContainer.addTableCellChild
(TableCell cell, boolean firstRow) Add cell to current row.private void
TableCellContainer.handleCellWidth
(TableCell cell, int colNumber, int colSpan) Constructors in org.apache.fop.fo.flow.table with parameters of type TableCellModifierConstructorDescriptionprotected
Creates a new grid unit.(package private)
PrimaryGridUnit
(TableCell cell, int colIndex) Creates a new primary grid unit. -
Uses of TableCell in org.apache.fop.layoutmgr.table
Methods in org.apache.fop.layoutmgr.table that return TableCellConstructors in org.apache.fop.layoutmgr.table with parameters of type TableCellModifierConstructorDescriptionTableCellLayoutManager
(TableCell node, PrimaryGridUnit pgu) Create a new Cell layout manager. -
Uses of TableCell in org.apache.fop.render.mif
Methods in org.apache.fop.render.mif with parameters of type TableCell -
Uses of TableCell in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type TableCellModifier and TypeMethodDescription(package private) static RtfAttributes
TableAttributesConverter.convertCellAttributes
(TableCell fobj) Converts cell attributes to rtf attributes.void
void