Uses of Class
org.apache.fop.afp.modca.PageObject
-
Packages that use PageObject Package Description 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
Fields in org.apache.fop.afp declared as PageObject Modifier and Type Field Description private PageObjectDataStream. currentPageObjectThe current page objectMethods in org.apache.fop.afp that return PageObject Modifier and Type Method Description PageObjectFactory. createPage(int pageWidth, int pageHeight, int pageRotation, int pageWidthRes, int pageHeightRes)Creates a new MO:DCAPageObject.PageObjectDataStream. savePage()Helper method to save the current page.Methods in org.apache.fop.afp with parameters of type PageObject Modifier and Type Method Description voidDataStream. 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 Modifier and Type Class Description classOverlayAn overlay is a MO:DCA-P resource object.Methods in org.apache.fop.afp.modca with parameters of type PageObject Modifier and Type Method Description voidAbstractResourceEnvironmentGroupContainer. addPage(PageObject page)Adds a page to the resource container.
-