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 classBlockContainerLayoutManagerLayoutManager for a block-container FO.classBlockLayoutManagerLayoutManager for a block FO.classBlockStackingLayoutManagerBase LayoutManager class for all areas which stack their child areas in the block-progression direction, such as Flow, Block, ListBlock.classFloatContentLayoutManagerclassFlowLayoutManagerLayoutManager for an fo:flow object.classFootnoteBodyLayoutManagerLayout manager for footnote bodies.classMultiCaseLayoutManagerclassMultiSwitchLayoutManagerclassSpacedBorderedPaddedBlockLayoutManagerA block-stacking layout manager for an FO that supports spaces, border and padding.classStaticContentLayoutManagerLayoutManager 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 classLineLayoutManagerLayoutManager 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 classListBlockLayoutManagerLayoutManager for a list-block FO.classListItemContentLayoutManagerLayoutManager for a list-item-label or list-item-body FO.classListItemLayoutManagerLayoutManager 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 classTableAndCaptionLayoutManagerLayoutManager for a table-and-caption FO.classTableCaptionLayoutManagerLayoutManager for a table-caption FO.classTableCellLayoutManagerLayoutManager for a table-cell FO.classTableLayoutManagerLayoutManager for a table FO.
-