label

書式

pageItem.label

説明

オブジェクトのスクリプトラベルの内容を示します。読み出し、書き込みができます。
var p=app.activeDocument.pageItems;
alert(p[0].label);

目次に戻る