Uses of Class
net.webpdf.wsclient.openapi.OperationViewerPreferences.PrintTraySelectionEnum
-
Packages that use OperationViewerPreferences.PrintTraySelectionEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationViewerPreferences.PrintTraySelectionEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationViewerPreferences.PrintTraySelectionEnum Modifier and Type Method Description static OperationViewerPreferences.PrintTraySelectionEnumOperationViewerPreferences.PrintTraySelectionEnum. fromValue(String value)@Nullable OperationViewerPreferences.PrintTraySelectionEnumOperationViewerPreferences. getPrintTraySelection()Selects the default setting for how print trays should be selected for printing the pages of the document.static OperationViewerPreferences.PrintTraySelectionEnumOperationViewerPreferences.PrintTraySelectionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationViewerPreferences.PrintTraySelectionEnum[]OperationViewerPreferences.PrintTraySelectionEnum. 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.PrintTraySelectionEnum Modifier and Type Method Description OperationViewerPreferencesOperationViewerPreferences. printTraySelection(OperationViewerPreferences.PrintTraySelectionEnum printTraySelection)voidOperationViewerPreferences. setPrintTraySelection(OperationViewerPreferences.PrintTraySelectionEnum printTraySelection)
-