Appends the footnote.
Namespace: Spire.Doc.DocumentsAssembly: 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