Class OdfFootnoteInfo
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
idstringThe footnote identifier. / 注腳識別碼。
citationstringThe citation marker text. / 引用標記文字。
bodyTextstringThe footnote body content. / 注腳本文內容。
Properties
BodyText
Gets the footnote body content. 取得注腳本文內容。
public string BodyText { get; }
Property Value
Citation
Gets the citation marker text. 取得引用標記文字。
public string Citation { get; }
Property Value
Id
Gets the footnote identifier. 取得注腳識別碼。
public string Id { get; }