tags

書式

radialRepeatItemObject.tags

説明

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

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

目次に戻る