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