# GrapeCity.Documents.Word.FontBase.AlwaysHidden

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_FontBase_AlwaysHidden_" data-uid="GrapeCity.Documents.Word.FontBase.AlwaysHidden*">AlwaysHidden Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_FontBase_AlwaysHidden_" data-uid="GrapeCity.Documents.Word.FontBase.AlwaysHidden*"></a>
<h4 id="GrapeCity_Documents_Word_FontBase_AlwaysHidden" data-uid="GrapeCity.Documents.Word.FontBase.AlwaysHidden">AlwaysHidden</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the given run shall always behave as if it is hidden,
even when hidden text is being displayed in the current document.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool AlwaysHidden { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property AlwaysHidden As Boolean</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_FontBase_AlwaysHidden_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property shall only be used to specify that a paragraph mark shall never be used to break the end of a paragraph for display,
even if it is being shown on the document, as would be the case if a regularly hidden paragraph was not being displayed in the document.
This property was typically used to ensure that a paragraph style can be applied to a part of a paragraph,
and still appear as in the Table of Contents (which in previous word processors would ignore the use of the style if it were being used as a character style.
If this font property is applied to any other run, it can be ignored.</p>
</div>
</div>
