textAttrs summary
#### Availability
Flash MX 2004.
#### Description
The TextAttrs object contains all the properties of text that can be applied to a subselection. This object is a property of the TextRun object (textRun.textAttrs (../TextRun_object/textRun.md)).
#### Property summary
The following properties are available for the TextAttrs object:
| Property | Description |
|-----------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
| textAttrs.aliasText (../TextAttrs_object/textAttrs.md) | A Boolean value that specifies that Flash should draw the text using a method optimized for increasing the legibility of small text. |
| textAttrs.alignment (../TextAttrs_object/textAttr1.md) | A string that specifies paragraph justification. Acceptable values are "left", "center", "right", and "justify". |
| textAttrs.autoKern (../TextAttrs_object/textAttr2.md) | A Boolean value that determines whether Flash uses (true) or ignores (false) pair kerning information in the font(s) to kern the text. |
| textAttrs.bold (../TextAttrs_object/textAttr3.md) | A Boolean value. A value of true causes text to appear with the bold version of the font. |
| textAttrs.characterPosition (../TextAttrs_object/textAttr4.md) | A string that determines the baseline for the text. |
| textAttrs.characterSpacing (../TextAttrs_object/textAttr5.md) | Deprecated in favor of textAttrs.letterSpacing (../TextAttrs_object/textAtt11.md). An integer that represents the space between characters. |
| textAttrs.face (../TextAttrs_object/textAttr6.md) | A string that represents the name of the font, such as "Arial". |
| textAttrs.fillColor (../TextAttrs_object/textAttr7.md) | A string, hexadecimal value, or integer that represents the fill color. |
| textAttrs.indent (../TextAttrs_object/textAttr8.md) | An integer that specifies paragraph indentation. |
| textAttrs.italic (../TextAttrs_object/textAttr9.md) | A Boolean value. A value of true causes text to appear with the italic version of the font. |
| textAttrs.leftMargin (../TextAttrs_object/textAtt10.md) | An integer that specifies the paragraph’s left margin. |
| textAttrs.letterSpacing (../TextAttrs_object/textAtt11.md) | An integer that represents the space between characters. |
| textAttrs.lineSpacing (../TextAttrs_object/textAtt12.md) | An integer that specifies the line spacing (leading) of the paragraph |
| textAttrs.rightMargin (../TextAttrs_object/textAtt13.md) | An integer that specifies the paragraph’s right margin. |
| textAttrs.rotation (../TextAttrs_object/textAtt14.md) | A Boolean value. A value of true causes Flash to rotate the characters of the text 90°. The default value is false. |
| textAttrs.size (../TextAttrs_object/textAtt15.md) | An integer that specifies the size of the font. |
| textAttrs.target (../TextAttrs_object/textAtt16.md) | A string that represents the target property of the text field. |
| textAttrs.url (../TextAttrs_object/textAtt17.md) | A string that represents the URL property of the text field. |
<span id="textAttrs.aliasText" class="anchor"></span>