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

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

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

    System.Object
       GrapeCity.Documents.Word.ContentObject
          GrapeCity.Documents.Word.SeparatorMark

    See Also