FixedLayoutColumn
Footnotes Property
|
Provides access to the footnotes 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<FixedLayoutFootnote> Footnotes { get; }
Public ReadOnly Property Footnotes As LayoutCollection(Of FixedLayoutFootnote)
Get
public:
property LayoutCollection<FixedLayoutFootnote^>^ Footnotes {
LayoutCollection<FixedLayoutFootnote^>^ get ();
}
member Footnotes : LayoutCollection<FixedLayoutFootnote> with get
Property Value
Type:
LayoutCollection
FixedLayoutFootnote
See Also