Table Grid
Table Grid Light
Plain Table 1

Plain Table 2
Plain Table 3
Plain Table 4
Plain Table 5
Grid Table 1 Light
Grid Table 1 Light - Accent 1

同时还有
Accent 1 - Accent 6,仅是主题不同
Grid Table 2

同时还有
Accent 1 - Accent 6,仅是主题不同
Grid Table 3

补充
还有太多了,不一一截图了。
Grid Table 4
Grid Table 5 Dark
Grid Table 6 Colorful
Grid Table 7 Colorful
List Table 1 Light
List Table 2
List Table 3
List Table 4
List Table 5 Dark
List Table 6 Colorful
List Table 7 Colorful
Lined - Accent
Bordered & Lined - Accent
Bordered
表格全部样式.pdf 可通过此文件查看所有样式
使用方法
const oTableStyle = oDocument.CreateStyle(`CustomTableStyle`, 'table')oTableStyle.SetBasedOn(oDocument.GetStyle('Table Grid'))const oTable = Api.CreateTable(4, 5)oTable.SetStyle(oTableStyle)




