Table of Contents

Class OdfBibliographyMarkInfo

Namespace
OdfKit.Text
Assembly
OdfKit.dll

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

id string

The identifier. / 識別碼。

type string

The bibliography type. / 文獻類型。

meta Dictionary<string, string>

The attribute metadata dictionary. / 屬性詮釋資料字典。

Properties

Identifier

Gets the bibliography entry identifier. 取得識別碼。

public string Identifier { get; }

Property Value

string

Metadata

Gets the attribute metadata dictionary. 取得屬性詮釋資料字典。

public Dictionary<string, string> Metadata { get; }

Property Value

Dictionary<string, string>

Type

Gets the bibliography type. 取得文獻類型。

public string Type { get; }

Property Value

string