Click or drag to resize

Paragraph AppendFootnote Method (FootnoteType)

Appends the footnote.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Footnote AppendFootnote(
	FootnoteType type
)

Parameters

type
Type: Spire.Doc FootnoteType
The type.

Return Value

Type: Footnote
returns the footnotes.

Implements

IParagraph AppendFootnote(FootnoteType)
See Also