値 | 内容 |
---|---|
Justification.CENTER | 中央揃え(センタリング) |
Justification.LEFT | 左揃え |
Justification.RIGHT | 右揃え |
Justification.FULLJUSTIFY | 両端揃え |
Justification.FULLJUSTIFYLASTLINECENTER | 均等配置(中央揃え) |
Justification.FULLJUSTIFYLASTLINELEFT | 均等配置(左揃え) |
Justification.FULLJUSTIFYLASTLINERIGHT | 均等配置(右揃え) |
var aType=app.activeDocument.textFrames[0].paragraphs[0].paragraphAttributes.singleWordJustification; alert(aType);