articles
書式
documentObject
.articles
説明
articleオブジェクトが格納されているコレクションです。
?
1
2
var
d=app.activeDocument;
alert(d.article);
目次に戻る