Uses of Class
org.apache.fop.fo.flow.table.PrimaryGridUnit
-
Packages that use PrimaryGridUnit Package Description org.apache.fop.fo.flow.table org.apache.fop.layoutmgr.table Layout managers for tables. -
-
Uses of PrimaryGridUnit in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that return PrimaryGridUnit Modifier and Type Method Description PrimaryGridUnit
EmptyGridUnit. getPrimary()
Returns the before-start grid unit of the cell containing this grid unit.PrimaryGridUnit
GridUnit. getPrimary()
Returns the before-start grid unit of the cell containing this grid unit.PrimaryGridUnit
PrimaryGridUnit. getPrimary()
Returns the before-start grid unit of the cell containing this grid unit. -
Uses of PrimaryGridUnit in org.apache.fop.layoutmgr.table
Methods in org.apache.fop.layoutmgr.table with parameters of type PrimaryGridUnit Modifier and Type Method Description protected int
TableContentLayoutManager. getXOffsetOfGridUnit(PrimaryGridUnit gu)
Returns the X offset of the given grid unit.Constructors in org.apache.fop.layoutmgr.table with parameters of type PrimaryGridUnit Constructor Description TableCellLayoutManager(TableCell node, PrimaryGridUnit pgu)
Create a new Cell layout manager.
-