[]
Represents an endnote reference mark.
A endnote reference mark is a run of automatically numbered text that follows the numbering format specified via the NumberStyle.
public class EndnoteReferenceMark : ContentObject, IBrowsable<EndnoteReferenceMark>
Gets the next endnote reference mark.
public EndnoteReferenceMark Next { get; }
Gets the content parent Run.
public Run ParentRun { get; }
Gets the previous endnote reference mark.
public EndnoteReferenceMark Previous { get; }