# GrapeCity.Documents.Word.Fields.TcFieldOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Fields_TcFieldOptions" data-uid="GrapeCity.Documents.Word.Fields.TcFieldOptions" class="text-break">TcFieldOptions Class
</h1>
  <div class="markdown level0 summary"><p>Represents TC field options.</p>
<p>A TC field defines text and page number for a table of contents (including a table of figures) entry, which is used by a TOC field.</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.Fields.BaseFieldOptions.html">BaseFieldOptions</a></div>
    <div class="level2"><span class="xref">TcFieldOptions</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Word.Fields.IFieldOptions.html">IFieldOptions</a></div>
  </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_TcFieldOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TcFieldOptions : BaseFieldOptions, IFieldOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TcFieldOptions
    Inherits BaseFieldOptions
    Implements IFieldOptions</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_Fields_TcFieldOptions__ctor_GrapeCity_Documents_Word_ComplexField_" data-uid="GrapeCity.Documents.Word.Fields.TcFieldOptions.#ctor(GrapeCity.Documents.Word.ComplexField)">
          <a class="xref" href="GrapeCity.Documents.Word.Fields.TcFieldOptions.-ctor.html#GrapeCity_Documents_Word_Fields_TcFieldOptions__ctor_GrapeCity_Documents_Word_ComplexField_">TcFieldOptions(ComplexField)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Word.Fields.TcFieldOptions.html">TcFieldOptions</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Fields_TcFieldOptions__ctor_GrapeCity_Documents_Word_DocumentBase_" data-uid="GrapeCity.Documents.Word.Fields.TcFieldOptions.#ctor(GrapeCity.Documents.Word.DocumentBase)">
          <a class="xref" href="GrapeCity.Documents.Word.Fields.TcFieldOptions.-ctor.html#GrapeCity_Documents_Word_Fields_TcFieldOptions__ctor_GrapeCity_Documents_Word_DocumentBase_">TcFieldOptions(DocumentBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Word.Fields.TcFieldOptions.html">TcFieldOptions</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Fields_TcFieldOptions__ctor_GrapeCity_Documents_Word_SimpleField_" data-uid="GrapeCity.Documents.Word.Fields.TcFieldOptions.#ctor(GrapeCity.Documents.Word.SimpleField)">
          <a class="xref" href="GrapeCity.Documents.Word.Fields.TcFieldOptions.-ctor.html#GrapeCity_Documents_Word_Fields_TcFieldOptions__ctor_GrapeCity_Documents_Word_SimpleField_">TcFieldOptions(SimpleField)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Word.Fields.TcFieldOptions.html">TcFieldOptions</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_Fields_TcFieldOptions_Content" data-uid="GrapeCity.Documents.Word.Fields.TcFieldOptions.Content">
          <a class="xref" href="GrapeCity.Documents.Word.Fields.TcFieldOptions.Content.html#GrapeCity_Documents_Word_Fields_TcFieldOptions_Content">Content</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the TOC item content.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Fields_TcFieldOptions_DisplayLevel" data-uid="GrapeCity.Documents.Word.Fields.TcFieldOptions.DisplayLevel">
          <a class="xref" href="GrapeCity.Documents.Word.Fields.TcFieldOptions.DisplayLevel.html#GrapeCity_Documents_Word_Fields_TcFieldOptions_DisplayLevel">DisplayLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the level to display entry in a TOC field result.</p>
<p>Default value is <a class="xref" href="GrapeCity.Documents.Word.OutlineLevel.html#GrapeCity_Documents_Word_OutlineLevel_Level1">Level1</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Fields_TcFieldOptions_OmitPageNumber" data-uid="GrapeCity.Documents.Word.Fields.TcFieldOptions.OmitPageNumber">
          <a class="xref" href="GrapeCity.Documents.Word.Fields.TcFieldOptions.OmitPageNumber.html#GrapeCity_Documents_Word_Fields_TcFieldOptions_OmitPageNumber">OmitPageNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to omit the page number for the entry in a TOC field result.</p>
<p>Default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Fields_TcFieldOptions_Type" data-uid="GrapeCity.Documents.Word.Fields.TcFieldOptions.Type">
          <a class="xref" href="GrapeCity.Documents.Word.Fields.TcFieldOptions.Type.html#GrapeCity_Documents_Word_Fields_TcFieldOptions_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of entry collected in a particular contents list.</p>
<p>Use a unique list type identifier for each type of list.</p>
<p>If no list type is specified, the entry is listed in a table of contents.</p>
<p>Default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_Fields_TcFieldOptions_Load_GrapeCity_Documents_Word_ComplexField_" data-uid="GrapeCity.Documents.Word.Fields.TcFieldOptions.Load(GrapeCity.Documents.Word.ComplexField)">
          <a class="xref" href="GrapeCity.Documents.Word.Fields.TcFieldOptions.Load.html#GrapeCity_Documents_Word_Fields_TcFieldOptions_Load_GrapeCity_Documents_Word_ComplexField_">Load(ComplexField)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads options from the specified <a class="xref" href="GrapeCity.Documents.Word.ComplexField.html">ComplexField</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Fields_TcFieldOptions_Load_GrapeCity_Documents_Word_SimpleField_" data-uid="GrapeCity.Documents.Word.Fields.TcFieldOptions.Load(GrapeCity.Documents.Word.SimpleField)">
          <a class="xref" href="GrapeCity.Documents.Word.Fields.TcFieldOptions.Load.html#GrapeCity_Documents_Word_Fields_TcFieldOptions_Load_GrapeCity_Documents_Word_SimpleField_">Load(SimpleField)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads options from the specified <a class="xref" href="GrapeCity.Documents.Word.SimpleField.html">SimpleField</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Fields_TcFieldOptions_Save_GrapeCity_Documents_Word_ComplexField_" data-uid="GrapeCity.Documents.Word.Fields.TcFieldOptions.Save(GrapeCity.Documents.Word.ComplexField)">
          <a class="xref" href="GrapeCity.Documents.Word.Fields.TcFieldOptions.Save.html#GrapeCity_Documents_Word_Fields_TcFieldOptions_Save_GrapeCity_Documents_Word_ComplexField_">Save(ComplexField)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the current options to the specified <a class="xref" href="GrapeCity.Documents.Word.ComplexField.html">ComplexField</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Fields_TcFieldOptions_Save_GrapeCity_Documents_Word_SimpleField_" data-uid="GrapeCity.Documents.Word.Fields.TcFieldOptions.Save(GrapeCity.Documents.Word.SimpleField)">
          <a class="xref" href="GrapeCity.Documents.Word.Fields.TcFieldOptions.Save.html#GrapeCity_Documents_Word_Fields_TcFieldOptions_Save_GrapeCity_Documents_Word_SimpleField_">Save(SimpleField)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the current options to the specified <a class="xref" href="GrapeCity.Documents.Word.SimpleField.html">SimpleField</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Fields_TcFieldOptions_ToString" data-uid="GrapeCity.Documents.Word.Fields.TcFieldOptions.ToString">
          <a class="xref" href="GrapeCity.Documents.Word.Fields.TcFieldOptions.ToString.html#GrapeCity_Documents_Word_Fields_TcFieldOptions_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
