# GrapeCity.Documents.Word.ParagraphMark

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_ParagraphMark" data-uid="GrapeCity.Documents.Word.ParagraphMark" class="text-break">ParagraphMark Class
</h1>
  <div class="markdown level0 summary"><p>Specifies 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.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Word.FormattingBag.html">FormattingBag</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.FormattedMark.html">FormattedMark</a></div>
    <div class="level3"><span class="xref">ParagraphMark</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_ParagraphMark_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ParagraphMark : FormattedMark</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ParagraphMark
    Inherits FormattedMark</code></pre>
  </div>

</div>
