Uses of Class
org.apache.fop.afp.modca.PageObject
Packages that use PageObject
Package
Description
Contains an AFP library.
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 PageObjectModifier and TypeFieldDescriptionprivate PageObject
DataStream.currentPageObject
The current page objectMethods in org.apache.fop.afp that return PageObjectModifier and TypeMethodDescriptionFactory.createPage
(int pageWidth, int pageHeight, int pageRotation, int pageWidthRes, int pageHeightRes) Creates a new MO:DCAPageObject
.DataStream.savePage()
Helper method to save the current page.Methods in org.apache.fop.afp with parameters of type PageObjectModifier and TypeMethodDescriptionvoid
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.modcaMethods in org.apache.fop.afp.modca with parameters of type PageObjectModifier and TypeMethodDescriptionvoid
AbstractResourceEnvironmentGroupContainer.addPage
(PageObject page) Adds a page to the resource container.