工具 API
add_ footnote_ to_ document
向指定段落添加脚注 参数: - file_id: 文件ID - paragraph_index: 段落索引 - footnote_text: 脚注文本 返回: - 操作结果 使用示例: add_footnote_to_document(file_id="a1b2c3d4", paragraph_index=0, footnote_text="这是一个脚注")
其他1 积分
调用信息
- 工具标识
- word.add_footnote_to_document
- 服务提供方
- Word
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
file_id必填string
paragraph_index必填integer
footnote_text必填string