# GrapeCity.Documents.Word.FormattingBag.SetFormatting

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_FormattingBag_SetFormatting_" data-uid="GrapeCity.Documents.Word.FormattingBag.SetFormatting*">SetFormatting Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_FormattingBag_SetFormatting_" data-uid="GrapeCity.Documents.Word.FormattingBag.SetFormatting*"></a>
<h4 id="GrapeCity_Documents_Word_FormattingBag_SetFormatting_System_String_System_Object_System_Boolean_" data-uid="GrapeCity.Documents.Word.FormattingBag.SetFormatting(System.String,System.Object,System.Boolean)">SetFormatting(string, object, bool)</h4>
<div class="markdown level1 summary"><p>Sets the formatting property value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual void SetFormatting(string key, object value, bool tryRemoveInheritance = true)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Sub SetFormatting(key As String, value As Object, Optional tryRemoveInheritance As Boolean = True)</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="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">key</span></td>
      <td><p>The short formatting property key to set value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>The formatting property value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">tryRemoveInheritance</span></td>
      <td><p>Whether to remove this instance inheritance and fix all inherited values as &quot;direct&quot; values.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Word_FormattingBag_SetFormatting_" data-uid="GrapeCity.Documents.Word.FormattingBag.SetFormatting*"></a>
<h4 id="GrapeCity_Documents_Word_FormattingBag_SetFormatting__1_System_String_System_Object___0_System_Boolean_" data-uid="GrapeCity.Documents.Word.FormattingBag.SetFormatting``1(System.String,System.Object,``0,System.Boolean)">SetFormatting&lt;T&gt;(string, object, T, bool)</h4>
<div class="markdown level1 summary"><p>Sets the formatting property value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected void SetFormatting&lt;T&gt;(string key, object value, T defaultValue, bool tryRemoveInheritance = true)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Sub SetFormatting(Of T)(key As String, value As Object, defaultValue As T, Optional tryRemoveInheritance As Boolean = True)</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="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">key</span></td>
      <td><p>The short formatting property key to set value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>The formatting property value.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">T</span></td>
      <td><span class="parametername">defaultValue</span></td>
      <td><p>The default value of the property.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">tryRemoveInheritance</span></td>
      <td><p>Whether to remove this instance inheritance and fix all inherited values as &quot;direct&quot; values.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="parametername">T</span></td>
      <td><p>A type of the value.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Documents_Word_FormattingBag_SetFormatting__1_System_String_System_Object___0_System_Boolean__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If value equals default value then formatting will be removed.</p>
</div>
</div>
