public static final enum

PDFViewCtrl.AnnotationManagerMode

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

Class Overview

An enum represents annotation manager mode

Summary

Enum Values
PDFViewCtrl.AnnotationManagerMode  ADMIN_UNDO_OTHERS  Can undo yours and other's changes  
PDFViewCtrl.AnnotationManagerMode  ADMIN_UNDO_OWN  Can undo only your changes  
Public Methods
int getValue()
static PDFViewCtrl.AnnotationManagerMode valueOf(String name)
static PDFViewCtrl.AnnotationManagerMode valueOf(int mode)
final static AnnotationManagerMode[] 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.AnnotationManagerMode ADMIN_UNDO_OTHERS

Can undo yours and other's changes

public static final PDFViewCtrl.AnnotationManagerMode ADMIN_UNDO_OWN

Can undo only your changes

Public Methods

public int getValue ()

public static PDFViewCtrl.AnnotationManagerMode valueOf (String name)

public static PDFViewCtrl.AnnotationManagerMode valueOf (int mode)

public static final AnnotationManagerMode[] values ()