showCenter
書式
artboardObject
.showCenter
説明
アートボードのセンターマークを表示するかどうかを示します。
var flag=app.activeDocument.artboards[0].showCenter; alert(flag);
目次に戻る