Class

SetComposingRegionCommand

Mark a certain region of text as composing text.

Source set: Common
class SetComposingRegionCommand(val start: Int, val end: Int) : EditCommand

Mark a certain region of text as composing text.

See setComposingRegion).

Parameters

start The inclusive start offset of the composing region.
end The exclusive end offset of the composing region

Last updated: