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