Package-level declarations

Types

Link copied to clipboard
class CompoundEdit(val edits: List<Edit>) : Edit

Edit that contains list of Edits lined up in the list chronologically as they were executed.

Link copied to clipboard
interface Edit

A base interface for various edits (annotations, bookmarks, etc.). It's managed by the com.pspdfkit.undo.UndoManager, providing a mechanism for undoing/redoing these edits.

Link copied to clipboard
abstract class PageEdit : Edit

Common base class for undo edits that might require a page navigation and therefore need to store a pageIndex. Currently used for com.pspdfkit.undo.edit.annotations.AnnotationEdit and com.pspdfkit.undo.edit.contentediting.ContentEditingEdit