java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pdftron.pdf.PDFViewCtrl.DownloadState |
An enum represents document download state
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PDFViewCtrl.DownloadState | FAILED | An error has occurred while downloading and downloading has stopped. | |||||||||
PDFViewCtrl.DownloadState | FINISHED | The entire document has been downloaded. | |||||||||
PDFViewCtrl.DownloadState | NAMED_DESTS | The named destinations have been downloaded. | |||||||||
PDFViewCtrl.DownloadState | OPENED | The initial document information is available and it is now OK to query for document information. | |||||||||
PDFViewCtrl.DownloadState | OUTLINE | The document outline (bookmarks) has been downloaded. | |||||||||
PDFViewCtrl.DownloadState | PAGE | A new page has been downloaded. | |||||||||
PDFViewCtrl.DownloadState | THUMB | A thumbnail has been downloaded. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | getValue() | ||||||||||
static PDFViewCtrl.DownloadState | valueOf(String name) | ||||||||||
static PDFViewCtrl.DownloadState | valueOf(int downloadMode) | ||||||||||
final static DownloadState[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
An error has occurred while downloading and downloading has stopped.
The named destinations have been downloaded. These may be necessary for link activation.
The initial document information is available and it is now OK to query for document information.
The document outline (bookmarks) has been downloaded.