| 文字列 | 内容 |
|---|---|
| BEVEL_END_JOIN | ベベル結合 |
| MITER_END_JOIN | マイター結合 |
| ROUND_END_JOIN | ラウンド結合 |
| NOTHING | なし |
| 文字列 | 内容 |
|---|---|
| OutlineJoin.BEVEL_END_JOIN | ベベル結合 |
| OutlineJoin.MITER_END_JOIN | マイター結合 |
| OutlineJoin.ROUND_END_JOIN | ラウンド結合 |
| NothingEnum.NOTHING | なし |
var s=app.activeDocument.characterStyles[1]; alert(s.characterAlignment);