Uses of Class
org.apache.fop.fo.flow.table.GridUnit
-
Packages that use GridUnit Package Description org.apache.fop.fo.flow.table -
-
Uses of GridUnit in org.apache.fop.fo.flow.table
Subclasses of GridUnit in org.apache.fop.fo.flow.table Modifier and Type Class Description class
EmptyGridUnit
GridUnit subclass for empty grid units.class
PrimaryGridUnit
This class represents a primary grid unit of a spanned cell.Methods in org.apache.fop.fo.flow.table that return GridUnit Modifier and Type Method Description GridUnit
EffRow. getGridUnit(int column)
Returns the grid unit at a given position.GridUnit
EffRow. safelyGetGridUnit(int column)
Returns the grid unit at a given position.Methods in org.apache.fop.fo.flow.table with parameters of type GridUnit Modifier and Type Method Description void
PrimaryGridUnit. addRow(GridUnit[] row)
Add a row.
-