値 | 内容 |
---|---|
Transformation.BOTTOM | 下辺 |
Transformation.BOTTOMLEFT | 左下 |
Transformation.BOTTOMRIGHT | 右下 |
Transformation.CENTER | 中央 |
Transformation.DOCUMENTORIGIN | ドキュメントの原点 |
Transformation.LEFT | 左辺 |
Transformation.RIGHT | 右辺 |
Transformation.TOP | 上辺 |
Transformation.TOPLEFT | 左上 |
Transformation.TOPRIGHT | 右上 |
var cpItem = app.activeDocument.compoundPathItems[0].rotate(25);