length
書式
paragraphStyles
.length
説明
ドキュメント内にある段落スタイルの総数を示します。
var n=app.activeDocument.paragraphStyles.length; alert(n);
目次に戻る