Undo Manager
interface UndoManager
A generic manager for undoing/redoing edits on a PdfFragment. This can be retrieved using getUndoManager.
Functions
Link copied to clipboard
Adds an OnUndoHistoryChangeListener for being notified of changes to the undo manager's edit history (i.e.
Link copied to clipboard
Clears the history of all currently recorded edits.
Link copied to clipboard
Removes a previously added OnUndoHistoryChangeListener.