dataSets

書式

documentObject.dataSets

説明

ドキュメントのデータセットオブジェクトを示します。読み出しのみで書き込みはできません。
var ds=app.activeDocument.dataSets;
alert(ds.length);

目次に戻る