Uses of Class
net.webpdf.wsclient.openapi.OperationTextHighlight.WordBreakEnum
-
Packages that use OperationTextHighlight.WordBreakEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationTextHighlight.WordBreakEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationTextHighlight.WordBreakEnum Modifier and Type Method Description static OperationTextHighlight.WordBreakEnumOperationTextHighlight.WordBreakEnum. fromValue(String value)@Nullable OperationTextHighlight.WordBreakEnumOperationTextHighlight. getWordBreak()Can be used to configure the word wrap behaviour during highlighting Possible values: * auto = Automatic word wrap if necessary. * none = Suppress the addition of extra line breaks. * word = Line breaks allowed only after words. * all = Line breaks allowed unconditionally.static OperationTextHighlight.WordBreakEnumOperationTextHighlight.WordBreakEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationTextHighlight.WordBreakEnum[]OperationTextHighlight.WordBreakEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type OperationTextHighlight.WordBreakEnum Modifier and Type Method Description voidOperationTextHighlight. setWordBreak(OperationTextHighlight.WordBreakEnum wordBreak)OperationTextHighlightOperationTextHighlight. wordBreak(OperationTextHighlight.WordBreakEnum wordBreak)
-