public static final enum

PDFViewCtrl.DownloadState

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pdftron.pdf.PDFViewCtrl.DownloadState

Class Overview

An enum represents document download state

Summary

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

Enum Values

public static final PDFViewCtrl.DownloadState FAILED

An error has occurred while downloading and downloading has stopped.

public static final PDFViewCtrl.DownloadState FINISHED

The entire document has been downloaded.

public static final PDFViewCtrl.DownloadState NAMED_DESTS

The named destinations have been downloaded. These may be necessary for link activation.

public static final PDFViewCtrl.DownloadState OPENED

The initial document information is available and it is now OK to query for document information.

public static final PDFViewCtrl.DownloadState OUTLINE

The document outline (bookmarks) has been downloaded.

public static final PDFViewCtrl.DownloadState PAGE

A new page has been downloaded.

public static final PDFViewCtrl.DownloadState THUMB

A thumbnail has been downloaded.

Public Methods

public int getValue ()

public static PDFViewCtrl.DownloadState valueOf (String name)

public static PDFViewCtrl.DownloadState valueOf (int downloadMode)

public static final DownloadState[] values ()