[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Footnote

Class Footnote

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

Represents a footnote positioned at the bottom of the page or beneath text.

public class Footnote : ContentObject, IBrowsable<Footnote>
Inheritance
object
Footnote
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Body

Gets the footnote content.

public Body Body { get; }

Property Value

Body

ID

Gets the unique footnote ID.

public long ID { get; }

Property Value

long

IsAuto

Gets a value indicating whether this is an auto-numbered footnote or a footnote with user defined custom reference mark.

public bool IsAuto { get; }

Property Value

bool

Next

Gets the next footnotet.

public Footnote Next { get; }

Property Value

Footnote

ParentRun

Gets the footnote parent Run.

public Run ParentRun { get; }

Property Value

Run

Previous

Gets the previous footnote.

public Footnote Previous { get; }

Property Value

Footnote

Methods

ToString()

Gets string representation of the content.

public override string ToString()

Returns

string

String representation of the content.