[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.SeparatorMark

Class SeparatorMark

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

Represents a separator mark within the current run.

A separator mark is a horizontal line that spans part of the width text extents. The separator mark is typically used within the context of separator footnotes or endnotes. These footnote and endnote types define the footnote/endnote used to separate the contents of the main document story from the contents of footnotes or endnotes on that page.

public class SeparatorMark : ContentObject, IBrowsable<SeparatorMark>
Inheritance
object
SeparatorMark
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 separator.

public SeparatorMark Next { get; }

Property Value

SeparatorMark

ParentRun

Gets the content parent Run.

public Run ParentRun { get; }

Property Value

Run

Previous

Gets the previous separator.

public SeparatorMark Previous { get; }

Property Value

SeparatorMark