Uses of Interface
org.apache.fop.layoutmgr.PageBreakingAlgorithm.PageBreakingLayoutListener
Packages that use PageBreakingAlgorithm.PageBreakingLayoutListener
-
Uses of PageBreakingAlgorithm.PageBreakingLayoutListener in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as PageBreakingAlgorithm.PageBreakingLayoutListenerModifier and TypeFieldDescriptionprivate final PageBreakingAlgorithm.PageBreakingLayoutListener
PageBreakingAlgorithm.layoutListener
Methods in org.apache.fop.layoutmgr that return PageBreakingAlgorithm.PageBreakingLayoutListenerModifier and TypeMethodDescriptionAbstractBreaker.createLayoutListener()
Creates and returns a PageBreakingLayoutListener for the PageBreakingAlgorithm to notify about layout problems.LocalBreaker.createLayoutListener()
Creates and returns a PageBreakingLayoutListener for the PageBreakingAlgorithm to notify about layout problems.PageBreaker.createLayoutListener()
Creates and returns a PageBreakingLayoutListener for the PageBreakingAlgorithm to notify about layout problems.Constructors in org.apache.fop.layoutmgr with parameters of type PageBreakingAlgorithm.PageBreakingLayoutListenerModifierConstructorDescriptionBalancingColumnBreakingAlgorithm
(LayoutManager topLevelLM, PageProvider pageProvider, PageBreakingAlgorithm.PageBreakingLayoutListener layoutListener, int alignment, int alignmentLast, MinOptMax footnoteSeparatorLength, boolean partOverflowRecovery, int columnCount) PageBreakingAlgorithm
(LayoutManager topLevelLM, PageProvider pageProvider, PageBreakingAlgorithm.PageBreakingLayoutListener layoutListener, int alignment, int alignmentLast, MinOptMax footnoteSeparatorLength, boolean partOverflowRecovery, boolean autoHeight, boolean favorSinglePart) Construct a page breaking algorithm.