contentVariable
書式
placedItemObject
.contentVariable
説明
テキストフレームの変数の内容を示します。読み出し書き込みが可能です。
var item=app.activeDocument.textFrames[0]; alert(item.contentVariable);
目次に戻る