# GrapeCity.Documents.Word.FontBase.FitTextId

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_FontBase_FitTextId_" data-uid="GrapeCity.Documents.Word.FontBase.FitTextId*">FitTextId Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_FontBase_FitTextId_" data-uid="GrapeCity.Documents.Word.FontBase.FitTextId*"></a>
<h4 id="GrapeCity_Documents_Word_FontBase_FitTextId" data-uid="GrapeCity.Documents.Word.FontBase.FitTextId">FitTextId</h4>
<div class="markdown level1 summary"><p>Gets or sets a unique ID which shall be used to link multiple contiguous runs with specified <a class="xref" href="GrapeCity.Documents.Word.FontBase.FitTextWidth.html#GrapeCity_Documents_Word_FontBase_FitTextWidth">FitTextWidth</a> property
to each other to ensure that their contents are correctly merged into the specified width in the document.
This means that multiple runs which are broken apart due to differences in formatting can be identified as belonging to the same grouping in terms of FitText properties,
although they are multiple runs of text in the document.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int FitTextId { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property FitTextId As Integer</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_FontBase_FitTextId_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If this property value equals to 0, then the run has no id and shall not be linked with any other run in the parent paragraph.</p>
</div>
</div>
