|
|
text.textRuns
AvailabilityFlash
MX 2004.
DescriptionRead-only
property; an array of TextRun objects (see TextRun object).
ExampleThe
following example stores the value of the textRuns property
in the myTextRuns variable:
var myTextRuns = fl.getDocumentDOM().selection[0].textRuns;
|