id

書式

textFrameObject.id

説明

TextFrameオブジェクトのIDを返します。読み出し専用です。
var t=app.activeDocument.textFrames;
alert(t[0].id);

目次に戻る