Table of Contents

Class OdfFootnoteInfo

Namespace
OdfKit.Text
Assembly
OdfKit.dll

Represents summary information for a footnote or endnote in a text document. 表示文字文件中一則腳注或尾注的摘要資訊。

public sealed class OdfFootnoteInfo
Inheritance
OdfFootnoteInfo
Inherited Members

Constructors

OdfFootnoteInfo(string, string, string)

Represents summary information for a footnote or endnote in a text document. 表示文字文件中一則腳注或尾注的摘要資訊。

public OdfFootnoteInfo(string id, string citation, string bodyText)

Parameters

id string

The footnote identifier. / 注腳識別碼。

citation string

The citation marker text. / 引用標記文字。

bodyText string

The footnote body content. / 注腳本文內容。

Properties

BodyText

Gets the footnote body content. 取得注腳本文內容。

public string BodyText { get; }

Property Value

string

Citation

Gets the citation marker text. 取得引用標記文字。

public string Citation { get; }

Property Value

string

Id

Gets the footnote identifier. 取得注腳識別碼。

public string Id { get; }

Property Value

string