Uses of Class
org.apache.fop.afp.modca.AbstractPageObject
-
Packages that use AbstractPageObject 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 AbstractPageObject in org.apache.fop.afp
Methods in org.apache.fop.afp that return AbstractPageObject Modifier and Type Method Description AbstractPageObjectDataStream. getCurrentPage()Returns the current page -
Uses of AbstractPageObject in org.apache.fop.afp.modca
Subclasses of AbstractPageObject in org.apache.fop.afp.modca Modifier and Type Class Description classAbstractResourceEnvironmentGroupContainerAn abstract class which encapsulates the common features of Document and PageGroup resource containersclassAbstractResourceGroupContainerAn abstract container of resource objectsclassDocumentThe document is the highest level of the MO:DCA data-stream document component hierarchy.classOverlayAn overlay is a MO:DCA-P resource object.classPageGroupA page group is used in the data stream to define a named, logical grouping of sequential pages.classPageObjectPages contain the data objects that comprise a presentation document.
-