工具 API
create_ custom_ style
创建自定义样式 参数: - file_id: 文件ID - style_name: 样式名称 - base_style: 基础样式 - font_name: 字体名称 - font_size: 字体大小 - bold: 是否加粗 - italic: 是否斜体 - color: 文本颜色 返回: - 操作结果 使用示例: create_custom_style(file_id="a1b2c3d4", style_name="MyStyle", font_size=14, bold=True)
其他1 积分
调用信息
- 工具标识
- word.create_custom_style
- 服务提供方
- Word
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
file_id必填string
style_name必填string
base_stylestring
font_namestring
font_sizeinteger
boldboolean
italicboolean
colorstring