Footnote
FootnoteType Property
|
Gets or sets footnote type: footnote or endnote
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
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
Type:
FootnoteType
See Also