Uses of Class
net.webpdf.wsclient.openapi.OperationViewerPreferences.PrintClipEnum
-
Packages that use OperationViewerPreferences.PrintClipEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationViewerPreferences.PrintClipEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationViewerPreferences.PrintClipEnum Modifier and Type Method Description static OperationViewerPreferences.PrintClipEnumOperationViewerPreferences.PrintClipEnum. fromValue(String value)@Nullable OperationViewerPreferences.PrintClipEnumOperationViewerPreferences. getPrintClip()Used to select the box that should be scaledstatic OperationViewerPreferences.PrintClipEnumOperationViewerPreferences.PrintClipEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationViewerPreferences.PrintClipEnum[]OperationViewerPreferences.PrintClipEnum. 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 OperationViewerPreferences.PrintClipEnum Modifier and Type Method Description OperationViewerPreferencesOperationViewerPreferences. printClip(OperationViewerPreferences.PrintClipEnum printClip)voidOperationViewerPreferences. setPrintClip(OperationViewerPreferences.PrintClipEnum printClip)
-