wps_word_set_table_borders
Set table borders for academic three-line tables or standard grid lines. Use three-line style for a clean top, column rule, and bottom border without vertical lines.
Instructions
设置表格边框样式。style=three_line 为论文三线表(顶线粗 2.25pt、栏目线细 0.5pt、底线粗 2.25pt,无竖线);style=grid 为常规网格线。建表后调用它把默认全边框改成三线表。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | 边框样式,默认 grid | |
| table_index | Yes | 表格序号,从 1 开始(可用 read_tables 查) |