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