# GrapeCity.Documents.Word.FontScheme

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_FontScheme" data-uid="GrapeCity.Documents.Word.FontScheme" class="text-break">FontScheme Class
</h1>
  <div class="markdown level0 summary"><p>Represents a font scheme within a theme.</p>
<p>
The font scheme consists of a pair of major and minor fonts to use in a document. 
The major font corresponds well with the heading areas of a document, while the minor font corresponds well with the normal text or paragraph areas.
</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">FontScheme</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_FontScheme_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FontScheme</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FontScheme</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_FontScheme_Document" data-uid="GrapeCity.Documents.Word.FontScheme.Document">
          <a class="xref" href="GrapeCity.Documents.Word.FontScheme.Document.html#GrapeCity_Documents_Word_FontScheme_Document">Document</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the containing document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FontScheme_IsReadOnly" data-uid="GrapeCity.Documents.Word.FontScheme.IsReadOnly">
          <a class="xref" href="GrapeCity.Documents.Word.FontScheme.IsReadOnly.html#GrapeCity_Documents_Word_FontScheme_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the containing document is in reading mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FontScheme_MajorFont" data-uid="GrapeCity.Documents.Word.FontScheme.MajorFont">
          <a class="xref" href="GrapeCity.Documents.Word.FontScheme.MajorFont.html#GrapeCity_Documents_Word_FontScheme_MajorFont">MajorFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a set of major fonts that are to be used for different languages or locales.
The major font corresponds well with the heading areas of a document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FontScheme_MinorFont" data-uid="GrapeCity.Documents.Word.FontScheme.MinorFont">
          <a class="xref" href="GrapeCity.Documents.Word.FontScheme.MinorFont.html#GrapeCity_Documents_Word_FontScheme_MinorFont">MinorFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a set of minor fonts that are to be used for different languages or locales.
The minor font corresponds well with the normal text or paragraph areas.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FontScheme_Name" data-uid="GrapeCity.Documents.Word.FontScheme.Name">
          <a class="xref" href="GrapeCity.Documents.Word.FontScheme.Name.html#GrapeCity_Documents_Word_FontScheme_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the scheme name.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_FontScheme_GetFontName_GrapeCity_Documents_Word_ThemeFontType_" data-uid="GrapeCity.Documents.Word.FontScheme.GetFontName(GrapeCity.Documents.Word.ThemeFontType)">
          <a class="xref" href="GrapeCity.Documents.Word.FontScheme.GetFontName.html#GrapeCity_Documents_Word_FontScheme_GetFontName_GrapeCity_Documents_Word_ThemeFontType_">GetFontName(ThemeFontType)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a theme font name by its type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FontScheme_GetThemeFont_GrapeCity_Documents_Word_ThemeFontType_" data-uid="GrapeCity.Documents.Word.FontScheme.GetThemeFont(GrapeCity.Documents.Word.ThemeFontType)">
          <a class="xref" href="GrapeCity.Documents.Word.FontScheme.GetThemeFont.html#GrapeCity_Documents_Word_FontScheme_GetThemeFont_GrapeCity_Documents_Word_ThemeFontType_">GetThemeFont(ThemeFontType)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a theme font by its type.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
