Editing Change
class EditingChange(val editingOperation: EditingOperation, @IntRange(from = 0 ) val affectedPageIndex: Int, @IntRange(from = 0 ) val pageIndexDestination: Int, @IntRange(from = 0 ) val pageReferenceSourceIndex: Int)
Change that happened because of an operation performed by the document editor that can be undone/redone.
Constructs a new editing change.
Parameters
editing Operation
Type of editing change operation.
affected Page Index
Affected page index.
page Index Destination
Page index destination if it was a move change.