tags

書式

meshItemObject.tags

説明

MeshItem(メッシュグラデーション)のタグオブジェクトを示します。(InDesignのスクリプトラベルのようなものですが、InDesignでのinsertLabel()、extractLabel()の方が機能的には近いと思われます)

var item=app.activeDocument.meshItems[0];
alert(item.tags.length);

目次に戻る