簡體   English   中英

Xceed DocX如何在生成的Word文檔中創建索引

[英]Xceed DocX How to create an index in a generated word document

我在C#.Net中使用Xceed

我找不到任何有關如何使用Xceed / DocX創建索引的文檔。 首先有沒有可能做?

我想從頭開始創建一個模板,因為我沒有使用模板。

您是指目錄>嗎? 這將毫無疑問地添加目錄和頁碼。 用於文檔中的所有標題。

xceedDocxHelper.InsertTableOfContents("Table of Content", TableOfContentsSwitches.O | 
TableOfContentsSwitches.U | TableOfContentsSwitches.Z | 
TableOfContentsSwitches.H);

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM