工具 API
add_ image
在指定幻灯片添加图片 参数: - file_id: 文件ID - slide_index: 幻灯片索引 - image_url: 图片URL - left: 左边距(英寸,默认1.0) - top: 上边距(英寸,默认1.0) - width: 宽度(英寸,默认5.0) - height: 高度(英寸,默认3.75) 返回: - 操作结果 使用示例: add_image(file_id="a1b2c3d4", slide_index=0, image_url="https://example.com/image.jpg")
其他1 积分
调用信息
- 工具标识
- powerpoint.add_image
- 服务提供方
- PowerPoint
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
file_id必填string
slide_index必填integer
image_url必填string
leftnumber
topnumber
widthnumber
heightnumber