工具 API

replace_paragraph_block_below_header

替换标题下方的段落块 参数: - file_id: 文件ID - header_text: 标题文本 - new_paragraphs: 新段落列表 - detect_block_end_fn: 块结束检测函数(可选) 返回: - 操作结果 使用示例: replace_paragraph_block_below_header(file_id="a1b2c3d4", header_text="第一章", new_paragraphs=["新段落1", "新段落2"])

其他1 积分

调用信息

工具标识
word.replace_paragraph_block_below_header
服务提供方
Word
平均响应
0 ms
近 7 天调用
0

输入参数

file_id必填

string

header_text必填

string

new_paragraphs必填

array

detect_block_end_fn

string