FixedLayoutEndnote
Endnote Property
|
Returns the 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 Endnote { get; }
Public ReadOnly Property Endnote As Footnote
Get
public:
property Footnote^ Endnote {
Footnote^ get ();
}
member Endnote : Footnote with get
Property Value
Type:
Footnote
See Also