Uses of Interface
org.apache.fop.layoutmgr.BlockLevelLayoutManager
-
Packages that use BlockLevelLayoutManager 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 BlockLevelLayoutManager in org.apache.fop.layoutmgr
Classes in org.apache.fop.layoutmgr that implement BlockLevelLayoutManager Modifier and Type Class Description class
BlockContainerLayoutManager
LayoutManager for a block-container FO.class
BlockLayoutManager
LayoutManager for a block FO.class
BlockStackingLayoutManager
Base LayoutManager class for all areas which stack their child areas in the block-progression direction, such as Flow, Block, ListBlock.class
FloatContentLayoutManager
class
FlowLayoutManager
LayoutManager for an fo:flow object.class
FootnoteBodyLayoutManager
Layout manager for footnote bodies.class
MultiCaseLayoutManager
class
MultiSwitchLayoutManager
class
SpacedBorderedPaddedBlockLayoutManager
A block-stacking layout manager for an FO that supports spaces, border and padding.class
StaticContentLayoutManager
LayoutManager for an fo:flow object. -
Uses of BlockLevelLayoutManager in org.apache.fop.layoutmgr.inline
Classes in org.apache.fop.layoutmgr.inline that implement BlockLevelLayoutManager Modifier and Type Class Description class
LineLayoutManager
LayoutManager for lines. -
Uses of BlockLevelLayoutManager in org.apache.fop.layoutmgr.list
Classes in org.apache.fop.layoutmgr.list that implement BlockLevelLayoutManager Modifier and Type Class Description class
ListBlockLayoutManager
LayoutManager for a list-block FO.class
ListItemContentLayoutManager
LayoutManager for a list-item-label or list-item-body FO.class
ListItemLayoutManager
LayoutManager for a list-item FO. -
Uses of BlockLevelLayoutManager in org.apache.fop.layoutmgr.table
Classes in org.apache.fop.layoutmgr.table that implement BlockLevelLayoutManager Modifier and Type Class Description class
TableAndCaptionLayoutManager
LayoutManager for a table-and-caption FO.class
TableCaptionLayoutManager
LayoutManager for a table-caption FO.class
TableCellLayoutManager
LayoutManager for a table-cell FO.class
TableLayoutManager
LayoutManager for a table FO.
-