textVariables

書式

documentObject.textVariables

説明

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

目次に戻る