Enum OdfIndexKind
Represents the high-level kind of an ODF index element. 表示 ODF 索引元素的高階類型。
public enum OdfIndexKind
Fields
AlphabeticalIndex = 1An alphabetical index (
text:alphabetical-index). 字母索引(text:alphabetical-index)。Bibliography = 2A bibliography (
text:bibliography). 文獻目錄(text:bibliography)。TableIndex = 3A table index (
text:table-index). 表格索引(text:table-index)。TableOfContents = 0A table of contents (
text:table-of-content). 目錄(text:table-of-content)。