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 AbstractPageObject
DataStream. 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 class
AbstractResourceEnvironmentGroupContainer
An abstract class which encapsulates the common features of Document and PageGroup resource containersclass
AbstractResourceGroupContainer
An abstract container of resource objectsclass
Document
The document is the highest level of the MO:DCA data-stream document component hierarchy.class
Overlay
An overlay is a MO:DCA-P resource object.class
PageGroup
A page group is used in the data stream to define a named, logical grouping of sequential pages.class
PageObject
Pages contain the data objects that comprise a presentation document.
-