public final enum

PdfDocumentCheckpointingStrategy

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pspdfkit.document.checkpoint.PdfDocumentCheckpointingStrategy

Class Overview

The strategy used by the PdfDocumentCheckpointer to save checkpoints.

Summary

Enum Values
PdfDocumentCheckpointingStrategy  IMMEDIATE  A checkpoint is created as soon as the annotations in the document are modified, added, or removed. 
PdfDocumentCheckpointingStrategy  MANUAL  A checkpoint is never created automatically. 
PdfDocumentCheckpointingStrategy  TIMED  A checkpoint is created periodically, if the document has unsaved changes. 
Public Methods
static PdfDocumentCheckpointingStrategy valueOf(String name)
final static PdfDocumentCheckpointingStrategy[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PdfDocumentCheckpointingStrategy IMMEDIATE

A checkpoint is created as soon as the annotations in the document are modified, added, or removed.

public static final PdfDocumentCheckpointingStrategy MANUAL

A checkpoint is never created automatically.

public static final PdfDocumentCheckpointingStrategy TIMED

A checkpoint is created periodically, if the document has unsaved changes.

Public Methods

public static PdfDocumentCheckpointingStrategy valueOf (String name)

public static final PdfDocumentCheckpointingStrategy[] values ()