# GrapeCity.Documents.Word.Theme.FormatScheme

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_Theme_FormatScheme_" data-uid="GrapeCity.Documents.Word.Theme.FormatScheme*">FormatScheme Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_Theme_FormatScheme_" data-uid="GrapeCity.Documents.Word.Theme.FormatScheme*"></a>
<h4 id="GrapeCity_Documents_Word_Theme_FormatScheme" data-uid="GrapeCity.Documents.Word.Theme.FormatScheme">FormatScheme</h4>
<div class="markdown level1 summary"><p>Gets the background fill styles, effect styles, fill styles, and line styles which define the style matrix for the theme.</p>
<p>The style matrix consists of subtle, moderate, and intense fills, lines, and effects.</p>
<p>The background fills are not generally thought of to directly be associated with the matrix, but do play a role in the style of the overall document.</p>
<p>Usually, a given object chooses a single line style, a single fill style, and a single effect style in order to define the overall final look of the object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public FormatScheme FormatScheme { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property FormatScheme As FormatScheme</code></pre>
</div>
</div>
