Appends the footnote.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Footnote AppendFootnote(
	FootnoteType type
)
Public Function AppendFootnote ( 
	type As FootnoteType
) As Footnote
public:
virtual Footnote^ AppendFootnote(
	FootnoteType type
) sealed
abstract AppendFootnote : 
        type : FootnoteType -> Footnote 
override AppendFootnote : 
        type : FootnoteType -> Footnote 

Parameters

type
FootnoteType
The type.

Return Value

Footnote
returns the footnotes.

Implements

IParagraph..::..AppendFootnote(FootnoteType)

See Also