width
書式
symbolItemObject
.width
説明
シンボルオブジェクトの横幅を示します(値はポイント)。読み出し書き込みが可能です。
var item=app.activeDocument.symbolItems[0]; alert(item.width);
目次に戻る