Uses of Class
org.apache.fop.fo.flow.table.TableRow
-
Packages that use TableRow 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.render.rtf RTF (Rich Text Format) Output Support -
-
Uses of TableRow in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type TableRow Modifier and Type Method Description voidFO2StructureTreeConverter. endRow(TableRow tr)voidFO2StructureTreeConverter. startRow(TableRow tr) -
Uses of TableRow in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type TableRow Modifier and Type Method Description voidDelegatingFOEventHandler. endRow(TableRow tr)voidFOEventHandler. endRow(TableRow tr)voidDelegatingFOEventHandler. startRow(TableRow tr)voidFOEventHandler. startRow(TableRow tr) -
Uses of TableRow in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that return TableRow Modifier and Type Method Description TableRowGridUnit. getRow()Returns the fo:table-row element (if any) this grid unit belongs to.TableRowEffRow. getTableRow()Methods in org.apache.fop.fo.flow.table with parameters of type TableRow Modifier and Type Method Description booleanTablePart. isFirst(TableRow obj) -
Uses of TableRow in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type TableRow Modifier and Type Method Description voidRTFHandler. endRow(TableRow tr)voidRTFHandler. startRow(TableRow tr)
-