interface flash.text.ime.IIMEClient

Available on flash

Instance Fields

function confirmComposition(?text:String, ?preserveSelection:Bool):Void

function getTextBounds(startIndex:Int, endIndex:Int):Rectangle

function getTextInRange(startIndex:Int, endIndex:Int):String

function selectRange(anchorIndex:Int, activeIndex:Int):Void

function updateComposition(text:String, attributes:Vector<CompositionAttributeRange>, compositionStartIndex:Int, compositionEndIndex:Int):Void