ascent
書式
paragraphObject
.ascent
説明
段落の最初の文字のアセントの値を示します。
var tf=app.activeDocument.pages[0].textFrames[0]; var p=tf.paragraphs[0]; alert(p.ascent);
目次に戻る