fop 1.1

Uses of Class
org.apache.fop.fo.pagination.StaticContent

Packages that use StaticContent
org.apache.fop.accessibility.fo   
org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree. 
org.apache.fop.fo.pagination All the pagination and declaration formatting objects. 
org.apache.fop.layoutmgr FOP's layout engine. 
org.apache.fop.render.mif MIF Output Support 
org.apache.fop.render.rtf RTF (Rich Text Format) Output Support 
 

Uses of StaticContent in org.apache.fop.accessibility.fo
 

Methods in org.apache.fop.accessibility.fo with parameters of type StaticContent
 void FO2StructureTreeConverter.endStatic(StaticContent statisContent)
           
 void FO2StructureTreeConverter.startStatic(StaticContent staticContent)
           
 

Uses of StaticContent in org.apache.fop.fo
 

Methods in org.apache.fop.fo with parameters of type StaticContent
 void FOEventHandler.endStatic(StaticContent staticContent)
          Process end of a Static.
 void DelegatingFOEventHandler.endStatic(StaticContent statisContent)
           
 void FOEventHandler.startStatic(StaticContent staticContent)
          Process start of a Static.
 void DelegatingFOEventHandler.startStatic(StaticContent staticContent)
           
 

Uses of StaticContent in org.apache.fop.fo.pagination
 

Methods in org.apache.fop.fo.pagination that return StaticContent
 StaticContent PageSequence.getStaticContent(java.lang.String name)
          Get the static content FO node from the flow map.
 

Uses of StaticContent in org.apache.fop.layoutmgr
 

Methods in org.apache.fop.layoutmgr that return StaticContent
protected  StaticContent StaticContentLayoutManager.getStaticContentFO()
          Convenience method that returns the Static Content node.
 

Methods in org.apache.fop.layoutmgr with parameters of type StaticContent
 StaticContentLayoutManager LayoutManagerMapping.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, Block block)
          Make a StaticContentLayoutManager object for a footnote-separator.
 StaticContentLayoutManager LayoutManagerMaker.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, Block block)
          Make a StaticContentLayoutManager object for a footnote-separator.
 StaticContentLayoutManager LayoutManagerMapping.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, SideRegion reg)
          Make a StaticContentLayoutManager object.
 StaticContentLayoutManager LayoutManagerMaker.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, SideRegion reg)
          Make a StaticContentLayoutManager object.
 

Constructors in org.apache.fop.layoutmgr with parameters of type StaticContent
StaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent node, Block block)
          Creates a new StaticContentLayoutManager.
StaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent node, SideRegion reg)
          Creates a new StaticContentLayoutManager.
 

Uses of StaticContent in org.apache.fop.render.mif
 

Methods in org.apache.fop.render.mif with parameters of type StaticContent
 void MIFHandler.endStatic(StaticContent staticContent)
          Process end of a Static.
 void MIFHandler.startStatic(StaticContent staticContent)
          Process start of a Static.
 

Uses of StaticContent in org.apache.fop.render.rtf
 

Methods in org.apache.fop.render.rtf with parameters of type StaticContent
 void RTFHandler.endStatic(StaticContent statisContent)
          Process end of a Static.
 void RTFHandler.startStatic(StaticContent staticContent)
          Process start of a Static.
 


fop 1.1

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