package flash.text; extern class TextFormat { @:flash.property var align(get,set) : TextFormatAlign; @:flash.property var blockIndent(get,set) : Null; @:flash.property var bold(get,set) : Null; @:flash.property var bullet(get,set) : Null; @:flash.property var color(get,set) : Null; @:flash.property var display(get,set) : TextFormatDisplay; @:flash.property var font(get,set) : String; @:flash.property var indent(get,set) : Null; @:flash.property var italic(get,set) : Null; @:flash.property var kerning(get,set) : Null; @:flash.property var leading(get,set) : Null; @:flash.property var leftMargin(get,set) : Null; @:flash.property var letterSpacing(get,set) : Null; @:flash.property var rightMargin(get,set) : Null; @:flash.property var size(get,set) : Null; @:flash.property var tabStops(get,set) : Array; @:flash.property var target(get,set) : String; @:flash.property var underline(get,set) : Null; @:flash.property var url(get,set) : String; function new(?font : String, size : Null = 0, color : Null = 0, bold : Null = false, italic : Null = false, underline : Null = false, ?url : String, ?target : String, ?align : TextFormatAlign, leftMargin : Null = 0, rightMargin : Null = 0, indent : Null = 0, leading : Null = 0) : Void; private function get_align() : TextFormatAlign; private function get_blockIndent() : Null; private function get_bold() : Null; private function get_bullet() : Null; private function get_color() : Null; private function get_display() : TextFormatDisplay; private function get_font() : String; private function get_indent() : Null; private function get_italic() : Null; private function get_kerning() : Null; private function get_leading() : Null; private function get_leftMargin() : Null; private function get_letterSpacing() : Null; private function get_rightMargin() : Null; private function get_size() : Null; private function get_tabStops() : Array; private function get_target() : String; private function get_underline() : Null; private function get_url() : String; private function set_align(value : TextFormatAlign) : TextFormatAlign; private function set_blockIndent(value : Null) : Null; private function set_bold(value : Null) : Null; private function set_bullet(value : Null) : Null; private function set_color(value : Null) : Null; private function set_display(value : TextFormatDisplay) : TextFormatDisplay; private function set_font(value : String) : String; private function set_indent(value : Null) : Null; private function set_italic(value : Null) : Null; private function set_kerning(value : Null) : Null; private function set_leading(value : Null) : Null; private function set_leftMargin(value : Null) : Null; private function set_letterSpacing(value : Null) : Null; private function set_rightMargin(value : Null) : Null; private function set_size(value : Null) : Null; private function set_tabStops(value : Array) : Array; private function set_target(value : String) : String; private function set_underline(value : Null) : Null; private function set_url(value : String) : String; }