shearAngle

書式

ovalObject.shearAngle

説明

ページに対しての傾斜角度を示します。
var o=app.activeDocument.ovals;
alert(o[0].shearAngle);

目次に戻る