EditingChange

open class EditingChange

Change that happened because of an operation performed by the document editor that can be undone/redone.

Constructors

Link copied to clipboard
constructor(@NonNull editingOperation: EditingOperation, @IntRange(from = 0) affectedPageIndex: Int, @IntRange(from = 0) pageIndexDestination: Int, @IntRange(from = 0) pageReferenceSourceIndex: Int)
Constructs a new editing change.

Properties

Link copied to clipboard
@IntRange(from = 0)
@get:IntRange(from = 0)
val affectedPageIndex: Int
Link copied to clipboard
@IntRange(from = 0)
@get:IntRange(from = 0)
val pageIndexDestination: Int
Link copied to clipboard
@IntRange(from = 0)
@get:IntRange(from = 0)
val pageReferenceSourceIndex: Int