Uses of Class
org.apache.fop.afp.modca.ActiveEnvironmentGroup
-
Packages that use ActiveEnvironmentGroup 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 ActiveEnvironmentGroup in org.apache.fop.afp
Methods in org.apache.fop.afp that return ActiveEnvironmentGroup Modifier and Type Method Description ActiveEnvironmentGroup
Factory. createActiveEnvironmentGroup(int width, int height, int widthRes, int heightRes)
Creates a new MO:DCAActiveEnvironmentGroup
-
Uses of ActiveEnvironmentGroup in org.apache.fop.afp.modca
Fields in org.apache.fop.afp.modca declared as ActiveEnvironmentGroup Modifier and Type Field Description protected ActiveEnvironmentGroup
AbstractPageObject. activeEnvironmentGroup
The active environment group for the pageMethods in org.apache.fop.afp.modca that return ActiveEnvironmentGroup Modifier and Type Method Description ActiveEnvironmentGroup
AbstractPageObject. getActiveEnvironmentGroup()
Returns the ActiveEnvironmentGroup associated with this page.
-