# GrapeCity.Documents.Word.FormatScheme

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_FormatScheme" data-uid="GrapeCity.Documents.Word.FormatScheme" class="text-break">FormatScheme Class
</h1>
  <div class="markdown level0 summary"><p>Represents the background fill styles, effect styles, fill styles, and line styles which define the style matrix for a 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 level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Word.FormattingBag.html">FormattingBag</a></div>
    <div class="level2"><span class="xref">FormatScheme</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_FormatScheme_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FormatScheme : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FormatScheme
    Inherits FormattingBag</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_FormatScheme_BackgroundFills" data-uid="GrapeCity.Documents.Word.FormatScheme.BackgroundFills">
          <a class="xref" href="GrapeCity.Documents.Word.FormatScheme.BackgroundFills.html#GrapeCity_Documents_Word_FormatScheme_BackgroundFills">BackgroundFills</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a set of three or more background fills that are used within the theme.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FormatScheme_Effects" data-uid="GrapeCity.Documents.Word.FormatScheme.Effects">
          <a class="xref" href="GrapeCity.Documents.Word.FormatScheme.Effects.html#GrapeCity_Documents_Word_FormatScheme_Effects">Effects</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a list of three or more shape effects styles that are used within the theme.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FormatScheme_Fills" data-uid="GrapeCity.Documents.Word.FormatScheme.Fills">
          <a class="xref" href="GrapeCity.Documents.Word.FormatScheme.Fills.html#GrapeCity_Documents_Word_FormatScheme_Fills">Fills</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a set of three or more fill styles that are used within the theme.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FormatScheme_Lines" data-uid="GrapeCity.Documents.Word.FormatScheme.Lines">
          <a class="xref" href="GrapeCity.Documents.Word.FormatScheme.Lines.html#GrapeCity_Documents_Word_FormatScheme_Lines">Lines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a set of three or more line styles that are used within the theme.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FormatScheme_Name" data-uid="GrapeCity.Documents.Word.FormatScheme.Name">
          <a class="xref" href="GrapeCity.Documents.Word.FormatScheme.Name.html#GrapeCity_Documents_Word_FormatScheme_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name for the format scheme.</p>
<p>The name is simply a human readable string which identifies the format scheme in the user interface.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
