Class OdfBibliographyMarkInfo
Represents information for a bibliography index mark. 表示文獻目錄標記的資訊。
public class OdfBibliographyMarkInfo
- Inheritance
-
OdfBibliographyMarkInfo
- Inherited Members
Constructors
OdfBibliographyMarkInfo(string, string, Dictionary<string, string>)
Represents information for a bibliography index mark. 表示文獻目錄標記的資訊。
public OdfBibliographyMarkInfo(string id, string type, Dictionary<string, string> meta)
Parameters
idstringThe identifier. / 識別碼。
typestringThe bibliography type. / 文獻類型。
metaDictionary<string, string>The attribute metadata dictionary. / 屬性詮釋資料字典。
Properties
Identifier
Gets the bibliography entry identifier. 取得識別碼。
public string Identifier { get; }
Property Value
Metadata
Gets the attribute metadata dictionary. 取得屬性詮釋資料字典。
public Dictionary<string, string> Metadata { get; }
Property Value
Type
Gets the bibliography type. 取得文獻類型。
public string Type { get; }