public interface DMData
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDocId()
Get the document ID, which is the unique identifier
|
java.lang.String |
getDocName()
Get the document name
|
long |
getDocSize()
Get the size of a document in bytes
|
DocTransFileType |
getDocType()
Get the type of a document.
|
java.lang.String |
getExtra()
Get the extension fields when the convert request is sent
|
int |
getPageNum()
Get the number of pages of the converted file
|
java.util.List<DMPicInfo> |
getPicInfoList()
Get the image info of the converted files
|
DMPicInfo |
getTransCodedImageInfo(DMDocTransQuality quality)
Get the image info of a converted image with a specified resolution.
|
java.lang.String |
getTransCodedUrl(int pageNumber,
DMDocTransQuality quality)
Get the URL of converted pages with a specified resolution.
|
long |
getTransSize()
Get the size of the converted file in bytes
|
DocTransState |
getTransStat()
Get the conversion status.
|
DocTransImageType |
getTransType()
Get the format of the converted file.
|
java.lang.String |
getUrlPrefix()
Get the prefix of the URL for document download
|
java.lang.String getDocId()
java.lang.String getDocName()
java.lang.String getUrlPrefix()
long getDocSize()
DocTransFileType getDocType()
DocTransState getTransStat()
DocTransImageType getTransType()
long getTransSize()
int getPageNum()
java.util.List<DMPicInfo> getPicInfoList()
java.lang.String getExtra()
java.lang.String getTransCodedUrl(int pageNumber, DMDocTransQuality quality)
DMPicInfo getTransCodedImageInfo(DMDocTransQuality quality)