Class OdfAlphabeticalIndexMark
Represents an alphabetical index mark in an ODF document. 表示 ODF 文件中的字母索引標記。
public class OdfAlphabeticalIndexMark
- Inheritance
-
OdfAlphabeticalIndexMark
- Inherited Members
Constructors
OdfAlphabeticalIndexMark(OdfNode)
Represents an alphabetical index mark in an ODF document. 表示 ODF 文件中的字母索引標記。
public OdfAlphabeticalIndexMark(OdfNode node)
Parameters
nodeOdfNodeThe OdfNode of the alphabetical index mark. / 字母索引標記的 OdfNode 節點。
Properties
Key1
Gets or sets the primary key of this index mark. 取得或設定此索引標記的主要鍵值。
public string? Key1 { get; set; }
Property Value
Key2
Gets or sets the secondary key of this index mark. 取得或設定此索引標記的次要鍵值。
public string? Key2 { get; set; }
Property Value
Node
Gets the OdfNode associated with this mark. 取得與此標記相關聯的 OdfNode 節點。
public OdfNode Node { get; }
Property Value
- OdfNode
StringValue
Gets or sets the string value of this index mark. 取得或設定此索引標記的字串值。
public string StringValue { get; set; }