工具 API

replace_block_between_manual_anchors

替换两个锚点之间的内容 参数: - file_id: 文件ID - start_anchor_text: 起始锚点文本 - new_paragraphs: 新段落列表 - end_anchor_text: 结束锚点文本(可选) - match_fn: 匹配函数(可选) - new_paragraph_style: 新段落样式(可选) 返回: - 操作结果 使用示例: replace_block_between_manual_anchors(file_id="a1b2c3d4", start_anchor_text="开始", end_anchor_text="结束", new_paragraphs=["新内容"])

其他1 积分

调用信息

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

输入参数

file_id必填

string

start_anchor_text必填

string

new_paragraphs必填

array

end_anchor_text

string

match_fn

string

new_paragraph_style

string