SetComposingRegionCommand
Kotlin
|Java
class SetComposingRegionCommand : EditCommand
kotlin.Any | |
↳ | androidx.compose.ui.text.input.SetComposingRegionCommand |
Mark a certain region of text as composing text.
Summary
Public constructors | |
---|---|
Mark a certain region of text as composing text. |
Public methods | |
---|---|
Unit |
applyTo(buffer: EditingBuffer) Apply the command on the editing buffer. |
Boolean | |
Int |
hashCode() |
String |
toString() |
Properties | |
---|---|
Int |
The exclusive end offset of the composing region |
Int |
The inclusive start offset of the composing region. |
Public constructors
<init>
SetComposingRegionCommand(
start: Int,
end: Int)
Mark a certain region of text as composing text.
Public methods
hashCode
fun hashCode(): Int
toString
fun toString(): String