assignments

書式

documentObject.assignments

説明

assignmentオブジェクトが格納されているコレクションです。
1
2
var d=app.activeDocument;
alert(d.assignment);

目次に戻る