Table of Contents

Class OdfIndexInfo

Namespace
OdfKit.Text
Assembly
OdfKit.dll

Represents summary information for an index in a text document. 表示文字文件中一個索引的摘要資訊。

public sealed class OdfIndexInfo
Inheritance
OdfIndexInfo
Inherited Members

Constructors

OdfIndexInfo(OdfIndexKind, string)

Represents summary information for an index in a text document. 表示文字文件中一個索引的摘要資訊。

public OdfIndexInfo(OdfIndexKind kind, string name)

Parameters

kind OdfIndexKind

The index kind. / 索引類型。

name string

The index name (text:name). / 索引名稱(text:name)。

Properties

Kind

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

public OdfIndexKind Kind { get; }

Property Value

OdfIndexKind

Name

Gets the index name. 取得索引名稱。

public string Name { get; }

Property Value

string