SetComposingRegionCommand


Mark a certain region of text as composing text.

See setComposingRegion.

Summary

Public constructors

Cmn

Public functions

open Unit

Apply the command on the editing buffer.

Cmn
open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn
open String
Cmn

Public properties

Int

The exclusive end offset of the composing region

Cmn
Int

The inclusive start offset of the composing region.

Cmn

Public constructors

SetComposingRegionCommand

SetComposingRegionCommand(start: Int, end: Int)
Parameters
start: Int

The inclusive start offset of the composing region.

end: Int

The exclusive end offset of the composing region

Public functions

applyTo

open fun applyTo(buffer: EditingBuffer): Unit

Apply the command on the editing buffer.

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

end

val endInt

The exclusive end offset of the composing region

start

val startInt

The inclusive start offset of the composing region.