Uses of Class
net.webpdf.wsclient.openapi.DocumentMetadata
-
Packages that use DocumentMetadata Package Description net.webpdf.wsclient.openapi -
-
Uses of DocumentMetadata in net.webpdf.wsclient.openapi
Subclasses of DocumentMetadata in net.webpdf.wsclient.openapi Modifier and Type Class Description classDocumentMetadataArchiveThe metadata that describes the archive documentclassDocumentMetadataImageThe metadata that describes the image documentclassDocumentMetadataPdfThe metadata that describes the PDF documentMethods in net.webpdf.wsclient.openapi that return DocumentMetadata Modifier and Type Method Description @Nullable DocumentMetadataDocumentFile. getMetadata()Get metadataDocumentMetadataDocumentMetadata. metadataType(DocumentMetadataType metadataType)Methods in net.webpdf.wsclient.openapi with parameters of type DocumentMetadata Modifier and Type Method Description DocumentFileDocumentFile. metadata(DocumentMetadata metadata)
-