# GrapeCity.Documents.Word.FormattedContentObject

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_FormattedContentObject" data-uid="GrapeCity.Documents.Word.FormattedContentObject" class="text-break">FormattedContentObject Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <a class="xref" href="GrapeCity.Documents.Word.ContentObject.html">ContentObject</a> that has formatting properties.</p>
<p>
Derived classes include <a class="xref" href="GrapeCity.Documents.Word.Paragraph.html">Paragraph</a>, <a class="xref" href="GrapeCity.Documents.Word.Run.html">Run</a>,
<a class="xref" href="GrapeCity.Documents.Word.Table.html">Table</a>, <a class="xref" href="GrapeCity.Documents.Word.Row.html">Row</a>, <a class="xref" href="GrapeCity.Documents.Word.Cell.html">Cell</a>, <a class="xref" href="GrapeCity.Documents.Word.ContentControl.html">ContentControl</a>.
</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.ContentObject.html">ContentObject</a></div>
    <div class="level2"><span class="xref">FormattedContentObject</span></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Word.BidirectionalOverride.html">BidirectionalOverride</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Word.Cell.html">Cell</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Word.Paragraph.html">Paragraph</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Word.Row.html">Row</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Word.Run.html">Run</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Word.Table.html">Table</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_FormattedContentObject_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FormattedContentObject : ContentObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FormattedContentObject
    Inherits ContentObject</code></pre>
  </div>
  <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_FormattedContentObject_GetInheritedFormatting" data-uid="GrapeCity.Documents.Word.FormattedContentObject.GetInheritedFormatting">
          <a class="xref" href="GrapeCity.Documents.Word.FormattedContentObject.GetInheritedFormatting.html#GrapeCity_Documents_Word_FormattedContentObject_GetInheritedFormatting">GetInheritedFormatting()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a list of direct formatting applied to this and parent objects.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
