工具 API
set_ table_ column_ width
设置表格列宽 参数: - file_id: 文件ID - table_index: 表格索引 - col_index: 列索引 - width: 宽度值 - width_type: 宽度类型('points' 或 'inches') 返回: - 操作结果 使用示例: set_table_column_width(file_id="a1b2c3d4", table_index=0, col_index=0, width=2.0, width_type="inches")
其他1 积分
调用信息
- 工具标识
- word.set_table_column_width
- 服务提供方
- Word
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
file_id必填string
table_index必填integer
col_index必填integer
width必填number
width_typestring