Uses of Class
org.apache.fop.layoutmgr.AbstractBreaker.PageBreakPosition
-
Packages that use AbstractBreaker.PageBreakPosition Package Description org.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of AbstractBreaker.PageBreakPosition in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr with parameters of type AbstractBreaker.PageBreakPosition Modifier and Type Method Description protected abstract void
AbstractBreaker. finishPart(org.apache.fop.layoutmgr.PageBreakingAlgorithm alg, AbstractBreaker.PageBreakPosition pbp)
Finish part.protected void
LocalBreaker. finishPart(org.apache.fop.layoutmgr.PageBreakingAlgorithm alg, AbstractBreaker.PageBreakPosition pbp)
protected void
PageBreaker. finishPart(org.apache.fop.layoutmgr.PageBreakingAlgorithm alg, AbstractBreaker.PageBreakPosition pbp)
Finish part.
-