为有中文需求的客户提供多渠道中文技术支持.

Wed Jun 01, 2022 7:08 am

//使用域代码自定义目录
TableOfContent toc = new TableOfContent(doc, "{\\o \"1-3\" \\h \\z \\u}");
Paragraph p = doc.Sections[2].Paragraphs[0];
p.Items.Add(toc);
p.AppendFieldMark(FieldMarkType.FieldSeparator);
p.AppendText("TOC");
p.AppendFieldMark(FieldMarkType.FieldEnd);
doc.TOC = toc;
//更新目录

doc.UpdateTableOfContents();
Index and length must refer to a location within the string.

moyuruka
 
Posts: 2
Joined: Wed Dec 29, 2021 6:20 am

Wed Jun 01, 2022 9:46 am

您好,

感谢您的咨询。

为了协助我们验证和调查这个问题,请您提供用于测试的Word文档以及您的完整测试代码。您可以将它们上传到这里,或者通过邮件(support@e-iceblue.com)发送给我们。
感谢您的协助。
Sincerely,
Andy
E-iceblue support team
User avatar

Andy.Zhou
 
Posts: 483
Joined: Mon Mar 29, 2021 3:03 am

Return to 中文技术支持