fop 0.93

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

Packages that use PageSequence
org.apache.fop.apps Application classes used for running FOP embedded in other applications. 
org.apache.fop.area FOP's area tree. 
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 
org.apache.fop.render.txt Plain Text Renderer 
 

Uses of PageSequence in org.apache.fop.apps
 

Methods in org.apache.fop.apps with parameters of type PageSequence
 void FormattingResults.haveFormattedPageSequence(PageSequence pageSequence, int pageCount)
          Reports the result of one page sequence rendering back into this object.
 

Uses of PageSequence in org.apache.fop.area
 

Methods in org.apache.fop.area with parameters of type PageSequence
 void AreaTreeHandler.startPageSequence(PageSequence pageSequence)
           
 void AreaTreeHandler.endPageSequence(PageSequence pageSequence)
          End the PageSequence.
 void AreaTreeHandler.notifyPageSequenceFinished(PageSequence pageSequence, int pageCount)
          Called by the PageSequenceLayoutManager when it is finished with a page-sequence.
 

Uses of PageSequence in org.apache.fop.fo
 

Methods in org.apache.fop.fo with parameters of type PageSequence
 void FOEventHandler.startPageSequence(PageSequence pageSeq)
           
 void FOEventHandler.endPageSequence(PageSequence pageSeq)
           
 

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

Methods in org.apache.fop.fo.pagination that return PageSequence
 PageSequence Root.getSucceedingPageSequence(PageSequence current)
          Some properties, such as 'force-page-count', require a page-sequence to know about some properties of the next.
 

Methods in org.apache.fop.fo.pagination with parameters of type PageSequence
 PageSequence Root.getSucceedingPageSequence(PageSequence current)
          Some properties, such as 'force-page-count', require a page-sequence to know about some properties of the next.
 

Uses of PageSequence in org.apache.fop.layoutmgr
 

Methods in org.apache.fop.layoutmgr with parameters of type PageSequence
 PageSequenceLayoutManager LayoutManagerMapping.makePageSequenceLayoutManager(AreaTreeHandler ath, PageSequence ps)
           
 PageSequenceLayoutManager LayoutManagerMaker.makePageSequenceLayoutManager(AreaTreeHandler ath, PageSequence ps)
          Make a PageSequenceLayoutManager object.
 

Constructors in org.apache.fop.layoutmgr with parameters of type PageSequence
PageSequenceLayoutManager(AreaTreeHandler ath, PageSequence pseq)
          Constructor
PageSequenceLayoutManager.PageProvider(PageSequence ps)
          Main constructor.
 

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

Methods in org.apache.fop.render.mif with parameters of type PageSequence
 void MIFHandler.startPageSequence(PageSequence pageSeq)
          Start the page sequence.
 void MIFHandler.endPageSequence(PageSequence pageSeq)
           
 

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

Methods in org.apache.fop.render.rtf with parameters of type PageSequence
 void RTFHandler.startPageSequence(PageSequence pageSeq)
           
 void RTFHandler.endPageSequence(PageSequence pageSeq)
           
 

Uses of PageSequence in org.apache.fop.render.txt
 

Methods in org.apache.fop.render.txt with parameters of type PageSequence
 void TXTHandler.endPageSequence(PageSequence pageSequence)
          Run refinement for: mainflow (xsl-region-body) staticflow (xsl-region-before, xsl-region-after, xsl-region-start, xsl-region-end).
 


fop 0.93

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