rotation
書式
characterObject
.rotation
説明
文字の回転角度を示します。
var txt=app.activeDocument.textFrames[0].characters[0].rotation; alert(txt);
目次に戻る