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,
	bool bIsAutoNumbered
)
Public Function AppendFootnote ( 
	type As FootnoteType,
	bIsAutoNumbered As Boolean
) As Footnote
public:
Footnote^ AppendFootnote(
	FootnoteType type, 
	bool bIsAutoNumbered
)
member AppendFootnote : 
        type : FootnoteType * 
        bIsAutoNumbered : bool -> Footnote 

Parameters

type
FootnoteType
The type.
bIsAutoNumbered
Boolean
Is auto numbered.

Return Value

Footnote

See Also