Uses of Class
com.openhtmltopdf.outputdevice.helper.BaseRendererBuilder.TextDirection
-
Packages that use BaseRendererBuilder.TextDirection Package Description com.openhtmltopdf.outputdevice.helper -
-
Uses of BaseRendererBuilder.TextDirection in com.openhtmltopdf.outputdevice.helper
Methods in com.openhtmltopdf.outputdevice.helper that return BaseRendererBuilder.TextDirection Modifier and Type Method Description static BaseRendererBuilder.TextDirection
BaseRendererBuilder.TextDirection. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BaseRendererBuilder.TextDirection[]
BaseRendererBuilder.TextDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openhtmltopdf.outputdevice.helper with parameters of type BaseRendererBuilder.TextDirection Modifier and Type Method Description TFinalClass
BaseRendererBuilder. defaultTextDirection(BaseRendererBuilder.TextDirection textDirection)
The default text direction of the document.
-