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.mif MIF Output Supportorg.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)voidStructureTreeEventTrigger. endRow(TableRow tr)voidFO2StructureTreeConverter. startRow(TableRow tr)voidStructureTreeEventTrigger. 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
Fields in org.apache.fop.fo.flow.table declared as TableRow Modifier and Type Field Description private TableRowFixedColRowGroupBuilder. currentTableRowprivate TableRowGridUnit. rowTable row occupied by this grid unit (may be null).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)(package private) voidGridUnit. setRow(TableRow row)(package private) voidFixedColRowGroupBuilder. startTableRow(TableRow tableRow)Receives notification of the start of an fo:table-row element.(package private) abstract voidRowGroupBuilder. startTableRow(TableRow tableRow)Receives notification of the start of an fo:table-row element.(package private) voidVariableColRowGroupBuilder. startTableRow(TableRow tableRow)Receives notification of the start of an fo:table-row element.Constructors in org.apache.fop.fo.flow.table with parameters of type TableRow Constructor Description EmptyGridUnit(Table table, TableRow row, int colIndex) -
Uses of TableRow in org.apache.fop.render.mif
Methods in org.apache.fop.render.mif with parameters of type TableRow Modifier and Type Method Description voidMIFHandler. endRow(TableRow tr)voidMIFHandler. startRow(TableRow tr) -
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 (package private) static RtfAttributesTableAttributesConverter. convertRowAttributes(TableRow fobj, RtfAttributes rtfatts)Converts table and row attributes to rtf attributes.voidRTFHandler. endRow(TableRow tr)voidRTFHandler. startRow(TableRow tr)
-