User Guide

526 Chapter 2: ActionScript Language Reference
for (var i in textSnap) {
text_mc.textSnapshot_txt.htmlText += "<b>"+i+"</b>\t"+textSnap[i];
}
text_mc.textSnapshot_txt.htmlText += "</textformat>";
The following text appears in text_mc.textSnapshot_txt:
getTextRunInfo[type Function]
setSelectColor[type Function]
findText[type Function]
hitTestTextNearPos[type Function]
getSelectedText[type Function]
getText [type Function]
getSelected[type Function]
setSelected[type Function]
getCount[type Function]
See also
TextSnapshot object