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