Class OdfIndexInfo
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
kindOdfIndexKindThe index kind. / 索引類型。
namestringThe index name (
text:name). / 索引名稱(text:name)。
Properties
Kind
Gets the index kind. 取得索引類型。
public OdfIndexKind Kind { get; }
Property Value
Name
Gets the index name. 取得索引名稱。
public string Name { get; }