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