width
書式
groupItemObject
.width
説明
GroupItem(グループ)の横幅を示します(値はポイント)。読み出し書き込みが可能です。
var item=app.activeDocument.groupItems[0]; alert(item.width);
目次に戻る