テキストオブジェクトの総数を返す
スクリプト:
n = documents[0].layers[0].textArtItems.length;
alert("テキストオブジェクトの総数は"+n+"です");
テキストオブジェクトはtextArtItemsに格納されています。