fop 1.0

Uses of Class
org.apache.fop.afp.modca.PageObject

Packages that use PageObject
org.apache.fop.afp Contains an AFP library. 
org.apache.fop.afp.modca Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) structured objects. 
 

Uses of PageObject in org.apache.fop.afp
 

Methods in org.apache.fop.afp that return PageObject
 PageObject Factory.createPage(int pageWidth, int pageHeight, int pageRotation, int pageWidthRes, int pageHeightRes)
          Creates a new MO:DCA PageObject.
 PageObject DataStream.savePage()
          Helper method to save the current page.
 

Methods in org.apache.fop.afp with parameters of type PageObject
 void DataStream.restorePage(PageObject pageObject)
          Helper method to restore the current page.
 

Uses of PageObject in org.apache.fop.afp.modca
 

Subclasses of PageObject in org.apache.fop.afp.modca
 class Overlay
          An overlay is a MO:DCA-P resource object.
 

Methods in org.apache.fop.afp.modca with parameters of type PageObject
 void AbstractResourceEnvironmentGroupContainer.addPage(PageObject page)
          Adds a page to the resource container.
 


fop 1.0

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