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 void
FO2StructureTreeConverter. endRow(TableRow tr)
void
StructureTreeEventTrigger. endRow(TableRow tr)
void
FO2StructureTreeConverter. startRow(TableRow tr)
void
StructureTreeEventTrigger. 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
Fields in org.apache.fop.fo.flow.table declared as TableRow Modifier and Type Field Description private TableRow
FixedColRowGroupBuilder. currentTableRow
private TableRow
GridUnit. row
Table 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 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)
(package private) void
GridUnit. setRow(TableRow row)
(package private) void
FixedColRowGroupBuilder. startTableRow(TableRow tableRow)
Receives notification of the start of an fo:table-row element.(package private) abstract void
RowGroupBuilder. startTableRow(TableRow tableRow)
Receives notification of the start of an fo:table-row element.(package private) void
VariableColRowGroupBuilder. 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 void
MIFHandler. endRow(TableRow tr)
void
MIFHandler. 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 RtfAttributes
TableAttributesConverter. convertRowAttributes(TableRow fobj, RtfAttributes rtfatts)
Converts table and row attributes to rtf attributes.void
RTFHandler. endRow(TableRow tr)
void
RTFHandler. startRow(TableRow tr)
-