Uses of Class
org.apache.fop.layoutmgr.PageBreakingAlgorithm.KnuthPageNode
-
Packages that use PageBreakingAlgorithm.KnuthPageNode Package Description org.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of PageBreakingAlgorithm.KnuthPageNode in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr with parameters of type PageBreakingAlgorithm.KnuthPageNode Modifier and Type Method Description private boolean
PageBreakingAlgorithm. canDeferOldFootnotes(PageBreakingAlgorithm.KnuthPageNode node, int contentElementIndex)
Checks whether footnotes from preceding pages may be deferred to the page after the given element.private void
PageBreakingAlgorithm. createFootnotePages(PageBreakingAlgorithm.KnuthPageNode lastNode)
private int
PageBreakingAlgorithm. getFootnoteSplit(PageBreakingAlgorithm.KnuthPageNode activeNode, int availableLength, boolean canDeferOldFootnotes)
Tries to split the flow of footnotes to put one part on the current page.private int
PageBreakingAlgorithm. 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.
-