fontStyle
書式
characterStyleObject
.fontStyle
説明
フォントスタイルを示します。読み出し、書き込みが可能です。
var s=app.activeDocument.characterStyles[2]; alert(s.fontStyle);
目次に戻る