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