Uses of Class
net.webpdf.wsclient.openapi.OperationToolboxRotateRotate.PageGroupEnum
-
Packages that use OperationToolboxRotateRotate.PageGroupEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationToolboxRotateRotate.PageGroupEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationToolboxRotateRotate.PageGroupEnum Modifier and Type Method Description static OperationToolboxRotateRotate.PageGroupEnumOperationToolboxRotateRotate.PageGroupEnum. fromValue(String value)@Nullable OperationToolboxRotateRotate.PageGroupEnumOperationToolboxRotateRotate. getPageGroup()Used to select pages based on their page number within the specified page range: * all = All pages * even = All pages with an even page number * odd = All pages with an odd page numberstatic OperationToolboxRotateRotate.PageGroupEnumOperationToolboxRotateRotate.PageGroupEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationToolboxRotateRotate.PageGroupEnum[]OperationToolboxRotateRotate.PageGroupEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type OperationToolboxRotateRotate.PageGroupEnum Modifier and Type Method Description OperationToolboxRotateRotateOperationToolboxRotateRotate. pageGroup(OperationToolboxRotateRotate.PageGroupEnum pageGroup)voidOperationToolboxRotateRotate. setPageGroup(OperationToolboxRotateRotate.PageGroupEnum pageGroup)
-