insertLabel()

書式

textFrameObject.insertLabel(key, value)

説明

指定されたtextFrameオブジェクトにラベルを付けます。最初のパラメーターがキー、2番目のパラメーターが設定する値になります。
var t=app.activeDocument.textFrames;
t[0].insertLabel("InDesign","自動化処理");

目次に戻る