Uses of Class
org.apache.fop.fo.flow.BlockContainer
-
Packages that use BlockContainer Package Description org.apache.fop.accessibility.fo org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.layoutmgr FOP's layout engine.org.apache.fop.render.rtf RTF (Rich Text Format) Output Support -
-
Uses of BlockContainer in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type BlockContainer Modifier and Type Method Description void
FO2StructureTreeConverter. endBlockContainer(BlockContainer blc)
void
FO2StructureTreeConverter. startBlockContainer(BlockContainer blc)
-
Uses of BlockContainer in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type BlockContainer Modifier and Type Method Description void
DelegatingFOEventHandler. endBlockContainer(BlockContainer blc)
void
FOEventHandler. endBlockContainer(BlockContainer blc)
void
DelegatingFOEventHandler. startBlockContainer(BlockContainer blc)
void
FOEventHandler. startBlockContainer(BlockContainer blc)
-
Uses of BlockContainer in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr that return BlockContainer Modifier and Type Method Description protected BlockContainer
BlockContainerLayoutManager. getBlockContainerFO()
Constructors in org.apache.fop.layoutmgr with parameters of type BlockContainer Constructor Description BlockContainerLayoutManager(BlockContainer node)
Create a new block container layout manager. -
Uses of BlockContainer in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type BlockContainer Modifier and Type Method Description void
RTFHandler. endBlockContainer(BlockContainer bl)
void
RTFHandler. startBlockContainer(BlockContainer blc)
-