Uses of Class
org.foray.fotree.fo.obj.PageSequence

Packages that use PageSequence
org.foray.fotree.fo.obj Classes representing the various Formatting Objects in the fo: namespace. 
 

Uses of PageSequence in org.foray.fotree.fo.obj
 

Methods in org.foray.fotree.fo.obj that return PageSequence
 PageSequence AbstractFlow.getParent()
           
 

Methods in org.foray.fotree.fo.obj that return types with arguments of type PageSequence
 Iterator<PageSequence> Root.getPageSequenceIterator()
          Returns an iterator over the descendant PageSequence objects.
 

Constructors in org.foray.fotree.fo.obj with parameters of type PageSequence
AbstractFlow(PageSequence parent, PropertyList propertyList)
          Constructor.
Flow(PageSequence parent, PropertyList propertyList)
          Constructor.
PageMasterResolver(PageSequence pageSequence, int lastPageNumber)
          Constructor.
StaticContent(PageSequence parent, PropertyList propertyList)
          Constructor.
 



Copyright © 2017. All rights reserved.