autoLeadingAmount

書式

paragraphAttributes.autoLeadingAmount

説明

自動行送りの割合を示します。100の場合は100%、175であれば175%を示します。
var n=app.activeDocument.textFrames[0].paragraphs[0].paragraphAttributes.autoLeadingAmount;
alert(n);

目次に戻る