[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EndnoteReferenceMark

Class EndnoteReferenceMark

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

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

Properties

Next

Gets the next endnote reference mark.

public EndnoteReferenceMark Next { get; }

Property Value

EndnoteReferenceMark

ParentRun

Gets the content parent Run.

public Run ParentRun { get; }

Property Value

Run

Previous

Gets the previous endnote reference mark.

public EndnoteReferenceMark Previous { get; }

Property Value

EndnoteReferenceMark