Package com.pspdfkit.undo.edit
Class PageEdit
-
- All Implemented Interfaces:
-
com.pspdfkit.undo.edit.Edit
public abstract class PageEdit implements 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
-
-
Method Summary
Modifier and Type Method Description final Integer
getPageIndex()
Index of the page the edit operation happened -
-
Method Detail
-
getPageIndex
final Integer getPageIndex()
Index of the page the edit operation happened
-
-
-
-