| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pspdfkit.document.checkpoint.PdfDocumentCheckpointingStrategy | |
The strategy used by the PdfDocumentCheckpointer to save checkpoints.
| 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
| |||||||||||
A checkpoint is created as soon as the annotations in the document are modified, added, or removed.
A checkpoint is never created automatically.
A checkpoint is created periodically, if the document has unsaved changes.