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