Click or drag to resize

Paragraph AppendFootnote Method (FootnoteType, Boolean)

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,
	bool bIsAutoNumbered
)

Parameters

type
Type: Spire.Doc FootnoteType
The type.
bIsAutoNumbered
Type: System Boolean
Is auto numbered.

Return Value

Type: Footnote
See Also