Class ContentEditingEdit
-
- All Implemented Interfaces:
-
com.pspdfkit.undo.edit.Edit
public abstract class ContentEditingEdit extends PageEdit
Baseclass for all content editing undo/redo actions. All edits need the id of the affected textblock and also the pageIndex on which the edit happened, so that we can scroll there, if required.
-
-
Field Summary
Fields Modifier and Type Field Description private final UUID
textBlockId
-
Constructor Summary
Constructors Constructor Description ContentEditingEdit(Integer pageIndex, UUID textBlockId)
-
Method Summary
Modifier and Type Method Description final UUID
getTextBlockId()
-
-
Method Detail
-
getTextBlockId
final UUID getTextBlockId()
-
-
-
-