Class OdfDocumentIndexMarkInfo
Represents summary information for an index mark in a text document. 表示文字文件中一個索引標記的摘要資訊。
public sealed class OdfDocumentIndexMarkInfo
- Inheritance
-
OdfDocumentIndexMarkInfo
- Inherited Members
Constructors
OdfDocumentIndexMarkInfo(OdfIndexMarkKind, string, string?, string?, string?, string?)
Represents summary information for an index mark in a text document. 表示文字文件中一個索引標記的摘要資訊。
public OdfDocumentIndexMarkInfo(OdfIndexMarkKind kind, string term, string? key1, string? key2, string? identifier, string? bibliographyType)
Parameters
kindOdfIndexMarkKindThe index mark kind. / 索引標記類型。
termstringThe index term or display text. / 索引詞彙或顯示文字。
key1stringThe primary key (alphabetical index). / 主要鍵值(字母索引)。
key2stringThe secondary key (alphabetical index). / 次要鍵值(字母索引)。
identifierstringThe bibliography identifier (bibliography mark). / 文獻識別碼(文獻標記)。
bibliographyTypestringThe bibliography type (bibliography mark). / 文獻類型(文獻標記)。
Properties
BibliographyType
Gets the bibliography type. 取得文獻類型。
public string? BibliographyType { get; }
Property Value
Identifier
Gets the bibliography identifier. 取得文獻識別碼。
public string? Identifier { get; }
Property Value
Key1
Gets the primary key. 取得主要鍵值。
public string? Key1 { get; }
Property Value
Key2
Gets the secondary key. 取得次要鍵值。
public string? Key2 { get; }
Property Value
Kind
Gets the index mark kind. 取得索引標記類型。
public OdfIndexMarkKind Kind { get; }
Property Value
Term
Gets the index term or display text. 取得索引詞彙或顯示文字。
public string Term { get; }