ContentEditingNativeChangeEdit

constructor(pageIndex: Int, textBlockId: String, undoData: UndoData, redoData: UndoData, externalControlState: ExternalControlState, deleted: Boolean? = null)

Parameters

pageIndex

The zero-based index of the page containing the text block.

textBlockId

The unique identifier of the text block.

undoData

The data needed to restore the text block to its previous state.

redoData

The data needed to restore the text block to its new state.

deleted

Whether the text block was deleted, or null if deletion state was not changed.