# GrapeCity.Documents.Word.Fields.ResultFormat

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_Fields_ResultFormat" data-uid="GrapeCity.Documents.Word.Fields.ResultFormat" class="text-break">ResultFormat Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies formatting rules for updating the field result.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.Fields.html">GrapeCity.Documents.Word.Fields</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_Fields_ResultFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ResultFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ResultFormat</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_Fields_ResultFormat_FirstChar">FirstChar</td>
        <td><p>Apply the first run formatting that contains field code to all runs in the field result when a new field result is generated.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Fields_ResultFormat_Merge">Merge</td>
        <td><p>Preserve the formatting of the existing field result when a new field result is generated.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Fields_ResultFormat_None">None</td>
        <td><p>No special rule to format the field result when a new field result is generated.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
