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.mif MIF Output Supportorg.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
StructureTreeEventTrigger. endCell(TableCell tc)
void
FO2StructureTreeConverter. startCell(TableCell tc)
void
StructureTreeEventTrigger. 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 (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 TableCell Constructor Description GridUnit(TableCell cell, int colSpanIndex, int rowSpanIndex)
Creates a new grid unit.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 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.mif
Methods in org.apache.fop.render.mif with parameters of type TableCell Modifier and Type Method Description void
MIFHandler. endCell(TableCell tc)
void
MIFHandler. startCell(TableCell tc)
-
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 (package private) static RtfAttributes
TableAttributesConverter. convertCellAttributes(TableCell fobj)
Converts cell attributes to rtf attributes.void
RTFHandler. endCell(TableCell tc)
void
RTFHandler. startCell(TableCell tc)
-