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.StepActiveCell. afterNextStepThe step following nextStep.private ActiveCell.StepActiveCell. nextStepprivate ActiveCell.StepActiveCell. previousStepMethods in org.apache.fop.layoutmgr.table with parameters of type ActiveCell.Step Modifier and Type Method Description (package private) voidActiveCell.Step. set(ActiveCell.Step other)Constructors in org.apache.fop.layoutmgr.table with parameters of type ActiveCell.Step Constructor Description Step(ActiveCell.Step other)
-