id
書式
strokeStyleObject
.id
説明
strokeStyleオブジェクトのIDを示します。IDは数値になります。
var tf=app.activeDocument.pages[0].textFrames[0]; var s=tf.paragraphs[0].underlineType; alert(s.id);
目次に戻る