# GrapeCity.Documents.Word.ThreeDFormat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_ThreeDFormat" data-uid="GrapeCity.Documents.Word.ThreeDFormat" class="text-break">ThreeDFormat Class
</h1>
  <div class="markdown level0 summary"><p>Represents a 3D format effect that can be applied to an object.</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">ThreeDFormat</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Word.IFixedFormattingBag.html">IFixedFormattingBag</a></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_ThreeDFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ThreeDFormat : FormattingBag, IFixedFormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ThreeDFormat
    Inherits FormattingBag
    Implements IFixedFormattingBag</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_ThreeDFormat_BottomBevel" data-uid="GrapeCity.Documents.Word.ThreeDFormat.BottomBevel">
          <a class="xref" href="GrapeCity.Documents.Word.ThreeDFormat.BottomBevel.html#GrapeCity_Documents_Word_ThreeDFormat_BottomBevel">BottomBevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a bevel on the bottom or back face of an object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ThreeDFormat_Contour" data-uid="GrapeCity.Documents.Word.ThreeDFormat.Contour">
          <a class="xref" href="GrapeCity.Documents.Word.ThreeDFormat.Contour.html#GrapeCity_Documents_Word_ThreeDFormat_Contour">Contour</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a contour of an object which is a solid filled line which surrounds the outer edges of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ThreeDFormat_Depth" data-uid="GrapeCity.Documents.Word.ThreeDFormat.Depth">
          <a class="xref" href="GrapeCity.Documents.Word.ThreeDFormat.Depth.html#GrapeCity_Documents_Word_ThreeDFormat_Depth">Depth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an extrusion on an object which is an artificial height applied to the geometry.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ThreeDFormat_DistanceFromGround" data-uid="GrapeCity.Documents.Word.ThreeDFormat.DistanceFromGround">
          <a class="xref" href="GrapeCity.Documents.Word.ThreeDFormat.DistanceFromGround.html#GrapeCity_Documents_Word_ThreeDFormat_DistanceFromGround">DistanceFromGround</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the object distance from the ground.</p>
<p>Allowed values are from <b>-400</b> to <b>400</b>, inclusive.</p>
<p>Default value is <b>0</b>.</p> 
<p>Note that this property cannot be applied for text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ThreeDFormat_IsFixed" data-uid="GrapeCity.Documents.Word.ThreeDFormat.IsFixed">
          <a class="xref" href="GrapeCity.Documents.Word.ThreeDFormat.IsFixed.html#GrapeCity_Documents_Word_ThreeDFormat_IsFixed">IsFixed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the formatting is fixed in the class instance level.</p>
<p>If <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>, any formatting changes on an ancestor level of the same class will be ignored.</p>
<p>If <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>, changing a property on an ancestor level will apply to this level too.</p>
<p>For example, changing a property of <a class="xref" href="GrapeCity.Documents.Word.Font.Fill.html#GrapeCity_Documents_Word_Font_Fill">Fill</a> on style level will change that property
only for those <a class="xref" href="GrapeCity.Documents.Word.Run.html">Run</a>s that have <b>IsFixed</b> equal to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ThreeDFormat_Material" data-uid="GrapeCity.Documents.Word.ThreeDFormat.Material">
          <a class="xref" href="GrapeCity.Documents.Word.ThreeDFormat.Material.html#GrapeCity_Documents_Word_ThreeDFormat_Material">Material</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a preset material type to give the final look and feel of an object.</p>
<p>Default value is <a class="xref" href="GrapeCity.Documents.Word.MaterialType.html#GrapeCity_Documents_Word_MaterialType_NoMaterial">NoMaterial</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ThreeDFormat_TopBevel" data-uid="GrapeCity.Documents.Word.ThreeDFormat.TopBevel">
          <a class="xref" href="GrapeCity.Documents.Word.ThreeDFormat.TopBevel.html#GrapeCity_Documents_Word_ThreeDFormat_TopBevel">TopBevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a bevel on the top or front face of an object.</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_ThreeDFormat_Clean" data-uid="GrapeCity.Documents.Word.ThreeDFormat.Clean">
          <a class="xref" href="GrapeCity.Documents.Word.ThreeDFormat.Clean.html#GrapeCity_Documents_Word_ThreeDFormat_Clean">Clean()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets all properties to their default values.</p>
<p>Also sets <a class="xref" href="GrapeCity.Documents.Word.IFixedFormattingBag.IsFixed.html#GrapeCity_Documents_Word_IFixedFormattingBag_IsFixed">IsFixed</a> to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if any properties of this class are defined on an ancestor level.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ThreeDFormat_FixInheritedValues" data-uid="GrapeCity.Documents.Word.ThreeDFormat.FixInheritedValues">
          <a class="xref" href="GrapeCity.Documents.Word.ThreeDFormat.FixInheritedValues.html#GrapeCity_Documents_Word_ThreeDFormat_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_ThreeDFormat_Reset" data-uid="GrapeCity.Documents.Word.ThreeDFormat.Reset">
          <a class="xref" href="GrapeCity.Documents.Word.ThreeDFormat.Reset.html#GrapeCity_Documents_Word_ThreeDFormat_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets all properties to their inherited values.</p>
<p>Also sets <a class="xref" href="GrapeCity.Documents.Word.IFixedFormattingBag.IsFixed.html#GrapeCity_Documents_Word_IFixedFormattingBag_IsFixed">IsFixed</a> to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
