TextElement.hx 315 B

123456
  1. package flash.text.engine;
  2. @:final extern class TextElement extends ContentElement {
  3. function new(?text : String, ?elementFormat : ElementFormat, ?eventMirror : flash.events.EventDispatcher, ?textRotation : TextRotation) : Void;
  4. function replaceText(beginIndex : Int, endIndex : Int, newText : String) : Void;
  5. }