Uses of Interface
org.apache.fop.layoutmgr.BreakOpportunity
-
Packages that use BreakOpportunity Package Description org.apache.fop.layoutmgr FOP's layout engine.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building.org.apache.fop.layoutmgr.list Layout managers for lists.org.apache.fop.layoutmgr.table Layout managers for tables. -
-
Uses of BreakOpportunity in org.apache.fop.layoutmgr
Classes in org.apache.fop.layoutmgr that implement BreakOpportunity Modifier and Type Class Description class
BlockContainerLayoutManager
LayoutManager for a block-container FO.class
BlockLayoutManager
LayoutManager for a block FO. -
Uses of BreakOpportunity in org.apache.fop.layoutmgr.inline
Classes in org.apache.fop.layoutmgr.inline that implement BreakOpportunity Modifier and Type Class Description class
BasicLinkLayoutManager
LayoutManager for the fo:basic-link formatting objectclass
BidiLayoutManager
Layout manager for fo:bidi-override.class
FloatLayoutManager
class
FootnoteLayoutManager
Layout manager for fo:footnote.class
InlineLayoutManager
LayoutManager for objects which stack children in the inline direction, such as Inline or Lineclass
InlineStackingLayoutManager
Class modelling the commonalities of layoutmanagers for objects which stack children in the inline direction, such as Inline or Line.class
LineLayoutManager
LayoutManager for lines. -
Uses of BreakOpportunity in org.apache.fop.layoutmgr.list
Classes in org.apache.fop.layoutmgr.list that implement BreakOpportunity Modifier and Type Class Description class
ListItemContentLayoutManager
LayoutManager for a list-item-label or list-item-body FO.class
ListItemLayoutManager
LayoutManager for a list-item FO. -
Uses of BreakOpportunity in org.apache.fop.layoutmgr.table
Classes in org.apache.fop.layoutmgr.table that implement BreakOpportunity Modifier and Type Class Description class
TableLayoutManager
LayoutManager for a table FO.
-