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
Fields in org.apache.fop.layoutmgr with type parameters of type AbstractBreaker.PageBreakPosition Modifier and Type Field Description private java.util.LinkedList<AbstractBreaker.PageBreakPosition>PageBreakingAlgorithm. pageBreaksList of PageBreakPosition elements.Methods in org.apache.fop.layoutmgr that return types with arguments of type AbstractBreaker.PageBreakPosition Modifier and Type Method Description java.util.LinkedList<AbstractBreaker.PageBreakPosition>PageBreakingAlgorithm. getPageBreaks()Methods in org.apache.fop.layoutmgr with parameters of type AbstractBreaker.PageBreakPosition Modifier and Type Method Description protected abstract voidAbstractBreaker. finishPart(PageBreakingAlgorithm alg, AbstractBreaker.PageBreakPosition pbp)Finish part.protected voidBlockContainerLayoutManager.BlockContainerBreaker. finishPart(PageBreakingAlgorithm alg, AbstractBreaker.PageBreakPosition pbp)protected voidLocalBreaker. finishPart(PageBreakingAlgorithm alg, AbstractBreaker.PageBreakPosition pbp)protected voidPageBreaker. finishPart(PageBreakingAlgorithm alg, AbstractBreaker.PageBreakPosition pbp)Finish part.voidPageBreakingAlgorithm. insertPageBreakAsFirst(AbstractBreaker.PageBreakPosition pageBreak)Insert the givenAbstractBreaker.PageBreakPositionas the first element in the list of page-breaks
-