This commit is contained in:
csh
2023-08-10 15:24:30 +08:00
parent 1abc2028fe
commit 6eec96d84d
8 changed files with 197 additions and 116 deletions
+3 -1
View File
@@ -69,7 +69,9 @@ _Annotation(docx);
_Faq(docx);
///目录
docx.AddTableContent(paragraphTitle, 1, 3);
content := docx.AddTableContent(paragraphTitle, 1, 3);
docx.AddPageBreak(content.node_);
v := docx.SaveAs('', TOfficeApi().CurCodePageToGBK('DocxFile使用帮助.docx'));
println('Test Over!\n Save {}: {},time={}秒', file, v, mtoc);