# GrapeCity.Documents.Word.Bevel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Bevel" data-uid="GrapeCity.Documents.Word.Bevel" class="text-break">Bevel Class
</h1>
  <div class="markdown level0 summary"><p>Represents a bevel on an object face.</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"><a class="xref" href="GrapeCity.Documents.Word.FormattingBag.html">FormattingBag</a></div>
    <div class="level2"><span class="xref">Bevel</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_Bevel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Bevel : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Bevel
    Inherits FormattingBag</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_Bevel_Height" data-uid="GrapeCity.Documents.Word.Bevel.Height">
          <a class="xref" href="GrapeCity.Documents.Word.Bevel.Height.html#GrapeCity_Documents_Word_Bevel_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the bevel, or how far above the object it is applied.</p>
<p>Allowed values are from <b>-0</b> to <b>1584</b>, inclusive.</p>
<p>The default is <b>0</b> for text and <b>6</b> for drawings if <a class="xref" href="GrapeCity.Documents.Word.Bevel.Type.html#GrapeCity_Documents_Word_Bevel_Type">Type</a> is not <a class="xref" href="GrapeCity.Documents.Word.BevelType.html#GrapeCity_Documents_Word_BevelType_NoBevel">NoBevel</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Bevel_Type" data-uid="GrapeCity.Documents.Word.Bevel.Type">
          <a class="xref" href="GrapeCity.Documents.Word.Bevel.Type.html#GrapeCity_Documents_Word_Bevel_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets  preset bevel type which defines the look of the bevel.</p>
<p>Default value is <a class="xref" href="GrapeCity.Documents.Word.BevelType.html#GrapeCity_Documents_Word_BevelType_NoBevel">NoBevel</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Bevel_Width" data-uid="GrapeCity.Documents.Word.Bevel.Width">
          <a class="xref" href="GrapeCity.Documents.Word.Bevel.Width.html#GrapeCity_Documents_Word_Bevel_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the bevel, or how far into the object it is applied.</p>
<p>Allowed values are from <b>-0</b> to <b>1584</b>, inclusive.</p>
<p>Default value is <b>0</b> for text and <b>6</b> for drawings if <a class="xref" href="GrapeCity.Documents.Word.Bevel.Type.html#GrapeCity_Documents_Word_Bevel_Type">Type</a> is not <a class="xref" href="GrapeCity.Documents.Word.BevelType.html#GrapeCity_Documents_Word_BevelType_NoBevel">NoBevel</a>.</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_Bevel_ApplyPreset_GrapeCity_Documents_Word_BevelType_" data-uid="GrapeCity.Documents.Word.Bevel.ApplyPreset(GrapeCity.Documents.Word.BevelType)">
          <a class="xref" href="GrapeCity.Documents.Word.Bevel.ApplyPreset.html#GrapeCity_Documents_Word_Bevel_ApplyPreset_GrapeCity_Documents_Word_BevelType_">ApplyPreset(BevelType)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies a predefined set of bevel properties.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Bevel_FixInheritedValues" data-uid="GrapeCity.Documents.Word.Bevel.FixInheritedValues">
          <a class="xref" href="GrapeCity.Documents.Word.Bevel.FixInheritedValues.html#GrapeCity_Documents_Word_Bevel_FixInheritedValues">FixInheritedValues()</a>
        </td>
        <td class="markdown level1 summary"><p>Fixes all inherited values as &quot;direct&quot; values for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Bevel_Reset" data-uid="GrapeCity.Documents.Word.Bevel.Reset">
          <a class="xref" href="GrapeCity.Documents.Word.Bevel.Reset.html#GrapeCity_Documents_Word_Bevel_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the bevel to inherited defaults.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
