# GrapeCity.Documents.Word.BuiltInReflectionId

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_BuiltInReflectionId" data-uid="GrapeCity.Documents.Word.BuiltInReflectionId" class="text-break">BuiltInReflectionId Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the types of built-in reflection effects.</p>
</div>
  <div class="markdown level0 conceptual"></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_BuiltInReflectionId_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BuiltInReflectionId</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum BuiltInReflectionId</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInReflectionId_Full4Offset">Full4Offset</td>
        <td><p>Full reflection with 4 point offset.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInReflectionId_Full8Offset">Full8Offset</td>
        <td><p>Full reflection with 8 point offset.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInReflectionId_FullTouching">FullTouching</td>
        <td><p>Full reflection touching the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInReflectionId_HalfT4Offset">HalfT4Offset</td>
        <td><p>Half reflection with 4 point offset.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInReflectionId_HalfT8Offset">HalfT8Offset</td>
        <td><p>Half reflection with 8 point offset.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInReflectionId_HalfTouching">HalfTouching</td>
        <td><p>Half reflection touching the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInReflectionId_None">None</td>
        <td><p>No reflection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInReflectionId_Tight4Offset">Tight4Offset</td>
        <td><p>Tight reflection with 4 point offset.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInReflectionId_Tight8Offset">Tight8Offset</td>
        <td><p>Tight reflection with 8 point offset.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BuiltInReflectionId_TightTouching">TightTouching</td>
        <td><p>Tight reflection touching the object.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
