Uses of Class
org.apache.fop.layoutmgr.inline.LineLayoutManager.Paragraph
-
Packages that use LineLayoutManager.Paragraph Package Description org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. -
-
Uses of LineLayoutManager.Paragraph in org.apache.fop.layoutmgr.inline
Methods in org.apache.fop.layoutmgr.inline with parameters of type LineLayoutManager.Paragraph Modifier and Type Method Description private void
LineLayoutManager. findHyphenationPoints(LineLayoutManager.Paragraph currPar)
Find hyphenation points for every word in the current paragraph.private LineLayoutPossibilities
LineLayoutManager. findOptimalBreakingPoints(int alignment, LineLayoutManager.Paragraph currPar, boolean isLastPar)
Find the optimal linebreaks for a paragraphprivate void
LineLayoutManager. processUpdates(LineLayoutManager.Paragraph par, java.util.List updateList)
-