【发布时间】:2015-10-01 23:45:57
【问题描述】:
在创建table2 并将其插入table1 之后,您将如何提供文档中存在的另一个表的table2 属性?我所说的属性包括 Keep with next、Keep lines together、Allow rows to break across pages 等。
Novacode.Table table1 = template.Tables[index];
Novacode.Table table2 = table1.InsertTableAfterSelf(1, 2);
//table2.properties = table1.properties
【问题讨论】:
标签: c# docx novacode-docx