bottomLeftCornerRadius

書式

pageItemDefaultObject.bottomLeftCornerRadius

説明

左下の角の効果の半径を示します。読み出した値は単位無しになります。5mmであれば5が返されます。
var p=app.activeDocument.pageItemDefaults
alert(p.bottomLeftCornerRadius);

目次に戻る