strokeColor
書式
pageItem
.strokeColor
説明
オブジェクトの線(ストローク)の色を示します。
var p=app.activeDocument.pageItems; alert(p[0].strokeColor);
目次に戻る