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