Uses of Class
net.webpdf.wsclient.openapi.OperationBoxesResize.BoxEnum
-
Packages that use OperationBoxesResize.BoxEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationBoxesResize.BoxEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationBoxesResize.BoxEnum Modifier and Type Method Description static OperationBoxesResize.BoxEnumOperationBoxesResize.BoxEnum. fromValue(String value)@Nullable OperationBoxesResize.BoxEnumOperationBoxesResize. getBox()Used to select the box that should be scaledstatic OperationBoxesResize.BoxEnumOperationBoxesResize.BoxEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationBoxesResize.BoxEnum[]OperationBoxesResize.BoxEnum. 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 OperationBoxesResize.BoxEnum Modifier and Type Method Description OperationBoxesResizeOperationBoxesResize. box(OperationBoxesResize.BoxEnum box)voidOperationBoxesResize. setBox(OperationBoxesResize.BoxEnum box)
-