# GrapeCity.Documents.Word.Category

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Category" data-uid="GrapeCity.Documents.Word.Category" class="text-break">Category Class
</h1>
  <div class="markdown level0 summary"><p>Specifies the categorization for a building block.
This categorization shall not imply any behaviors around the building block,
and is only used to organize the set of building blocks within an application or user interface
i.e. to disambiguate between two building blocks with the same entry name.</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">Category</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_Category_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Category</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Category</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_Category_Gallery" data-uid="GrapeCity.Documents.Word.Category.Gallery">
          <a class="xref" href="GrapeCity.Documents.Word.Category.Gallery.html#GrapeCity_Documents_Word_Category_Gallery">Gallery</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the predefined gallery into which the current building block shall be classified.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Category_Name" data-uid="GrapeCity.Documents.Word.Category.Name">
          <a class="xref" href="GrapeCity.Documents.Word.Category.Name.html#GrapeCity_Documents_Word_Category_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the category name into which the buildng block shall be classified.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
