[]
Represents an endnote.
public class Endnote : ContentObject, IBrowsable<Endnote>
Public Class Endnote
Inherits ContentObject
Implements IBrowsable(Of Endnote)
| Name | Description |
|---|---|
| Body | Gets the endnote content. |
| ID | Gets the unique endnote ID. |
| IsAuto | Gets a value indicating whether this is an auto-numbered endnote or an endnote with user defined custom reference mark. |
| Next | Gets the next endnote. |
| ParentRun | Gets the endnote parent Run. |
| Previous | Gets the previous endnote. |
| Name | Description |
|---|---|
| ToString() | Gets string representation of the content. |