[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ContinuationSeparatorMark

Class ContinuationSeparatorMark

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

Represents a continuation separator mark within a run.

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

public class ContinuationSeparatorMark : ContentObject, IBrowsable<ContinuationSeparatorMark>
Inheritance
object
ContinuationSeparatorMark
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 ContinuationSeparatorMark Next { get; }

Property Value

ContinuationSeparatorMark

ParentRun

Gets the content parent Run.

public Run ParentRun { get; }

Property Value

Run

Previous

Gets the previous separator.

public ContinuationSeparatorMark Previous { get; }

Property Value

ContinuationSeparatorMark