Document
Endnotes Property
|
Gets document endnotes.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public List<Footnote> Endnotes { get; }
Public ReadOnly Property Endnotes As List(Of Footnote)
Get
public:
property List<Footnote^>^ Endnotes {
List<Footnote^>^ get ();
}
member Endnotes : List<Footnote> with get
Property Value
Type:
List
Footnote
See Also