工具 API
set_ slide_ size
设置演示文稿的幻灯片尺寸 参数: - file_id: 文件ID - width: 宽度(英寸) - height: 高度(英寸) 常用尺寸: - 标准 4:3 - 10.0 x 7.5 - 宽屏 16:9 - 10.0 x 5.625 - A4 - 11.7 x 8.3 返回: - 操作结果 使用示例: set_slide_size(file_id="abc123", width=10.0, height=5.625)
其他1 积分
调用信息
- 工具标识
- powerpoint.set_slide_size
- 服务提供方
- PowerPoint
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
file_id必填string
width必填number
height必填number