Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Paragraph Class / Mark Property

In This Topic
    Mark Property
    In This Topic
    Gets the set of properties applied to the glyph used to represent the physical location of the paragraph mark for this paragraph. This paragraph mark, being a physical character in the document, can be formatted, and therefore shall be capable of representing this formatting like any other character in the document.
    Syntax
    'Declaration
     
    Public ReadOnly Property Mark As ParagraphMark
    public ParagraphMark Mark {get;}
    See Also