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 voidFO2StructureTreeConverter. endCell(TableCell tc)voidStructureTreeEventTrigger. endCell(TableCell tc)voidFO2StructureTreeConverter. startCell(TableCell tc)voidStructureTreeEventTrigger. 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 (package private) voidFixedColRowGroupBuilder. addTableCell(TableCell cell)Adds a table-cell to the current row-group, creatingGridUnits accordingly.(package private) abstract voidRowGroupBuilder. addTableCell(TableCell cell)Adds a table-cell to the current row-group, creatingGridUnits accordingly.(package private) voidVariableColRowGroupBuilder. addTableCell(TableCell cell)Adds a table-cell to the current row-group, creatingGridUnits accordingly.protected voidTableCellContainer. addTableCellChild(TableCell cell, boolean firstRow)Add cell to current row.private voidTableCellContainer. 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 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.mif
Methods in org.apache.fop.render.mif with parameters of type TableCell Modifier and Type Method Description voidMIFHandler. endCell(TableCell tc)voidMIFHandler. 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 RtfAttributesTableAttributesConverter. convertCellAttributes(TableCell fobj)Converts cell attributes to rtf attributes.voidRTFHandler. endCell(TableCell tc)voidRTFHandler. startCell(TableCell tc)
-