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