public static final enum

PDFViewCtrl.ConversionState

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

Class Overview

An enum represents document conversion state

Summary

Enum Values
PDFViewCtrl.ConversionState  FAILED  The Conversion has failed. 
PDFViewCtrl.ConversionState  FINISHED  The conversion has finished successfully. 
PDFViewCtrl.ConversionState  PROGRESS  New content is available, but the conversion is still in progress. 
Public Methods
int getValue()
static PDFViewCtrl.ConversionState valueOf(String name)
final static ConversionState[] 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.ConversionState FAILED

The Conversion has failed.

public static final PDFViewCtrl.ConversionState FINISHED

The conversion has finished successfully.

public static final PDFViewCtrl.ConversionState PROGRESS

New content is available, but the conversion is still in progress.

Public Methods

public int getValue ()

public static PDFViewCtrl.ConversionState valueOf (String name)

public static final ConversionState[] values ()