Uses of Class
net.webpdf.wsclient.schema.operation.OrientationDetectionType
-
Packages that use OrientationDetectionType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of OrientationDetectionType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as OrientationDetectionType Modifier and Type Field Description protected OrientationDetectionTypeRotateType. orientationDetectModeMethods in net.webpdf.wsclient.schema.operation that return OrientationDetectionType Modifier and Type Method Description static OrientationDetectionTypeOrientationDetectionType. fromValue(String v)OrientationDetectionTypeRotateType. getOrientationDetectMode()Gets the value of the orientationDetectMode property.static OrientationDetectionTypeOrientationDetectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrientationDetectionType[]OrientationDetectionType. 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 OrientationDetectionType Modifier and Type Method Description voidRotateType. setOrientationDetectMode(OrientationDetectionType value)Sets the value of the orientationDetectMode property.
-