width
書式
pathItemObject
.width
説明
PathItem(パス)の横幅を示します(値はポイント)。読み出し書き込みが可能です。
var item=app.activeDocument.pathItems[0]; alert(item.width);
目次に戻る