# GrapeCity.Documents.Word.Rotation

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Rotation" data-uid="GrapeCity.Documents.Word.Rotation" class="text-break">Rotation Class
</h1>
  <div class="markdown level0 summary"><p>Represents a rotation in 3D space. A rotation is defined through the use of a latitude coordinate,
a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates.</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">Rotation</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_Rotation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Rotation : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Rotation
    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_Rotation_IsReadOnly" data-uid="GrapeCity.Documents.Word.Rotation.IsReadOnly">
          <a class="xref" href="GrapeCity.Documents.Word.Rotation.IsReadOnly.html#GrapeCity_Documents_Word_Rotation_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the rotation is read-only.</p>
<p>Default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Rotation_Latitude" data-uid="GrapeCity.Documents.Word.Rotation.Latitude">
          <a class="xref" href="GrapeCity.Documents.Word.Rotation.Latitude.html#GrapeCity_Documents_Word_Rotation_Latitude">Latitude</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the latitude value of the rotation.</p>
<p>Allowed values are from <b>-0</b> to <b>359.9</b>, inclusive.</p>
<p>Default value is <b>0</b>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Rotation_Longitude" data-uid="GrapeCity.Documents.Word.Rotation.Longitude">
          <a class="xref" href="GrapeCity.Documents.Word.Rotation.Longitude.html#GrapeCity_Documents_Word_Rotation_Longitude">Longitude</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the longitude value of the rotation.</p>
<p>Allowed values are from <b>-0</b> to <b>359.9</b>, inclusive.</p>
<p>Default value is <b>0</b>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Rotation_Revolution" data-uid="GrapeCity.Documents.Word.Rotation.Revolution">
          <a class="xref" href="GrapeCity.Documents.Word.Rotation.Revolution.html#GrapeCity_Documents_Word_Rotation_Revolution">Revolution</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the revolution around the central axis in the rotation.</p>
<p>Allowed values are from <b>-0</b> to <b>359.9</b>, inclusive.</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_Rotation_FixInheritedValues" data-uid="GrapeCity.Documents.Word.Rotation.FixInheritedValues">
          <a class="xref" href="GrapeCity.Documents.Word.Rotation.FixInheritedValues.html#GrapeCity_Documents_Word_Rotation_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_Rotation_Reset" data-uid="GrapeCity.Documents.Word.Rotation.Reset">
          <a class="xref" href="GrapeCity.Documents.Word.Rotation.Reset.html#GrapeCity_Documents_Word_Rotation_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the rotation to inherited defaults.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
