Gets or sets footnote type: footnote or endnote

Namespace: Spire.Doc.Fields
Assembly: 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

Property Value

FootnoteType

See Also