[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Endnote

Class Endnote

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

Represents an endnote.

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

Properties

Body

Gets the endnote content.

public Body Body { get; }

Property Value

Body

ID

Gets the unique endnote ID.

public long ID { get; }

Property Value

long

IsAuto

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

public bool IsAuto { get; }

Property Value

bool

Next

Gets the next endnote.

public Endnote Next { get; }

Property Value

Endnote

ParentRun

Gets the endnote parent Run.

public Run ParentRun { get; }

Property Value

Run

Previous

Gets the previous endnote.

public Endnote Previous { get; }

Property Value

Endnote

Methods

ToString()

Gets string representation of the content.

public override string ToString()

Returns

string

String representation of the content.