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 voidFO2StructureTreeConverter. endCell(TableCell tc)voidFO2StructureTreeConverter. 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 voidDelegatingFOEventHandler. endCell(TableCell tc)voidFOEventHandler. endCell(TableCell tc)voidDelegatingFOEventHandler. startCell(TableCell tc)voidFOEventHandler. 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 TableCellGridUnit. cellTable cell which occupies this grid unitMethods in org.apache.fop.fo.flow.table that return TableCell Modifier and Type Method Description TableCellGridUnit. 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 voidTableCellContainer. 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 TableCellTableCellLayoutManager. 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 voidRTFHandler. endCell(TableCell tc)voidRTFHandler. startCell(TableCell tc)
-