fop 0.95

Uses of Class
org.apache.fop.fo.flow.BlockContainer

Packages that use BlockContainer
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.fo
 

Methods in org.apache.fop.fo with parameters of type BlockContainer
 void FOEventHandler.endBlockContainer(BlockContainer blc)
           
 void FOEventHandler.startBlockContainer(BlockContainer blc)
           
 

Uses of BlockContainer in org.apache.fop.layoutmgr
 

Methods in org.apache.fop.layoutmgr that return BlockContainer
protected  BlockContainer BlockContainerLayoutManager.getBlockContainerFO()
           
 

Constructors in org.apache.fop.layoutmgr with parameters of type BlockContainer
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
 void RTFHandler.endBlockContainer(BlockContainer bl)
          
 void RTFHandler.startBlockContainer(BlockContainer blc)
          
 


fop 0.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.