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