# GrapeCity.Documents.Word.Layout.WordCommentMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_Layout_WordCommentMode" data-uid="GrapeCity.Documents.Word.Layout.WordCommentMode" class="text-break">WordCommentMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how comments are handled during layout of a <a class="xref" href="GrapeCity.Documents.Word.GcWordDocument.html">GcWordDocument</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.Layout.html">GrapeCity.Documents.Word.Layout</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_Layout_WordCommentMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum WordCommentMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum WordCommentMode</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_WordCommentMode_Full">Full</td>
        <td><p>All comments data is exported.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_WordCommentMode_Highlights">Highlights</td>
        <td><p>Highlight only commented text, comments are not exported.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_WordCommentMode_None">None</td>
        <td><p>Comments are not exported.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
