Uses of Class
net.webpdf.wsclient.schema.extraction.info.TextDirectionType
-
Packages that use TextDirectionType Package Description net.webpdf.wsclient.schema.extraction.info -
-
Uses of TextDirectionType in net.webpdf.wsclient.schema.extraction.info
Fields in net.webpdf.wsclient.schema.extraction.info declared as TextDirectionType Modifier and Type Field Description protected TextDirectionTypeViewerPreferencesType. textDirectionMethods in net.webpdf.wsclient.schema.extraction.info 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.extraction.info with parameters of type TextDirectionType Modifier and Type Method Description voidViewerPreferencesType. setTextDirection(TextDirectionType value)Sets the value of the textDirection property.
-