# GrapeCity.Documents.Word.DocumentProtection.BlockQuickStylesetSwitching

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_DocumentProtection_BlockQuickStylesetSwitching_" data-uid="GrapeCity.Documents.Word.DocumentProtection.BlockQuickStylesetSwitching*">BlockQuickStylesetSwitching Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_DocumentProtection_BlockQuickStylesetSwitching_" data-uid="GrapeCity.Documents.Word.DocumentProtection.BlockQuickStylesetSwitching*"></a>
<h4 id="GrapeCity_Documents_Word_DocumentProtection_BlockQuickStylesetSwitching" data-uid="GrapeCity.Documents.Word.DocumentProtection.BlockQuickStylesetSwitching">BlockQuickStylesetSwitching</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the replacement of the
complete set of the document's styles should be blocked.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool BlockQuickStylesetSwitching { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property BlockQuickStylesetSwitching As Boolean</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_DocumentProtection_BlockQuickStylesetSwitching_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Specifies whether applications shall prevent the replacement of the
complete set of styles stored in the Styles part when editing this document.
This setting should not preclude the editing or removal of individual styles,
instead, it should only prevent the removal and replacement of the entire
styles part in a single operation (either through a user interface or
a programmatic operation).</p>
</div>
</div>
