Class OdfIndexMarkInfo
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
termstringThe index term. / 索引詞彙。
key1stringThe primary key. / 主要鍵值。
key2stringThe secondary key. / 次要鍵值。
Properties
Key1
Gets the primary key. 取得主要鍵值。
public string? Key1 { get; }
Property Value
Key2
Gets the secondary key. 取得次要鍵值。
public string? Key2 { get; }
Property Value
Term
Gets the index term. 取得索引詞彙。
public string Term { get; }