有谁能告诉我如何使用Applescript在PowerPoint中获取形状(图像)对象的宽度和高度?我尝试了很多方法,但都没有用!我按以下方式加载图片:
set thePicture to make new picture at end with properties {lock aspect ratio:true, file name:item idx of HAImageNames}
非常感谢任何帮助或建议。感谢
答案 0 :(得分:0)
我发现了我的问题。我在努力:
set x to width of thePicture
显然“x”是一个特殊的变量/名称。我试过的时候:
set xx to width of thePicture
这按预期工作。