bottomCrop

書式

frameFittingOptionObject.bottomCrop

説明

bottomCropは下の余白(マージン)を示します。単位はpt(ポイント)になります。bottomCropは読み書き可能です。
var f=app.activeDocument.rectangles[0].frameFittingOptions;
alert(f.bottomCrop);
alert(UnitValue(f.bottomCrop,"pt").as("mm"));

目次に戻る