Uses of Class
net.webpdf.wsclient.openapi.MetadataViewerPreferences.PrintTraySelectionEnum
-
Packages that use MetadataViewerPreferences.PrintTraySelectionEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of MetadataViewerPreferences.PrintTraySelectionEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return MetadataViewerPreferences.PrintTraySelectionEnum Modifier and Type Method Description static MetadataViewerPreferences.PrintTraySelectionEnumMetadataViewerPreferences.PrintTraySelectionEnum. fromValue(String value)@Nullable MetadataViewerPreferences.PrintTraySelectionEnumMetadataViewerPreferences. getPrintTraySelection()The print tray selection initially suggested when opening the Reader's print dialogstatic MetadataViewerPreferences.PrintTraySelectionEnumMetadataViewerPreferences.PrintTraySelectionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataViewerPreferences.PrintTraySelectionEnum[]MetadataViewerPreferences.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 MetadataViewerPreferences.PrintTraySelectionEnum Modifier and Type Method Description MetadataViewerPreferencesMetadataViewerPreferences. printTraySelection(MetadataViewerPreferences.PrintTraySelectionEnum printTraySelection)voidMetadataViewerPreferences. setPrintTraySelection(MetadataViewerPreferences.PrintTraySelectionEnum printTraySelection)
-