Static methods

@:require(flash10)staticisFontCompatible(fontName:String, fontStyle:String):Bool

Constructor

new()

Variables

Methods

getLineLength(lineIndex:Int):Int

getLineOffset(lineIndex:Int):Int

@:value({ endIndex : -1, beginIndex : -1 })getTextFormat(beginIndex:Int = -1, endIndex:Int = -1):TextFormat

@:value({ endIndex : 2147483647, beginIndex : 0 })getTextRuns(beginIndex:Int = 0, endIndex:Int = 2147483647):Array<Dynamic>

@:value({ endIndex : 2147483647, beginIndex : 0 })getXMLText(beginIndex:Int = 0, endIndex:Int = 2147483647):String

@:value({ pasting : false })insertXMLText(beginIndex:Int, endIndex:Int, richText:String, pasting:Bool = false):Void

replaceText(beginIndex:Int, endIndex:Int, newText:String):Void

setSelection(beginIndex:Int, endIndex:Int):Void

@:value({ endIndex : -1, beginIndex : -1 })setTextFormat(format:TextFormat, beginIndex:Int = -1, endIndex:Int = -1):Void

Inherited Variables

Inherited Methods

Defined by InteractiveObject

@:require(flash11)requestSoftKeyboard():Bool

Defined by DisplayObject

getBounds(targetCoordinateSpace:DisplayObject):Rectangle

getRect(targetCoordinateSpace:DisplayObject):Rectangle

@:require(flash10)globalToLocal3D(point:Point):Vector3D

@:value({ shapeFlag : false })hitTestPoint(x:Float, y:Float, shapeFlag:Bool = false):Bool

@:require(flash10)local3DToGlobal(point3d:Vector3D):Point

Defined by EventDispatcher

@:value({ useWeakReference : false, priority : 0, useCapture : false })addEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void

@:value({ useCapture : false })removeEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false):Void