[]
Represents a footnote positioned at the bottom of the page or beneath text.
public class Footnote : ContentObject, IBrowsable<Footnote>
Gets the footnote content.
public Body Body { get; }
Gets the unique footnote ID.
public long ID { get; }
Gets a value indicating whether this is an auto-numbered footnote or a footnote with user defined custom reference mark.
public bool IsAuto { get; }
Gets the next footnotet.
public Footnote Next { get; }
Gets the footnote parent Run.
public Run ParentRun { get; }
Gets the previous footnote.
public Footnote Previous { get; }
Gets string representation of the content.
public override string ToString()
String representation of the content.