# GrapeCity.Documents.Word.Fields.TaFieldOptions.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_Fields_TaFieldOptions__ctor_" data-uid="GrapeCity.Documents.Word.Fields.TaFieldOptions.#ctor*">TaFieldOptions Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_Fields_TaFieldOptions__ctor_" data-uid="GrapeCity.Documents.Word.Fields.TaFieldOptions.#ctor*"></a>
<h4 id="GrapeCity_Documents_Word_Fields_TaFieldOptions__ctor_GrapeCity_Documents_Word_DocumentBase_" data-uid="GrapeCity.Documents.Word.Fields.TaFieldOptions.#ctor(GrapeCity.Documents.Word.DocumentBase)">TaFieldOptions(DocumentBase)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Word.Fields.TaFieldOptions.html">TaFieldOptions</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TaFieldOptions(DocumentBase doc)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(doc As DocumentBase)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Word.DocumentBase.html">DocumentBase</a></td>
      <td><span class="parametername">doc</span></td>
      <td><p>The document that provides resources and context for this instance.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Word_Fields_TaFieldOptions__ctor_" data-uid="GrapeCity.Documents.Word.Fields.TaFieldOptions.#ctor*"></a>
<h4 id="GrapeCity_Documents_Word_Fields_TaFieldOptions__ctor_GrapeCity_Documents_Word_SimpleField_" data-uid="GrapeCity.Documents.Word.Fields.TaFieldOptions.#ctor(GrapeCity.Documents.Word.SimpleField)">TaFieldOptions(SimpleField)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Word.Fields.TaFieldOptions.html">TaFieldOptions</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TaFieldOptions(SimpleField field)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(field As SimpleField)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Word.SimpleField.html">SimpleField</a></td>
      <td><span class="parametername">field</span></td>
      <td><p>The <a class="xref" href="GrapeCity.Documents.Word.SimpleField.html">SimpleField</a> from which to load the options.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Word_Fields_TaFieldOptions__ctor_" data-uid="GrapeCity.Documents.Word.Fields.TaFieldOptions.#ctor*"></a>
<h4 id="GrapeCity_Documents_Word_Fields_TaFieldOptions__ctor_GrapeCity_Documents_Word_ComplexField_" data-uid="GrapeCity.Documents.Word.Fields.TaFieldOptions.#ctor(GrapeCity.Documents.Word.ComplexField)">TaFieldOptions(ComplexField)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Word.Fields.TaFieldOptions.html">TaFieldOptions</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TaFieldOptions(ComplexField field)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(field As ComplexField)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Word.ComplexField.html">ComplexField</a></td>
      <td><span class="parametername">field</span></td>
      <td><p>The <a class="xref" href="GrapeCity.Documents.Word.ComplexField.html">ComplexField</a> from which to load the options.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
