FixedLayoutNoteSeparator
Footnote Property
|
Returns the footnote/endnote that corresponds to the layout entity.
Namespace:
Spire.Doc.Pages
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Footnote Footnote { get; }
Public ReadOnly Property Footnote As Footnote
Get
public:
property Footnote^ Footnote {
Footnote^ get ();
}
member Footnote : Footnote with get
Property Value
Type:
Footnote
See Also