# GrapeCity.Documents.Word.Theme

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Theme" data-uid="GrapeCity.Documents.Word.Theme" class="text-break">Theme Class
</h1>
  <div class="markdown level0 summary"><p>Holds all formatting options available to a document through a theme
and defines the overall look and feel of the document when themed objects are used within the document.</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">Theme</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_Theme_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Theme</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Theme</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_Theme_ColorScheme" data-uid="GrapeCity.Documents.Word.Theme.ColorScheme">
          <a class="xref" href="GrapeCity.Documents.Word.Theme.ColorScheme.html#GrapeCity_Documents_Word_Theme_ColorScheme">ColorScheme</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a set of colors which are referred to as a color scheme.
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>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Theme_FontScheme" data-uid="GrapeCity.Documents.Word.Theme.FontScheme">
          <a class="xref" href="GrapeCity.Documents.Word.Theme.FontScheme.html#GrapeCity_Documents_Word_Theme_FontScheme">FontScheme</a>
        </td>
        <td class="markdown level1 summary"><p>Gets definitions of the font scheme within the theme.
The font scheme consists of a pair of major and minor fonts for which to use in a document.
The major font corresponds well with the heading areas of a document, and the minor font corresponds well with the normal text or paragraph areas.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Theme_FormatScheme" data-uid="GrapeCity.Documents.Word.Theme.FormatScheme">
          <a class="xref" href="GrapeCity.Documents.Word.Theme.FormatScheme.html#GrapeCity_Documents_Word_Theme_FormatScheme">FormatScheme</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Theme_Name" data-uid="GrapeCity.Documents.Word.Theme.Name">
          <a class="xref" href="GrapeCity.Documents.Word.Theme.Name.html#GrapeCity_Documents_Word_Theme_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the theme name.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
