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