strokeType
書式
ovalObject
.strokeType
説明
線の種類を示します。これはStrokeStyleオブジェクトになります。
var o=app.activeDocument.ovals; alert(o[0].strokeType.name);
目次に戻る