Uses of Class
org.apache.fop.afp.modca.PageGroup
-
Packages that use PageGroup 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 PageGroup in org.apache.fop.afp
Fields in org.apache.fop.afp declared as PageGroup Modifier and Type Field Description private PageGroup
DataStream. currentPageGroup
The current page group objectMethods in org.apache.fop.afp that return PageGroup Modifier and Type Method Description PageGroup
Factory. createPageGroup()
Creates a new MO:DCAPageGroup
PageGroup
DataStream. getCurrentPageGroup()
Returns the current page group -
Uses of PageGroup in org.apache.fop.afp.modca
Methods in org.apache.fop.afp.modca with parameters of type PageGroup Modifier and Type Method Description void
AbstractResourceEnvironmentGroupContainer. addPageGroup(PageGroup pageGroup)
Adds a PageGroup to the resource container.
-