Uses of Class
org.apache.fop.afp.modca.ObjectAreaPosition
-
Packages that use ObjectAreaPosition 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 ObjectAreaPosition in org.apache.fop.afp
Methods in org.apache.fop.afp that return ObjectAreaPosition Modifier and Type Method Description ObjectAreaPositionFactory. createObjectAreaPosition(int x, int y, int rotation)Creates a newObjectAreaPosition -
Uses of ObjectAreaPosition in org.apache.fop.afp.modca
Fields in org.apache.fop.afp.modca declared as ObjectAreaPosition Modifier and Type Field Description private ObjectAreaPositionActiveEnvironmentGroup. objectAreaPositionthe Object Area Position for the active environment groupprivate ObjectAreaPositionObjectEnvironmentGroup. objectAreaPositionthe ObjectAreaPosition for the object environment groupMethods in org.apache.fop.afp.modca with parameters of type ObjectAreaPosition Modifier and Type Method Description voidObjectEnvironmentGroup. setObjectAreaPosition(ObjectAreaPosition objectAreaPosition)Sets the Object Area Position
-