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 PageObject
DataStream. currentPageObject
The current page objectMethods in org.apache.fop.afp that return PageObject Modifier and Type Method Description PageObject
Factory. createPage(int pageWidth, int pageHeight, int pageRotation, int pageWidthRes, int pageHeightRes)
Creates a new MO:DCAPageObject
.PageObject
DataStream. savePage()
Helper method to save the current page.Methods in org.apache.fop.afp with parameters of type PageObject Modifier and Type Method Description 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 Modifier and Type Class Description class
Overlay
An 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 void
AbstractResourceEnvironmentGroupContainer. addPage(PageObject page)
Adds a page to the resource container.
-