Table of Contents

Class OdfDocumentIndexMarkInfo

Namespace
OdfKit.Text
Assembly
OdfKit.dll

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

kind OdfIndexMarkKind

The index mark kind. / 索引標記類型。

term string

The index term or display text. / 索引詞彙或顯示文字。

key1 string

The primary key (alphabetical index). / 主要鍵值(字母索引)。

key2 string

The secondary key (alphabetical index). / 次要鍵值(字母索引)。

identifier string

The bibliography identifier (bibliography mark). / 文獻識別碼(文獻標記)。

bibliographyType string

The bibliography type (bibliography mark). / 文獻類型(文獻標記)。

Properties

BibliographyType

Gets the bibliography type. 取得文獻類型。

public string? BibliographyType { get; }

Property Value

string

Identifier

Gets the bibliography identifier. 取得文獻識別碼。

public string? Identifier { get; }

Property Value

string

Key1

Gets the primary key. 取得主要鍵值。

public string? Key1 { get; }

Property Value

string

Key2

Gets the secondary key. 取得次要鍵值。

public string? Key2 { get; }

Property Value

string

Kind

Gets the index mark kind. 取得索引標記類型。

public OdfIndexMarkKind Kind { get; }

Property Value

OdfIndexMarkKind

Term

Gets the index term or display text. 取得索引詞彙或顯示文字。

public string Term { get; }

Property Value

string