Uses of Class
org.apache.fop.render.afp.AFPDocumentHandler.Location
-
Packages that use AFPDocumentHandler.Location Package Description org.apache.fop.render.afp An AFP Renderer implementation and supporting classes. -
-
Uses of AFPDocumentHandler.Location in org.apache.fop.render.afp
Fields in org.apache.fop.render.afp declared as AFPDocumentHandler.Location Modifier and Type Field Description private AFPDocumentHandler.Location
AFPDocumentHandler. location
Methods in org.apache.fop.render.afp that return AFPDocumentHandler.Location Modifier and Type Method Description static AFPDocumentHandler.Location
AFPDocumentHandler.Location. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AFPDocumentHandler.Location[]
AFPDocumentHandler.Location. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-