Uses of Class
net.webpdf.wsclient.schema.operation.TextDirectionType
-
Packages that use TextDirectionType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of TextDirectionType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as TextDirectionType Modifier and Type Field Description protected TextDirectionTypeViewerPreferencesType. textDirectionMethods in net.webpdf.wsclient.schema.operation that return TextDirectionType Modifier and Type Method Description static TextDirectionTypeTextDirectionType. fromValue(String v)TextDirectionTypeViewerPreferencesType. getTextDirection()Gets the value of the textDirection property.static TextDirectionTypeTextDirectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static TextDirectionType[]TextDirectionType. 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 TextDirectionType Modifier and Type Method Description voidViewerPreferencesType. setTextDirection(TextDirectionType value)Sets the value of the textDirection property.
-