package flash.text
extends InteractiveObject › DisplayObject › EventDispatcher
Available on flashnew ()alwaysShowSelection:BoolantiAliasType:AntiAliasTypeautoSize:TextFieldAutoSizebackground:BoolbackgroundColor:UIntborder:BoolborderColor:UIntread only bottomScrollV:Intread only caretIndex:IntcondenseWhite:BooldefaultTextFormat:TextFormatdisplayAsPassword:BoolembedFonts:BoolgridFitType:GridFitTypehtmlText:Stringread only length:IntmaxChars:Intread only maxScrollH:Intread only maxScrollV:IntmouseWheelEnabled:Boolmultiline:Boolread only numLines:Intrestrict:StringscrollH:IntscrollV:Intselectable:Boolread only selectedText:Stringread only selectionBeginIndex:Intread only selectionEndIndex:Intsharpness:FloatstyleSheet:StyleSheettext:StringtextColor:UIntread only textHeight:Floatread only textInteractionMode:TextInteractionModeread only textWidth:Floatthickness:Floattype:TextFieldTypeuseRichTextClipboard:BoolwordWrap:BoolappendText (newText:String):VoidcopyRichText ():StringgetCharBoundaries (charIndex:Int):RectanglegetCharIndexAtPoint (x:Float, y:Float):IntgetFirstCharInParagraph (charIndex:Int):IntgetImageReference (id:String):DisplayObjectgetLineIndexAtPoint (x:Float, y:Float):IntgetLineIndexOfChar (charIndex:Int):IntgetLineLength (lineIndex:Int):IntgetLineMetrics (lineIndex:Int):TextLineMetricsgetLineOffset (lineIndex:Int):IntgetLineText (lineIndex:Int):StringgetParagraphLength (charIndex:Int):IntgetRawText ():StringgetTextFormat (beginIndex:Int = -1, endIndex:Int = -1):TextFormatgetTextRuns (beginIndex:Int = 0, endIndex:Int = 2147483647):Array<Dynamic>getXMLText (beginIndex:Int = 0, endIndex:Int = 2147483647):StringinsertXMLText (beginIndex:Int, endIndex:Int, richText:String, pasting:Bool = false):VoidpasteRichText (richText:String):BoolreplaceSelectedText (value:String):VoidreplaceText (beginIndex:Int, endIndex:Int, newText:String):VoidsetSelection (beginIndex:Int, endIndex:Int):VoidsetTextFormat (format:TextFormat, beginIndex:Int = -1, endIndex:Int = -1):Voidstatic isFontCompatible (fontName:String, fontStyle:String):Bool
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/flash/text/TextField.html