Package-level declarations

Types

Link copied to clipboard
class EditingChange(val editingOperation: EditingOperation, @IntRange(from = 0) val affectedPageIndex: Int, @IntRange(from = 0) val pageIndexDestination: Int, @IntRange(from = 0) val pageReferenceSourceIndex: Int)

Change that happened because of an operation performed by the document editor that can be undone/redone.

Link copied to clipboard

Specifies the kind of change done by the editing operation.

Link copied to clipboard

Listener to notify when a new edit is going to be added.

Link copied to clipboard

Listener used to notify user that the undo history has changed.

Link copied to clipboard
interface UndoManager

A generic manager for undoing/redoing edits on a PdfFragment. This can be retrieved using PdfFragment.getUndoManager.