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