# GrapeCity.Documents.Word.ColorScheme

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_ColorScheme" data-uid="GrapeCity.Documents.Word.ColorScheme" class="text-break">ColorScheme Class
</h1>
  <div class="markdown level0 summary"><p>Represents the color scheme of a Microsoft Office theme.
The color scheme is responsible for defining a list of twelve colors.
The twelve colors consist of six accent colors, two dark colors, two light colors and a color for each of a hyperlink and followed hyperlink.</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"><span class="xref">ColorScheme</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_ColorScheme_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ColorScheme</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ColorScheme</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_ColorScheme_Item_GrapeCity_Documents_Word_ThemeColorSchemeId_" data-uid="GrapeCity.Documents.Word.ColorScheme.Item(GrapeCity.Documents.Word.ThemeColorSchemeId)">
          <a class="xref" href="GrapeCity.Documents.Word.ColorScheme.Item.html#GrapeCity_Documents_Word_ColorScheme_Item_GrapeCity_Documents_Word_ThemeColorSchemeId_">this[ThemeColorSchemeId]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Documents.Word.ThemeColor.html">ThemeColor</a> from the scheme by its <a class="xref" href="GrapeCity.Documents.Word.ThemeColorSchemeId.html">ThemeColorSchemeId</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ColorScheme_Name" data-uid="GrapeCity.Documents.Word.ColorScheme.Name">
          <a class="xref" href="GrapeCity.Documents.Word.ColorScheme.Name.html#GrapeCity_Documents_Word_ColorScheme_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the scheme name.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
