文档插入图片怎么定位到最下面,如果一次性需要插入两次图片,如何让他们分开,而不是重叠在一起
这个插入的方法 Left 跟 top是相对哪里的,是从控件位置开始的,还是从文档左上角开始的
left 、 top跟 const start = await range.Start const end = await range.End 有什么区别
await shapes.value.AddPicture({
FileName: url,
LinkToFile: true,
SaveWithDocument: true,
Left: 10,
Top: 10,
Width: 120,
Height: 120,
})