name
書式
artboardObject
.name
説明
アートボードの名前を示します。
var str=app.activeDocument.artboards[0].name; alert(str);
目次に戻る