Uses of Class
org.apache.fop.layoutmgr.PageBreakingAlgorithm.KnuthPageNode
Packages that use PageBreakingAlgorithm.KnuthPageNode
-
Uses of PageBreakingAlgorithm.KnuthPageNode in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr with parameters of type PageBreakingAlgorithm.KnuthPageNodeModifier and TypeMethodDescriptionprivate booleanPageBreakingAlgorithm.canDeferOldFootnotes(PageBreakingAlgorithm.KnuthPageNode node, int contentElementIndex) Checks whether footnotes from preceding pages may be deferred to the page after the given element.private voidPageBreakingAlgorithm.createFootnotePages(PageBreakingAlgorithm.KnuthPageNode lastNode) private intPageBreakingAlgorithm.getFootnoteSplit(PageBreakingAlgorithm.KnuthPageNode activeNode, int availableLength, boolean canDeferOldFootnotes) Tries to split the flow of footnotes to put one part on the current page.private intPageBreakingAlgorithm.handleWhitespaceManagementPenalty(PageBreakingAlgorithm.KnuthPageNode activeNode, WhitespaceManagementPenalty penalty, int elementIndex) Evaluates the variants corresponding to the given penalty until one that leads to an acceptable adjustment ratio is found.