strokeColor

書式

ovalObject.strokeColor

説明

線の色を示します。
var o=app.activeDocument.ovals;
alert(o[0].strokeColor);

目次に戻る