![MACROMEDIA FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY Manual Download Page 322](http://html1.mh-extra.com/html/macromedia/flash-mx-2004-flash-javascript-dictionary/flash-mx-2004-flash-javascript-dictionary_manual_3377988322.webp)
322
Chapter 3: Objects
TextRun object
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
. This object is a property of the Text object (
text.textRuns
).
Property summary for the TextRun object
In addition to the properties available for use with the
Text object
, the TextRun object provides
the following properties.
textRun.characters
Availability
Flash MX 2004.
Usage
textRun.characters
Description
Property; the text contained in the TextRun object.
Example
The following example displays the characters that make up the first run of characters in the
selected text field in the Output panel.
fl.trace(fl.getDocumentDOM().selection[0].textRuns[0].characters);
textRun.textAttrs
Availability
Flash MX 2004.
Usage
textRun.textAttrs
Description
Property; the
TextAttrs object
containing the attributes of the run of text.
Property
Description
textRun.characters
A string that represents the text contained in the TextRun object.
textRun.textAttrs
The
TextAttrs object
containing the attributes of the run of text.
CHAPTER 3
Objects
Summary of Contents for FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY
Page 1: ...Flash JavaScript Dictionary ...
Page 16: ...16 Contents ...
Page 40: ...40 Chapter 2 Top level functions ...
Page 368: ...368 Chapter 3 Objects ...