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. pageBreaks
List 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 void
AbstractBreaker. finishPart(PageBreakingAlgorithm alg, AbstractBreaker.PageBreakPosition pbp)
Finish part.protected void
BlockContainerLayoutManager.BlockContainerBreaker. finishPart(PageBreakingAlgorithm alg, AbstractBreaker.PageBreakPosition pbp)
protected void
LocalBreaker. finishPart(PageBreakingAlgorithm alg, AbstractBreaker.PageBreakPosition pbp)
protected void
PageBreaker. finishPart(PageBreakingAlgorithm alg, AbstractBreaker.PageBreakPosition pbp)
Finish part.void
PageBreakingAlgorithm. insertPageBreakAsFirst(AbstractBreaker.PageBreakPosition pageBreak)
Insert the givenAbstractBreaker.PageBreakPosition
as the first element in the list of page-breaks
-