Uses of Class
org.apache.fop.fo.flow.table.RowGroupBuilder
-
Packages that use RowGroupBuilder Package Description org.apache.fop.fo.flow.table -
-
Uses of RowGroupBuilder in org.apache.fop.fo.flow.table
Subclasses of RowGroupBuilder in org.apache.fop.fo.flow.table Modifier and Type Class Description (package private) class
FixedColRowGroupBuilder
A row group builder optimised for a fixed number of columns, known before the parsing of cells starts (that is, if the fo:table has explicit fo:table-column children).(package private) class
VariableColRowGroupBuilder
A row group builder accommodating a variable number of columns.Fields in org.apache.fop.fo.flow.table declared as RowGroupBuilder Modifier and Type Field Description private RowGroupBuilder
Table. rowGroupBuilder
Methods in org.apache.fop.fo.flow.table that return RowGroupBuilder Modifier and Type Method Description (package private) RowGroupBuilder
Table. getRowGroupBuilder()
Methods in org.apache.fop.fo.flow.table with parameters of type RowGroupBuilder Modifier and Type Method Description void
VariableColRowGroupBuilder.Event. play(RowGroupBuilder rowGroupBuilder)
Plays this event
-