Uses of Class
net.webpdf.wsclient.openapi.DocumentMetadataImageEntry
-
Packages that use DocumentMetadataImageEntry Package Description net.webpdf.wsclient.openapi -
-
Uses of DocumentMetadataImageEntry in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return DocumentMetadataImageEntry Modifier and Type Method Description DocumentMetadataImageEntryDocumentMetadataImageEntry. orientation(DocumentMetadataImageOrientation orientation)DocumentMetadataImageEntryDocumentMetadataImageEntry. unit(DocumentMetadataImageResolutionUnit unit)Methods in net.webpdf.wsclient.openapi that return types with arguments of type DocumentMetadataImageEntry Modifier and Type Method Description @Nullable List<DocumentMetadataImageEntry>DocumentMetadataImage. getImages()A list of metadata directories, where each directory contains a key-value map with the respective entries of the directory.Constructor parameters in net.webpdf.wsclient.openapi with type arguments of type DocumentMetadataImageEntry Constructor Description DocumentMetadataImage(List<DocumentMetadataImageEntry> images)
-