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 classEmptyGridUnitGridUnit subclass for empty grid units.classPrimaryGridUnitThis 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 GridUnitEffRow. getGridUnit(int column)Returns the grid unit at a given position.GridUnitEffRow. 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 voidPrimaryGridUnit. addRow(GridUnit[] row)Add a row.
-