Uses of Class
net.webpdf.wsclient.schema.operation.TextWrapModeType
-
Packages that use TextWrapModeType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of TextWrapModeType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as TextWrapModeType Modifier and Type Field Description protected TextWrapModeTypeSyntaxHighlightType. wordBreakprotected TextWrapModeTypeTextHighlightType. wordBreakMethods in net.webpdf.wsclient.schema.operation that return TextWrapModeType Modifier and Type Method Description static TextWrapModeTypeTextWrapModeType. fromValue(String v)TextWrapModeTypeSyntaxHighlightType. getWordBreak()Gets the value of the wordBreak property.TextWrapModeTypeTextHighlightType. getWordBreak()Gets the value of the wordBreak property.static TextWrapModeTypeTextWrapModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static TextWrapModeType[]TextWrapModeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type TextWrapModeType Modifier and Type Method Description voidSyntaxHighlightType. setWordBreak(TextWrapModeType value)Sets the value of the wordBreak property.voidTextHighlightType. setWordBreak(TextWrapModeType value)Sets the value of the wordBreak property.
-