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