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 void
FO2StructureTreeConverter. endRow(TableRow tr)
void
FO2StructureTreeConverter. 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 void
DelegatingFOEventHandler. endRow(TableRow tr)
void
FOEventHandler. endRow(TableRow tr)
void
DelegatingFOEventHandler. startRow(TableRow tr)
void
FOEventHandler. 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 TableRow
GridUnit. getRow()
Returns the fo:table-row element (if any) this grid unit belongs to.TableRow
EffRow. getTableRow()
Methods in org.apache.fop.fo.flow.table with parameters of type TableRow Modifier and Type Method Description boolean
TablePart. 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 void
RTFHandler. endRow(TableRow tr)
void
RTFHandler. startRow(TableRow tr)
-