name
書式
PathItemObject
.name
説明
PathItemオブジェクトの名前を示します。読み出し、書き込みが可能です。
var str=app.activeDocument.pathItems[0].name; alert(str);
目次に戻る