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
Fields in org.apache.fop.render.txt with type parameters of type TxtRendererConfig.TxtRendererOption Modifier and Type Field Description private java.util.EnumMap<TxtRendererConfig.TxtRendererOption,java.lang.Object>
TxtRendererConfig. params
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.
-