Justification.CENTER | 中央揃え(センタリング) |
Justification.FULLJUSTIFY | 均等配置 |
Justification.FULLJUSTIFYLASTLINECENTER | 均等配置(最終行中揃え) |
Justification.FULLJUSTIFYLASTLINELEFT | 均等配置(最終行左揃え) |
Justification.FULLJUSTIFYLASTLINERIGHT | 均等配置(最終行右揃え) |
Justification.LEFT | 左揃え |
Justification.RIGHT | 右揃え |
■ソースコード
textObj = activeDocument.textFrames.add();
textObj.contents = "Adobe Illustrator CS5";
textObj.paragraphs[0].justification = Justification.RIGHT;
■ポイント
なし