工具 API

apply_theme_colors

为形状应用主题颜色 参数: - file_id: 文件ID - slide_index: 幻灯片索引 - shape_index: 形状索引 - fill_color_rgb: 填充颜色 [R, G, B] - text_color_rgb: 文本颜色 [R, G, B](可选) 返回: - 操作结果 使用示例: apply_theme_colors(file_id="abc123", slide_index=0, shape_index=0, fill_color_rgb=[68, 114, 196], text_color_rgb=[255, 255, 255])

其他1 积分

调用信息

工具标识
powerpoint.apply_theme_colors
服务提供方
PowerPoint
平均响应
0 ms
近 7 天调用
0

输入参数

file_id必填

string

slide_index必填

integer

shape_index必填

integer

fill_color_rgb必填

array

text_color_rgb

array