# GrapeCity.Spreadsheet.Drawing.ITextEffectFormat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_ITextEffectFormat" data-uid="GrapeCity.Spreadsheet.Drawing.ITextEffectFormat" class="text-break">ITextEffectFormat Interface
</h1>
  <div class="markdown level0 summary"><p>Contains properties and methods that apply to text effect objects.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Drawing_ITextEffectFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITextEffectFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ITextEffectFormat</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_Spreadsheet_Drawing_ITextEffectFormat_Alignment" data-uid="GrapeCity.Spreadsheet.Drawing.ITextEffectFormat.Alignment">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ITextEffectFormat.Alignment.html#GrapeCity_Spreadsheet_Drawing_ITextEffectFormat_Alignment">Alignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an <a class="xref" href="GrapeCity.Spreadsheet.Drawing.TextEffectAlignment.html">TextEffectAlignment</a> value that represents the alignment for text effect object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ITextEffectFormat_FontBold" data-uid="GrapeCity.Spreadsheet.Drawing.ITextEffectFormat.FontBold">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ITextEffectFormat.FontBold.html#GrapeCity_Spreadsheet_Drawing_ITextEffectFormat_FontBold">FontBold</a>
        </td>
        <td class="markdown level1 summary"><p>True if the font in the specified WordArt is bold.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ITextEffectFormat_FontItalic" data-uid="GrapeCity.Spreadsheet.Drawing.ITextEffectFormat.FontItalic">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ITextEffectFormat.FontItalic.html#GrapeCity_Spreadsheet_Drawing_ITextEffectFormat_FontItalic">FontItalic</a>
        </td>
        <td class="markdown level1 summary"><p>Returns msoTrue if the font in the specified WordArt is italic.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ITextEffectFormat_FontName" data-uid="GrapeCity.Spreadsheet.Drawing.ITextEffectFormat.FontName">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ITextEffectFormat.FontName.html#GrapeCity_Spreadsheet_Drawing_ITextEffectFormat_FontName">FontName</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the name of the font in the specified WordArt.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ITextEffectFormat_FontSize" data-uid="GrapeCity.Spreadsheet.Drawing.ITextEffectFormat.FontSize">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ITextEffectFormat.FontSize.html#GrapeCity_Spreadsheet_Drawing_ITextEffectFormat_FontSize">FontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the font size for the specified WordArt, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ITextEffectFormat_PresetTextEffect" data-uid="GrapeCity.Spreadsheet.Drawing.ITextEffectFormat.PresetTextEffect">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ITextEffectFormat.PresetTextEffect.html#GrapeCity_Spreadsheet_Drawing_ITextEffectFormat_PresetTextEffect">PresetTextEffect</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the style of the specified WordArt.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ITextEffectFormat_Text" data-uid="GrapeCity.Spreadsheet.Drawing.ITextEffectFormat.Text">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ITextEffectFormat.Text.html#GrapeCity_Spreadsheet_Drawing_ITextEffectFormat_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the text for the specified object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
