Table of Contents

Class OdfBibliographyTemplateBuilder

Namespace
OdfKit.Text
Assembly
OdfKit.dll

Builds bibliography entry templates. 用於建構文獻目錄專案範本的建立器。

public class OdfBibliographyTemplateBuilder
Inheritance
OdfBibliographyTemplateBuilder
Inherited Members

Constructors

OdfBibliographyTemplateBuilder(OdfNode)

Builds bibliography entry templates. 用於建構文獻目錄專案範本的建立器。

public OdfBibliographyTemplateBuilder(OdfNode template)

Parameters

template OdfNode

The target template OdfNode. / 目標範本 OdfNode 節點。

Methods

AddBibliographyField(string)

Adds a bibliography field entry to the bibliography template. 在文獻範本中新增文獻欄位專案。

public OdfBibliographyTemplateBuilder AddBibliographyField(string dataField)

Parameters

dataField string

The bibliography data field name. / 文獻資料欄位名稱。

Returns

OdfBibliographyTemplateBuilder

The current builder instance, to support chained calls. / 目前的建立器執行個體,以支援鏈結呼叫。

AddSpan(string)

Adds a custom text string entry to the bibliography template. 在文獻範本中新增自訂文字字串專案。

public OdfBibliographyTemplateBuilder AddSpan(string text)

Parameters

text string

The custom text content. / 自訂的文字內容。

Returns

OdfBibliographyTemplateBuilder

The current builder instance, to support chained calls. / 目前的建立器執行個體,以支援鏈結呼叫。