Uses of Class
net.webpdf.wsclient.openapi.MetadataViewerPreferences.PrintAreaEnum
-
Packages that use MetadataViewerPreferences.PrintAreaEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of MetadataViewerPreferences.PrintAreaEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return MetadataViewerPreferences.PrintAreaEnum Modifier and Type Method Description static MetadataViewerPreferences.PrintAreaEnumMetadataViewerPreferences.PrintAreaEnum. fromValue(String value)@Nullable MetadataViewerPreferences.PrintAreaEnumMetadataViewerPreferences. getPrintArea()Selects the visible box, when displaying the documentstatic MetadataViewerPreferences.PrintAreaEnumMetadataViewerPreferences.PrintAreaEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataViewerPreferences.PrintAreaEnum[]MetadataViewerPreferences.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 MetadataViewerPreferences.PrintAreaEnum Modifier and Type Method Description MetadataViewerPreferencesMetadataViewerPreferences. printArea(MetadataViewerPreferences.PrintAreaEnum printArea)voidMetadataViewerPreferences. setPrintArea(MetadataViewerPreferences.PrintAreaEnum printArea)
-