textRun summary

#### Availability

Flash MX 2004.

#### Description

The TextRun object represents a run of characters that have attributes that match all of the properties in the TextAttrs object (../TextAttrs_object/textAttrs_summary.md) . This object is a property of the Text object (text.textRuns (../Text_object/text27.md)).

#### Property summary

In addition to the properties available for use with the Text object, the TextRun object provides the following properties:

| Property | Description |
|-----------------------------------------|--------------------------------------------------------------------|
| textRun.characters (../TextRun_object/textRun1.md) | A string that represents the text contained in the TextRun object. |
| textRun.textAttrs (../TextRun_object/textRun.md) | The TextAttrs object containing the attributes of the run of text. |

<span id="textRun.textAttrs" class="anchor"></span>