DeleteText

Properties

Link copied to clipboard
abstract override val document: TextDocument
Link copied to clipboard
abstract val from: TextPosition

The start of the text to be deleted. This must NOT be after to.

Link copied to clipboard
abstract val label: String
Link copied to clipboard
abstract val textList: List<String>

This is a calculated when the DeleteText is created using document.subset(from, to)

Link copied to clipboard
abstract val to: TextPosition

The end of the text to be deleted.

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun caretPosition(isUndo: Boolean): TextPosition
Link copied to clipboard
open fun now()
open fun now(label: String)