Uses of Class
net.webpdf.wsclient.openapi.OperationSyntaxHighlight.WordBreakEnum
-
Packages that use OperationSyntaxHighlight.WordBreakEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationSyntaxHighlight.WordBreakEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationSyntaxHighlight.WordBreakEnum Modifier and Type Method Description static OperationSyntaxHighlight.WordBreakEnumOperationSyntaxHighlight.WordBreakEnum. fromValue(String value)@Nullable OperationSyntaxHighlight.WordBreakEnumOperationSyntaxHighlight. 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 OperationSyntaxHighlight.WordBreakEnumOperationSyntaxHighlight.WordBreakEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationSyntaxHighlight.WordBreakEnum[]OperationSyntaxHighlight.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 OperationSyntaxHighlight.WordBreakEnum Modifier and Type Method Description voidOperationSyntaxHighlight. setWordBreak(OperationSyntaxHighlight.WordBreakEnum wordBreak)OperationSyntaxHighlightOperationSyntaxHighlight. wordBreak(OperationSyntaxHighlight.WordBreakEnum wordBreak)
-