Gets or sets footnote type: footnote or endnote
Namespace: Spire.Doc.FieldsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public FootnoteType FootnoteType { get; set; }
Public Property FootnoteType As FootnoteType Get Set
public: property FootnoteType FootnoteType { FootnoteType get (); void set (FootnoteType value); }
member FootnoteType : FootnoteType with get, set