[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FootnoteReferenceMark

Class FootnoteReferenceMark

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

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>
Inheritance
FootnoteReferenceMark
Implements
Inherited Members

Properties

Next

Gets the next footnote reference mark.

public FootnoteReferenceMark Next { get; }

Property Value

FootnoteReferenceMark

ParentRun

Gets the content parent Run.

public Run ParentRun { get; }

Property Value

Run

Previous

Gets the previous footnote reference mark.

public FootnoteReferenceMark Previous { get; }

Property Value

FootnoteReferenceMark