index

書式

strokeStyleObject.index

説明

StrokeStyleオブジェクトのインデックスを示します。
var tf=app.activeDocument.pages[0].textFrames[0];
var s=tf.paragraphs[0].underlineType;
alert(s.index);

目次に戻る