[]
        
(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
object
FootnoteReferenceMark
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

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