Uses of Class
net.webpdf.wsclient.openapi.DocumentMetadataImageOrientation
-
Packages that use DocumentMetadataImageOrientation Package Description net.webpdf.wsclient.openapi -
-
Uses of DocumentMetadataImageOrientation in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return DocumentMetadataImageOrientation Modifier and Type Method Description static DocumentMetadataImageOrientationDocumentMetadataImageOrientation. fromValue(String value)@Nullable DocumentMetadataImageOrientationDocumentMetadataImageEntry. getOrientation()Get orientationstatic DocumentMetadataImageOrientationDocumentMetadataImageOrientation. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentMetadataImageOrientation[]DocumentMetadataImageOrientation. 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 DocumentMetadataImageOrientation Modifier and Type Method Description DocumentMetadataImageEntryDocumentMetadataImageEntry. orientation(DocumentMetadataImageOrientation orientation)
-