# GrapeCity.Documents.Word.Point3D

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Point3D" data-uid="GrapeCity.Documents.Word.Point3D" class="text-break">Point3D Class
</h1>
  <div class="markdown level0 summary"><p>Represents a point in 3D space.</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">Point3D</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_Point3D_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Point3D : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Point3D
    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_Point3D_X" data-uid="GrapeCity.Documents.Word.Point3D.X">
          <a class="xref" href="GrapeCity.Documents.Word.Point3D.X.html#GrapeCity_Documents_Word_Point3D_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the X-Coordinate in 3D space.</p>
<p>Default value is <b>0</b>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Point3D_Y" data-uid="GrapeCity.Documents.Word.Point3D.Y">
          <a class="xref" href="GrapeCity.Documents.Word.Point3D.Y.html#GrapeCity_Documents_Word_Point3D_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Y-Coordinate in 3D space.</p>
<p>Default value is <b>0</b>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Point3D_Z" data-uid="GrapeCity.Documents.Word.Point3D.Z">
          <a class="xref" href="GrapeCity.Documents.Word.Point3D.Z.html#GrapeCity_Documents_Word_Point3D_Z">Z</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Z-Coordinate in 3D space.</p>
<p>Default value is <b>0</b>.</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_Point3D_FixInheritedValues" data-uid="GrapeCity.Documents.Word.Point3D.FixInheritedValues">
          <a class="xref" href="GrapeCity.Documents.Word.Point3D.FixInheritedValues.html#GrapeCity_Documents_Word_Point3D_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_Point3D_Reset" data-uid="GrapeCity.Documents.Word.Point3D.Reset">
          <a class="xref" href="GrapeCity.Documents.Word.Point3D.Reset.html#GrapeCity_Documents_Word_Point3D_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the point to inherited defaults.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
