| java.lang.Object | |
| ↳ | com.pspdfkit.undo.EditingChange |
Change that happened because of an operation performed by the document editor that can be undone/redone.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
EditingChange(EditingOperation editingOperation, int affectedPageIndex, int pageIndexDestination)
Constructs a new editing change.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int |
getAffectedPageIndex()
Gets the affected page index.
| ||||||||||
| EditingOperation |
getEditingOperation()
Returns the operation type.
| ||||||||||
| int |
getPageIndexDestination()
Gets the page index destination if it was a move change.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Constructs a new editing change.
| editingOperation | Type of editing change operation. |
|---|---|
| affectedPageIndex | Affected page index. |
| pageIndexDestination | Page index destination if it was a move change. |
Gets the affected page index.
Returns the operation type.
Gets the page index destination if it was a move change.
0 otherwise.