EditingChange

constructor(@NonNull editingOperation: EditingOperation, @IntRange(from = 0) affectedPageIndex: Int, @IntRange(from = 0) pageIndexDestination: Int, @IntRange(from = 0) pageReferenceSourceIndex: Int)

Constructs a new editing change.

Parameters

editingOperation

Type of editing change operation.

affectedPageIndex

Affected page index.

pageIndexDestination

Page index destination if it was a move change.