Table of Contents

Class OdfBibliographyMark

Namespace
OdfKit.Text
Assembly
OdfKit.dll

Represents a bibliography mark in an ODF document. 表示 ODF 文件中的文獻標記。

public class OdfBibliographyMark
Inheritance
OdfBibliographyMark
Inherited Members

Constructors

OdfBibliographyMark(OdfNode)

Represents a bibliography mark in an ODF document. 表示 ODF 文件中的文獻標記。

public OdfBibliographyMark(OdfNode node)

Parameters

node OdfNode

The OdfNode of the bibliography mark. / 文獻標記的 OdfNode 節點。

Properties

Author

Gets or sets the author of this bibliography mark. 取得或設定此文獻標記的作者。

public string? Author { get; set; }

Property Value

string

BibliographyType

Gets or sets the type of this bibliography mark. 取得或設定此文獻標記的類型。

public string BibliographyType { get; set; }

Property Value

string

Identifier

Gets or sets the identifier of this bibliography mark. 取得或設定此文獻標記的識別碼。

public string Identifier { get; set; }

Property Value

string

Node

Gets the OdfNode associated with this mark. 取得與此標記相關聯的 OdfNode 節點。

public OdfNode Node { get; }

Property Value

OdfNode

Title

Gets or sets the title of this bibliography mark. 取得或設定此文獻標記的標題。

public string? Title { get; set; }

Property Value

string

Year

Gets or sets the year of this bibliography mark. 取得或設定此文獻標記的年份。

public string? Year { get; set; }

Property Value

string