TOOL API

slide_get_page_info

获取指定幻灯片上所有形状的摘要信息和动画列表。返回数据包含:shapes: 每个形状的 id / 类型 / 位置 / 尺寸 / 文本 / 填充色 / 边框等 16 个字段;animations: 每页的动画序列,每个动画含 shape_id / index / seq_type / category / preset_id / preset_subtype。如果不需要批量、只需要单页信息,直接传 page_index 调用本工具即可;如果只需要总页数/页列表,先调 slide_get_info 即可。【限制】大演示文稿(100+ 页)建议分页获取(SLIDE) if both tencent-docs (personal) and tencent-docs-oa (enterprise) are connected, use AskUserQuestion to let the user pick the target account before invoking this tool.

productivityOAuth1 credits

Call information

Tool slug
tencent-docs.slide_get_page_info
Provider
Tencent Docs
Average response
0 ms
Calls in 7 days
0

Input parameters

file_id

文档ID,与 file_url 二选一

file_url

在线幻灯片URL,与 file_id 二选一

page_index

目标幻灯片页索引,从 0 开始