Uses of Class
org.foray.area.PageCollection

Packages that use PageCollection
org.foray.area Classes representing the actual layout of content on pages. 
 

Uses of PageCollection in org.foray.area
 

Methods in org.foray.area that return PageCollection
 PageCollection PageCollection.ancestorPageCollection()
          Returns the ancestor page collection for this area.
 PageCollection AreaNode.ancestorPageCollection()
          Returns the ancestor page collection for this area.
 PageCollection PageRA.getPageCollection()
           
 PageCollection PageRA.getParent()
           
 PageCollection AreaTree.makePageCollection(org.axsl.fo.fo.PageSequence pageSequence)
           
 PageCollection PageCollection.previousPageCollection()
          Returns the PageCollection previous to this one from the sequence of PageCollection instances.
 

Methods in org.foray.area that return types with arguments of type PageCollection
 List<PageCollection> AreaTree.getChildren()
           
 List<PageCollection> AreaTree.getPageCollectionsProcessed()
          Returns the collection of page collections that have been processed.
 



Copyright © 2017. All rights reserved.