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