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. textDirection<?Methods in net.webpdf.wsclient.schema.operation that return TextDirectionType Modifier and Type Method Description static TextDirectionTypeTextDirectionType. fromValue(String v)Gets the enum associated to the value passed as parameter.TextDirectionTypeViewerPreferencesType. getTextDirection()<?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.
-