TextFormat.tabStops 723
TextFormat.leftMargin
Availability
Flash Player 6.
Usage
my_fmt.leftMargin
Description
Property; the left margin of the paragraph, in points. The default value is null, which indicates
that the property is undefined.
TextFormat.rightMargin
Availability
Flash Player 6.
Usage
my_fmt.rightMargin
Description
Property; the right margin of the paragraph, in points. The default value is null, which indicates
that the property is undefined.
TextFormat.size
Availability
Flash Player 6.
Usage
my_fmt.size
Description
Property; the point size of text in this text format. The default value is null, which indicates that
the property is undefined.
TextFormat.tabStops
Availability
Flash Player 6.
Usage
my_fmt.tabStops
Description
Property; specifies custom tab stops as an array of non-negative integers. Each tab stop is
specified in points. If custom tab stops are not specified (
null), the default tab stop is 4
(average character width).