FixedLayoutColumn
Endnotes Property
|
Provides access to the endnotes of the page.
Namespace:
Spire.Doc.Pages
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public LayoutCollection<FixedLayoutEndnote> Endnotes { get; }
Public ReadOnly Property Endnotes As LayoutCollection(Of FixedLayoutEndnote)
Get
public:
property LayoutCollection<FixedLayoutEndnote^>^ Endnotes {
LayoutCollection<FixedLayoutEndnote^>^ get ();
}
member Endnotes : LayoutCollection<FixedLayoutEndnote> with get
Property Value
Type:
LayoutCollection
FixedLayoutEndnote
See Also