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 PrimaryGridUnitEmptyGridUnit. getPrimary()Returns the before-start grid unit of the cell containing this grid unit.PrimaryGridUnitGridUnit. getPrimary()Returns the before-start grid unit of the cell containing this grid unit.PrimaryGridUnitPrimaryGridUnit. 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 intTableContentLayoutManager. 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.
-