length

書式

symbolItems.length

説明

ドキュメント内にあるSymbolItems(シンボル画像)の総数を示します。
var n=app.activeDocument.symbolItems.length;
alert(n);

目次に戻る