itemByName()

書式

textFrameObject = textFramesObject.itemByName(name)

説明

itemByName()はパラメーターで指定された名前のtextFrameオブジェクトを返します。
var t=app.activeDocument.textFrames;
alert(t.itemByName("cat").id);

目次に戻る