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