Definition: getTextRuns(beingIndex:int = 0, endIndex:int = int.MAX_VALUE):Array
getTextRuns returns an Array of flash.text.TextRun objects. A TextRun represents a continuous segment of text which has a single text format. In other words, this function parses text in a TextField by its formating. All you have to do is iterate through the Array that is returned. There is no setter equivalent (i.e. setTextRuns()).
No comments:
Post a Comment