fop 1.0

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

Packages that use PageSequence
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 
 

Uses of PageSequence in org.apache.fop.area
 

Methods in org.apache.fop.area with parameters of type PageSequence
 void AreaTreeHandler.endPageSequence(PageSequence pageSequence)
          End the PageSequence.
 void AreaTreeHandler.startPageSequence(PageSequence pageSequence)
          
 

Uses of PageSequence in org.apache.fop.fo
 

Methods in org.apache.fop.fo with parameters of type PageSequence
 void FOEventHandler.endPageSequence(PageSequence pageSeq)
           
 void FOEventHandler.startPageSequence(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 that return PageSequence
protected  PageSequence PageSequenceLayoutManager.getPageSequence()
           
 

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

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

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

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

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

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


fop 1.0

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