public static final enum

PDFDoc.ActionTriggerMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pdftron.pdf.PDFDoc.ActionTriggerMode

Summary

Enum Values
PDFDoc.ActionTriggerMode  DOC_DID_PRINT  Triggered after printing a document  
PDFDoc.ActionTriggerMode  DOC_DID_SAVE  Triggered after saving a document  
PDFDoc.ActionTriggerMode  DOC_WILL_CLOSE  Triggered before closing a document  
PDFDoc.ActionTriggerMode  DOC_WILL_PRINT  Triggered before printing a document  
PDFDoc.ActionTriggerMode  DOC_WILL_SAVE  Triggered before saving a document  
Public Methods
int getValue()
static PDFDoc.ActionTriggerMode valueOf(String name)
final static ActionTriggerMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PDFDoc.ActionTriggerMode DOC_DID_PRINT

Triggered after printing a document

public static final PDFDoc.ActionTriggerMode DOC_DID_SAVE

Triggered after saving a document

public static final PDFDoc.ActionTriggerMode DOC_WILL_CLOSE

Triggered before closing a document

public static final PDFDoc.ActionTriggerMode DOC_WILL_PRINT

Triggered before printing a document

public static final PDFDoc.ActionTriggerMode DOC_WILL_SAVE

Triggered before saving a document

Public Methods

public int getValue ()

public static PDFDoc.ActionTriggerMode valueOf (String name)

public static final ActionTriggerMode[] values ()