Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContinuationSeparatorMark Class
Members

In This Topic
    ContinuationSeparatorMark Class
    In This Topic
    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.

    Object Model
    ContinuationSeparatorMark Class
    Syntax
    'Declaration
     
    Public Class ContinuationSeparatorMark 
       Inherits ContentObject
       Implements GrapeCity.Documents.Word.IBrowsable(Of ContinuationSeparatorMark) 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.ContentObject
          GrapeCity.Documents.Word.ContinuationSeparatorMark

    See Also