F > FStyleFormat.textIndent |
![]() ![]() ![]() |
FStyleFormat.textIndent
Availability
Flash Player 6.
Usage
myStyleFormat
.textIndent
Description
Property; an integer specifying the indentation, in pixels, from the left margin to the first text character for all text displayed using the style format.
Example
The following code indents all text displayed by formStyleFormat
5 pixels.
formStyleFormat
.textIndent = 5;
See also
FStyleFormat.textAlign
, FStyleFormat.textLeftMargin
![]() ![]() ![]() |