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