maximumConsecutiveHyphens

書式

paragraphAttributes.maximumConsecutiveHyphens

説明

ハイフネーションで最大のハイフン数を示します。

var n=app.activeDocument.textFrames[0].paragraphs[0].paragraphAttributes.maximumConsecutiveHyphens;
alert(n);

目次に戻る