strokeType

書式

rectangleObject.strokeType

説明

線の種類を示します。これはStrokeStyleオブジェクトになります。
var r=app.activeDocument.rectangles;
alert(r[0].strokeType.name);

目次に戻る