Uses of Class
org.apache.fop.layoutmgr.table.ActiveCell.Step
-
Packages that use ActiveCell.Step Package Description org.apache.fop.layoutmgr.table Layout managers for tables. -
-
Uses of ActiveCell.Step in org.apache.fop.layoutmgr.table
Fields in org.apache.fop.layoutmgr.table declared as ActiveCell.Step Modifier and Type Field Description private ActiveCell.Step
ActiveCell. afterNextStep
The step following nextStep.private ActiveCell.Step
ActiveCell. nextStep
private ActiveCell.Step
ActiveCell. previousStep
Methods in org.apache.fop.layoutmgr.table with parameters of type ActiveCell.Step Modifier and Type Method Description (package private) void
ActiveCell.Step. set(ActiveCell.Step other)
Constructors in org.apache.fop.layoutmgr.table with parameters of type ActiveCell.Step Constructor Description Step(ActiveCell.Step other)
-