Table of Contents

Class OdfIndexMarkInfo

Namespace
OdfKit.Text
Assembly
OdfKit.dll

Represents summary information for an index mark. 表示索引標記的資訊。

public class OdfIndexMarkInfo
Inheritance
OdfIndexMarkInfo
Inherited Members

Constructors

OdfIndexMarkInfo(string, string?, string?)

Represents summary information for an index mark. 表示索引標記的資訊。

public OdfIndexMarkInfo(string term, string? key1, string? key2)

Parameters

term string

The index term. / 索引詞彙。

key1 string

The primary key. / 主要鍵值。

key2 string

The secondary key. / 次要鍵值。

Properties

Key1

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

public string? Key1 { get; }

Property Value

string

Key2

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

public string? Key2 { get; }

Property Value

string

Term

Gets the index term. 取得索引詞彙。

public string Term { get; }

Property Value

string