工具 API
set_ background_ color
设置幻灯片背景颜色 参数: - file_id: 文件ID - slide_index: 幻灯片索引 - r: 红色值(0-255) - g: 绿色值(0-255) - b: 蓝色值(0-255) 返回: - 操作结果 使用示例: set_background_color(file_id="abc123", slide_index=0, r=255, g=255, b=255)
其他1 积分
调用信息
- 工具标识
- powerpoint.set_background_color
- 服务提供方
- PowerPoint
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
file_id必填string
slide_index必填integer
r必填integer
g必填integer
b必填integer