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) classFixedColRowGroupBuilderA 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) classVariableColRowGroupBuilderA 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 RowGroupBuilderTable. rowGroupBuilderMethods in org.apache.fop.fo.flow.table that return RowGroupBuilder Modifier and Type Method Description (package private) RowGroupBuilderTable. getRowGroupBuilder()Methods in org.apache.fop.fo.flow.table with parameters of type RowGroupBuilder Modifier and Type Method Description voidVariableColRowGroupBuilder.Event. play(RowGroupBuilder rowGroupBuilder)Plays this event
-