# C1.C1Preview.Style

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_Style" data-uid="C1.C1Preview.Style" class="text-break">Style Class
</h1>
  <div class="markdown level0 summary"><p>Represents the style of 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"><span class="xref">Style</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.10.dll</h6>
  <h5 id="C1_C1Preview_Style_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
[C1ClassSerialization(true)]
public class Style</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
&lt;C1ClassSerialization(True)&gt;
Public Class Style</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="C1_C1Preview_Style_ActiveHyperlinkAttrs" data-uid="C1.C1Preview.Style.ActiveHyperlinkAttrs">
          <a class="xref" href="C1.C1Preview.Style.ActiveHyperlinkAttrs.html#C1_C1Preview_Style_ActiveHyperlinkAttrs">ActiveHyperlinkAttrs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.C1Preview.C1HyperlinkAttrs.html">C1HyperlinkAttrs</a> for active hyperlinks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ActiveHyperlinkAttrsExpr" data-uid="C1.C1Preview.Style.ActiveHyperlinkAttrsExpr">
          <a class="xref" href="C1.C1Preview.Style.ActiveHyperlinkAttrsExpr.html#C1_C1Preview_Style_ActiveHyperlinkAttrsExpr">ActiveHyperlinkAttrsExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.ActiveHyperlinkAttrs.html#C1_C1Preview_Style_ActiveHyperlinkAttrs">ActiveHyperlinkAttrs</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_AmbientParent" data-uid="C1.C1Preview.Style.AmbientParent">
          <a class="xref" href="C1.C1Preview.Style.AmbientParent.html#C1_C1Preview_Style_AmbientParent">AmbientParent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.C1Preview.Style.html">Style</a> that is the ambient parent of the current style.</p>
<p>
If non-<b>null</b>, that style provides the values for ambient properties
of the current style that have not been explicitly set.
</p>
<p>
If <b>null</b>, such properties are inherited from the style of the containing object.
</p>
<p>
This property is <b>null</b> by default.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_BackColor" data-uid="C1.C1Preview.Style.BackColor">
          <a class="xref" href="C1.C1Preview.Style.BackColor.html#C1_C1Preview_Style_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color.
If both this and <a class="xref" href="C1.C1Preview.Style.Brush.html#C1_C1Preview_Style_Brush">Brush</a> properties are specified for a style,
this property takes precedence.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_BackColorExpr" data-uid="C1.C1Preview.Style.BackColorExpr">
          <a class="xref" href="C1.C1Preview.Style.BackColorExpr.html#C1_C1Preview_Style_BackColorExpr">BackColorExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.BackColor.html#C1_C1Preview_Style_BackColor">BackColor</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_BackgroundImage" data-uid="C1.C1Preview.Style.BackgroundImage">
          <a class="xref" href="C1.C1Preview.Style.BackgroundImage.html#C1_C1Preview_Style_BackgroundImage">BackgroundImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background image.
The image is aligned using <a class="xref" href="C1.C1Preview.Style.BackgroundImageAlign.html#C1_C1Preview_Style_BackgroundImageAlign">BackgroundImageAlign</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_BackgroundImageAlign" data-uid="C1.C1Preview.Style.BackgroundImageAlign">
          <a class="xref" href="C1.C1Preview.Style.BackgroundImageAlign.html#C1_C1Preview_Style_BackgroundImageAlign">BackgroundImageAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background image alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_BackgroundImageExpr" data-uid="C1.C1Preview.Style.BackgroundImageExpr">
          <a class="xref" href="C1.C1Preview.Style.BackgroundImageExpr.html#C1_C1Preview_Style_BackgroundImageExpr">BackgroundImageExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.BackgroundImage.html#C1_C1Preview_Style_BackgroundImage">BackgroundImage</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_BackgroundImageName" data-uid="C1.C1Preview.Style.BackgroundImageName">
          <a class="xref" href="C1.C1Preview.Style.BackgroundImageName.html#C1_C1Preview_Style_BackgroundImageName">BackgroundImageName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the background image
in <a class="xref" href="C1.C1Preview.C1PrintDocument.Dictionary.html#C1_C1Preview_C1PrintDocument_Dictionary">Dictionary</a> on the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_Borders" data-uid="C1.C1Preview.Style.Borders">
          <a class="xref" href="C1.C1Preview.Style.Borders.html#C1_C1Preview_Style_Borders">Borders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the borders drawn around the current style's owner object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_Brush" data-uid="C1.C1Preview.Style.Brush">
          <a class="xref" href="C1.C1Preview.Style.Brush.html#C1_C1Preview_Style_Brush">Brush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the brush used to fill the background.
If both this and <a class="xref" href="C1.C1Preview.Style.BackColor.html#C1_C1Preview_Style_BackColor">BackColor</a> properties are specified for a style,
the <b>BackColor</b> takes precedence.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_BrushExpr" data-uid="C1.C1Preview.Style.BrushExpr">
          <a class="xref" href="C1.C1Preview.Style.BrushExpr.html#C1_C1Preview_Style_BrushExpr">BrushExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.Brush.html#C1_C1Preview_Style_Brush">Brush</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_CharSpacing" data-uid="C1.C1Preview.Style.CharSpacing">
          <a class="xref" href="C1.C1Preview.Style.CharSpacing.html#C1_C1Preview_Style_CharSpacing">CharSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the spacing between characters in a text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_CharSpacingExpr" data-uid="C1.C1Preview.Style.CharSpacingExpr">
          <a class="xref" href="C1.C1Preview.Style.CharSpacingExpr.html#C1_C1Preview_Style_CharSpacingExpr">CharSpacingExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.CharSpacing.html#C1_C1Preview_Style_CharSpacing">CharSpacing</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_CharWidth" data-uid="C1.C1Preview.Style.CharWidth">
          <a class="xref" href="C1.C1Preview.Style.CharWidth.html#C1_C1Preview_Style_CharWidth">CharWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount (in percent) by which to increase or decrease
the widths of characters in a text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_CharWidthExpr" data-uid="C1.C1Preview.Style.CharWidthExpr">
          <a class="xref" href="C1.C1Preview.Style.CharWidthExpr.html#C1_C1Preview_Style_CharWidthExpr">CharWidthExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.CharWidth.html#C1_C1Preview_Style_CharWidth">CharWidth</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_Children" data-uid="C1.C1Preview.Style.Children">
          <a class="xref" href="C1.C1Preview.Style.Children.html#C1_C1Preview_Style_Children">Children</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of child styles
(i.e. <a class="xref" href="C1.C1Preview.Style.html">Style</a> objects that have their <a class="xref" href="C1.C1Preview.Style.Parent.html#C1_C1Preview_Style_Parent">Parent</a>
set to the current style).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ClientAreaOnly" data-uid="C1.C1Preview.Style.ClientAreaOnly">
          <a class="xref" href="C1.C1Preview.Style.ClientAreaOnly.html#C1_C1Preview_Style_ClientAreaOnly">ClientAreaOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether just the client area of a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a>,
or the whole control, is rendered by the <a class="xref" href="C1.C1Preview.RenderImage.html">RenderImage</a> object owning the current style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ClientAreaOnlyExpr" data-uid="C1.C1Preview.Style.ClientAreaOnlyExpr">
          <a class="xref" href="C1.C1Preview.Style.ClientAreaOnlyExpr.html#C1_C1Preview_Style_ClientAreaOnlyExpr">ClientAreaOnlyExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.ClientAreaOnly.html#C1_C1Preview_Style_ClientAreaOnly">ClientAreaOnly</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_FlowAlign" data-uid="C1.C1Preview.Style.FlowAlign">
          <a class="xref" href="C1.C1Preview.Style.FlowAlign.html#C1_C1Preview_Style_FlowAlign">FlowAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the current style's owner object within its container in a block flow.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_FlowAlignChildren" data-uid="C1.C1Preview.Style.FlowAlignChildren">
          <a class="xref" href="C1.C1Preview.Style.FlowAlignChildren.html#C1_C1Preview_Style_FlowAlignChildren">FlowAlignChildren</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of children of the current style's owner object in a block flow.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_FlowAlignChildrenExpr" data-uid="C1.C1Preview.Style.FlowAlignChildrenExpr">
          <a class="xref" href="C1.C1Preview.Style.FlowAlignChildrenExpr.html#C1_C1Preview_Style_FlowAlignChildrenExpr">FlowAlignChildrenExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.FlowAlignChildren.html#C1_C1Preview_Style_FlowAlignChildren">FlowAlignChildren</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_FlowAlignExpr" data-uid="C1.C1Preview.Style.FlowAlignExpr">
          <a class="xref" href="C1.C1Preview.Style.FlowAlignExpr.html#C1_C1Preview_Style_FlowAlignExpr">FlowAlignExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.FlowAlign.html#C1_C1Preview_Style_FlowAlign">FlowAlign</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_Font" data-uid="C1.C1Preview.Style.Font">
          <a class="xref" href="C1.C1Preview.Style.Font.html#C1_C1Preview_Style_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_FontBold" data-uid="C1.C1Preview.Style.FontBold">
          <a class="xref" href="C1.C1Preview.Style.FontBold.html#C1_C1Preview_Style_FontBold">FontBold</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the font is bold.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_FontBoldExpr" data-uid="C1.C1Preview.Style.FontBoldExpr">
          <a class="xref" href="C1.C1Preview.Style.FontBoldExpr.html#C1_C1Preview_Style_FontBoldExpr">FontBoldExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.FontBold.html#C1_C1Preview_Style_FontBold">FontBold</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_FontItalic" data-uid="C1.C1Preview.Style.FontItalic">
          <a class="xref" href="C1.C1Preview.Style.FontItalic.html#C1_C1Preview_Style_FontItalic">FontItalic</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the font is italic.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_FontItalicExpr" data-uid="C1.C1Preview.Style.FontItalicExpr">
          <a class="xref" href="C1.C1Preview.Style.FontItalicExpr.html#C1_C1Preview_Style_FontItalicExpr">FontItalicExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.FontItalic.html#C1_C1Preview_Style_FontItalic">FontItalic</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_FontName" data-uid="C1.C1Preview.Style.FontName">
          <a class="xref" href="C1.C1Preview.Style.FontName.html#C1_C1Preview_Style_FontName">FontName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the face name of the font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_FontNameExpr" data-uid="C1.C1Preview.Style.FontNameExpr">
          <a class="xref" href="C1.C1Preview.Style.FontNameExpr.html#C1_C1Preview_Style_FontNameExpr">FontNameExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.FontName.html#C1_C1Preview_Style_FontName">FontName</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_FontSize" data-uid="C1.C1Preview.Style.FontSize">
          <a class="xref" href="C1.C1Preview.Style.FontSize.html#C1_C1Preview_Style_FontSize">FontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the em-size of the font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_FontSizeExpr" data-uid="C1.C1Preview.Style.FontSizeExpr">
          <a class="xref" href="C1.C1Preview.Style.FontSizeExpr.html#C1_C1Preview_Style_FontSizeExpr">FontSizeExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.FontSize.html#C1_C1Preview_Style_FontSize">FontSize</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_FontStrikeout" data-uid="C1.C1Preview.Style.FontStrikeout">
          <a class="xref" href="C1.C1Preview.Style.FontStrikeout.html#C1_C1Preview_Style_FontStrikeout">FontStrikeout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the font is strikeout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_FontStrikeoutExpr" data-uid="C1.C1Preview.Style.FontStrikeoutExpr">
          <a class="xref" href="C1.C1Preview.Style.FontStrikeoutExpr.html#C1_C1Preview_Style_FontStrikeoutExpr">FontStrikeoutExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.FontStrikeout.html#C1_C1Preview_Style_FontStrikeout">FontStrikeout</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_FontUnderline" data-uid="C1.C1Preview.Style.FontUnderline">
          <a class="xref" href="C1.C1Preview.Style.FontUnderline.html#C1_C1Preview_Style_FontUnderline">FontUnderline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the font is underlined.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_FontUnderlineExpr" data-uid="C1.C1Preview.Style.FontUnderlineExpr">
          <a class="xref" href="C1.C1Preview.Style.FontUnderlineExpr.html#C1_C1Preview_Style_FontUnderlineExpr">FontUnderlineExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.FontUnderline.html#C1_C1Preview_Style_FontUnderline">FontUnderline</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_GridLines" data-uid="C1.C1Preview.Style.GridLines">
          <a class="xref" href="C1.C1Preview.Style.GridLines.html#C1_C1Preview_Style_GridLines">GridLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the grid lines used to draw tables.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasActiveHyperlinkAttrs" data-uid="C1.C1Preview.Style.HasActiveHyperlinkAttrs">
          <a class="xref" href="C1.C1Preview.Style.HasActiveHyperlinkAttrs.html#C1_C1Preview_Style_HasActiveHyperlinkAttrs">HasActiveHyperlinkAttrs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.ActiveHyperlinkAttrs.html#C1_C1Preview_Style_ActiveHyperlinkAttrs">ActiveHyperlinkAttrs</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasBackColor" data-uid="C1.C1Preview.Style.HasBackColor">
          <a class="xref" href="C1.C1Preview.Style.HasBackColor.html#C1_C1Preview_Style_HasBackColor">HasBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.BackColor.html#C1_C1Preview_Style_BackColor">BackColor</a> property is defined
on the current style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasBackgroundImage" data-uid="C1.C1Preview.Style.HasBackgroundImage">
          <a class="xref" href="C1.C1Preview.Style.HasBackgroundImage.html#C1_C1Preview_Style_HasBackgroundImage">HasBackgroundImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.BackgroundImage.html#C1_C1Preview_Style_BackgroundImage">BackgroundImage</a> property is defined
on the current style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasBrush" data-uid="C1.C1Preview.Style.HasBrush">
          <a class="xref" href="C1.C1Preview.Style.HasBrush.html#C1_C1Preview_Style_HasBrush">HasBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.Brush.html#C1_C1Preview_Style_Brush">Brush</a> property is defined
on the current style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasCharSpacing" data-uid="C1.C1Preview.Style.HasCharSpacing">
          <a class="xref" href="C1.C1Preview.Style.HasCharSpacing.html#C1_C1Preview_Style_HasCharSpacing">HasCharSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.CharSpacing.html#C1_C1Preview_Style_CharSpacing">CharSpacing</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasCharWidth" data-uid="C1.C1Preview.Style.HasCharWidth">
          <a class="xref" href="C1.C1Preview.Style.HasCharWidth.html#C1_C1Preview_Style_HasCharWidth">HasCharWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.CharWidth.html#C1_C1Preview_Style_CharWidth">CharWidth</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasChildren" data-uid="C1.C1Preview.Style.HasChildren">
          <a class="xref" href="C1.C1Preview.Style.HasChildren.html#C1_C1Preview_Style_HasChildren">HasChildren</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the current style's <a class="xref" href="C1.C1Preview.Style.Children.html#C1_C1Preview_Style_Children">Children</a>
collection has been initialized and contains one or more elements.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasClientAreaOnly" data-uid="C1.C1Preview.Style.HasClientAreaOnly">
          <a class="xref" href="C1.C1Preview.Style.HasClientAreaOnly.html#C1_C1Preview_Style_HasClientAreaOnly">HasClientAreaOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.ClientAreaOnly.html#C1_C1Preview_Style_ClientAreaOnly">ClientAreaOnly</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasExprs" data-uid="C1.C1Preview.Style.HasExprs">
          <a class="xref" href="C1.C1Preview.Style.HasExprs.html#C1_C1Preview_Style_HasExprs">HasExprs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the current style has calculated properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasFlowAlign" data-uid="C1.C1Preview.Style.HasFlowAlign">
          <a class="xref" href="C1.C1Preview.Style.HasFlowAlign.html#C1_C1Preview_Style_HasFlowAlign">HasFlowAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.FlowAlign.html#C1_C1Preview_Style_FlowAlign">FlowAlign</a> property is defined
on the current style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasFlowAlignChildren" data-uid="C1.C1Preview.Style.HasFlowAlignChildren">
          <a class="xref" href="C1.C1Preview.Style.HasFlowAlignChildren.html#C1_C1Preview_Style_HasFlowAlignChildren">HasFlowAlignChildren</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.FlowAlignChildren.html#C1_C1Preview_Style_FlowAlignChildren">FlowAlignChildren</a> property is defined
on the current style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasFont" data-uid="C1.C1Preview.Style.HasFont">
          <a class="xref" href="C1.C1Preview.Style.HasFont.html#C1_C1Preview_Style_HasFont">HasFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.Font.html#C1_C1Preview_Style_Font">Font</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasFontBold" data-uid="C1.C1Preview.Style.HasFontBold">
          <a class="xref" href="C1.C1Preview.Style.HasFontBold.html#C1_C1Preview_Style_HasFontBold">HasFontBold</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.FontBold.html#C1_C1Preview_Style_FontBold">FontBold</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasFontItalic" data-uid="C1.C1Preview.Style.HasFontItalic">
          <a class="xref" href="C1.C1Preview.Style.HasFontItalic.html#C1_C1Preview_Style_HasFontItalic">HasFontItalic</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.FontItalic.html#C1_C1Preview_Style_FontItalic">FontItalic</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasFontName" data-uid="C1.C1Preview.Style.HasFontName">
          <a class="xref" href="C1.C1Preview.Style.HasFontName.html#C1_C1Preview_Style_HasFontName">HasFontName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.FontName.html#C1_C1Preview_Style_FontName">FontName</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasFontSize" data-uid="C1.C1Preview.Style.HasFontSize">
          <a class="xref" href="C1.C1Preview.Style.HasFontSize.html#C1_C1Preview_Style_HasFontSize">HasFontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.FontSize.html#C1_C1Preview_Style_FontSize">FontSize</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasFontStrikeout" data-uid="C1.C1Preview.Style.HasFontStrikeout">
          <a class="xref" href="C1.C1Preview.Style.HasFontStrikeout.html#C1_C1Preview_Style_HasFontStrikeout">HasFontStrikeout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.FontStrikeout.html#C1_C1Preview_Style_FontStrikeout">FontStrikeout</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasFontUnderline" data-uid="C1.C1Preview.Style.HasFontUnderline">
          <a class="xref" href="C1.C1Preview.Style.HasFontUnderline.html#C1_C1Preview_Style_HasFontUnderline">HasFontUnderline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.FontUnderline.html#C1_C1Preview_Style_FontUnderline">FontUnderline</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasHoverHyperlinkAttrs" data-uid="C1.C1Preview.Style.HasHoverHyperlinkAttrs">
          <a class="xref" href="C1.C1Preview.Style.HasHoverHyperlinkAttrs.html#C1_C1Preview_Style_HasHoverHyperlinkAttrs">HasHoverHyperlinkAttrs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.HoverHyperlinkAttrs.html#C1_C1Preview_Style_HoverHyperlinkAttrs">HoverHyperlinkAttrs</a> property is specified
for current <a class="xref" href="C1.C1Preview.Style.html">Style</a> object.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasHyperlinkAttrs" data-uid="C1.C1Preview.Style.HasHyperlinkAttrs">
          <a class="xref" href="C1.C1Preview.Style.HasHyperlinkAttrs.html#C1_C1Preview_Style_HasHyperlinkAttrs">HasHyperlinkAttrs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.HyperlinkAttrs.html#C1_C1Preview_Style_HyperlinkAttrs">HyperlinkAttrs</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasJustifyEndOfLines" data-uid="C1.C1Preview.Style.HasJustifyEndOfLines">
          <a class="xref" href="C1.C1Preview.Style.HasJustifyEndOfLines.html#C1_C1Preview_Style_HasJustifyEndOfLines">HasJustifyEndOfLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.JustifyEndOfLines.html#C1_C1Preview_Style_JustifyEndOfLines">JustifyEndOfLines</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasJustifyLastLine" data-uid="C1.C1Preview.Style.HasJustifyLastLine">
          <a class="xref" href="C1.C1Preview.Style.HasJustifyLastLine.html#C1_C1Preview_Style_HasJustifyLastLine">HasJustifyLastLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.JustifyLastLine.html#C1_C1Preview_Style_JustifyLastLine">JustifyLastLine</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasLineSpacing" data-uid="C1.C1Preview.Style.HasLineSpacing">
          <a class="xref" href="C1.C1Preview.Style.HasLineSpacing.html#C1_C1Preview_Style_HasLineSpacing">HasLineSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.LineSpacing.html#C1_C1Preview_Style_LineSpacing">LineSpacing</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasMeasureTrailingSpaces" data-uid="C1.C1Preview.Style.HasMeasureTrailingSpaces">
          <a class="xref" href="C1.C1Preview.Style.HasMeasureTrailingSpaces.html#C1_C1Preview_Style_HasMeasureTrailingSpaces">HasMeasureTrailingSpaces</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.MeasureTrailingSpaces.html#C1_C1Preview_Style_MeasureTrailingSpaces">MeasureTrailingSpaces</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasMinOrphanLines" data-uid="C1.C1Preview.Style.HasMinOrphanLines">
          <a class="xref" href="C1.C1Preview.Style.HasMinOrphanLines.html#C1_C1Preview_Style_HasMinOrphanLines">HasMinOrphanLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.MinOrphanLines.html#C1_C1Preview_Style_MinOrphanLines">MinOrphanLines</a> property is defined
on the current style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasRightToLeft" data-uid="C1.C1Preview.Style.HasRightToLeft">
          <a class="xref" href="C1.C1Preview.Style.HasRightToLeft.html#C1_C1Preview_Style_HasRightToLeft">HasRightToLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.RightToLeft.html#C1_C1Preview_Style_RightToLeft">RightToLeft</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasShapeFillBrush" data-uid="C1.C1Preview.Style.HasShapeFillBrush">
          <a class="xref" href="C1.C1Preview.Style.HasShapeFillBrush.html#C1_C1Preview_Style_HasShapeFillBrush">HasShapeFillBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.ShapeFillBrush.html#C1_C1Preview_Style_ShapeFillBrush">ShapeFillBrush</a> property is defined
on the current style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasShapeFillColor" data-uid="C1.C1Preview.Style.HasShapeFillColor">
          <a class="xref" href="C1.C1Preview.Style.HasShapeFillColor.html#C1_C1Preview_Style_HasShapeFillColor">HasShapeFillColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.ShapeFillColor.html#C1_C1Preview_Style_ShapeFillColor">ShapeFillColor</a> property is defined
on the current style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasShapeLine" data-uid="C1.C1Preview.Style.HasShapeLine">
          <a class="xref" href="C1.C1Preview.Style.HasShapeLine.html#C1_C1Preview_Style_HasShapeLine">HasShapeLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.ShapeLine.html#C1_C1Preview_Style_ShapeLine">ShapeLine</a> property is defined
on the current style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasTextAlignHorz" data-uid="C1.C1Preview.Style.HasTextAlignHorz">
          <a class="xref" href="C1.C1Preview.Style.HasTextAlignHorz.html#C1_C1Preview_Style_HasTextAlignHorz">HasTextAlignHorz</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.TextAlignHorz.html#C1_C1Preview_Style_TextAlignHorz">TextAlignHorz</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasTextAlignVert" data-uid="C1.C1Preview.Style.HasTextAlignVert">
          <a class="xref" href="C1.C1Preview.Style.HasTextAlignVert.html#C1_C1Preview_Style_HasTextAlignVert">HasTextAlignVert</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.TextAlignVert.html#C1_C1Preview_Style_TextAlignVert">TextAlignVert</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasTextAngle" data-uid="C1.C1Preview.Style.HasTextAngle">
          <a class="xref" href="C1.C1Preview.Style.HasTextAngle.html#C1_C1Preview_Style_HasTextAngle">HasTextAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.TextAngle.html#C1_C1Preview_Style_TextAngle">TextAngle</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasTextColor" data-uid="C1.C1Preview.Style.HasTextColor">
          <a class="xref" href="C1.C1Preview.Style.HasTextColor.html#C1_C1Preview_Style_HasTextColor">HasTextColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.TextColor.html#C1_C1Preview_Style_TextColor">TextColor</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasTextIndent" data-uid="C1.C1Preview.Style.HasTextIndent">
          <a class="xref" href="C1.C1Preview.Style.HasTextIndent.html#C1_C1Preview_Style_HasTextIndent">HasTextIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.TextIndent.html#C1_C1Preview_Style_TextIndent">TextIndent</a> property is defined
on the current style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasTextPosition" data-uid="C1.C1Preview.Style.HasTextPosition">
          <a class="xref" href="C1.C1Preview.Style.HasTextPosition.html#C1_C1Preview_Style_HasTextPosition">HasTextPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.TextPosition.html#C1_C1Preview_Style_TextPosition">TextPosition</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasVisitedHyperlinkAttrs" data-uid="C1.C1Preview.Style.HasVisitedHyperlinkAttrs">
          <a class="xref" href="C1.C1Preview.Style.HasVisitedHyperlinkAttrs.html#C1_C1Preview_Style_HasVisitedHyperlinkAttrs">HasVisitedHyperlinkAttrs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.VisitedHyperlinkAttrs.html#C1_C1Preview_Style_VisitedHyperlinkAttrs">VisitedHyperlinkAttrs</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasWordWrap" data-uid="C1.C1Preview.Style.HasWordWrap">
          <a class="xref" href="C1.C1Preview.Style.HasWordWrap.html#C1_C1Preview_Style_HasWordWrap">HasWordWrap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.WordWrap.html#C1_C1Preview_Style_WordWrap">WordWrap</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HasWordWrapMode" data-uid="C1.C1Preview.Style.HasWordWrapMode">
          <a class="xref" href="C1.C1Preview.Style.HasWordWrapMode.html#C1_C1Preview_Style_HasWordWrapMode">HasWordWrapMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.C1Preview.Style.WordWrapMode.html#C1_C1Preview_Style_WordWrapMode">WordWrapMode</a> property is defined
on the current style.
If false, the actual value of the property is fetched from the parent
(container) object's style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HoverHyperlinkAttrs" data-uid="C1.C1Preview.Style.HoverHyperlinkAttrs">
          <a class="xref" href="C1.C1Preview.Style.HoverHyperlinkAttrs.html#C1_C1Preview_Style_HoverHyperlinkAttrs">HoverHyperlinkAttrs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.C1Preview.C1HyperlinkAttrs.html">C1HyperlinkAttrs</a> for highlighted hyperlinks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HoverHyperlinkAttrsExpr" data-uid="C1.C1Preview.Style.HoverHyperlinkAttrsExpr">
          <a class="xref" href="C1.C1Preview.Style.HoverHyperlinkAttrsExpr.html#C1_C1Preview_Style_HoverHyperlinkAttrsExpr">HoverHyperlinkAttrsExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.HoverHyperlinkAttrs.html#C1_C1Preview_Style_HoverHyperlinkAttrs">HoverHyperlinkAttrs</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HyperlinkAttrs" data-uid="C1.C1Preview.Style.HyperlinkAttrs">
          <a class="xref" href="C1.C1Preview.Style.HyperlinkAttrs.html#C1_C1Preview_Style_HyperlinkAttrs">HyperlinkAttrs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.C1Preview.C1HyperlinkAttrs.html">C1HyperlinkAttrs</a> for &quot;normal&quot; (neither visited nor highlighted) hyperlinks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_HyperlinkAttrsExpr" data-uid="C1.C1Preview.Style.HyperlinkAttrsExpr">
          <a class="xref" href="C1.C1Preview.Style.HyperlinkAttrsExpr.html#C1_C1Preview_Style_HyperlinkAttrsExpr">HyperlinkAttrsExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.HyperlinkAttrs.html#C1_C1Preview_Style_HyperlinkAttrs">HyperlinkAttrs</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ImageAlign" data-uid="C1.C1Preview.Style.ImageAlign">
          <a class="xref" href="C1.C1Preview.Style.ImageAlign.html#C1_C1Preview_Style_ImageAlign">ImageAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground image alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_JustifyEndOfLines" data-uid="C1.C1Preview.Style.JustifyEndOfLines">
          <a class="xref" href="C1.C1Preview.Style.JustifyEndOfLines.html#C1_C1Preview_Style_JustifyEndOfLines">JustifyEndOfLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether lines of text
ending with a newline character should be justified
if the current style has <a class="xref" href="C1.C1Preview.Style.TextAlignHorz.html#C1_C1Preview_Style_TextAlignHorz">TextAlignHorz</a> set to
<a class="xref" href="C1.C1Preview.AlignHorzEnum.html#C1_C1Preview_AlignHorzEnum_Justify">Justify</a> or <a class="xref" href="C1.C1Preview.AlignHorzEnum.html#C1_C1Preview_AlignHorzEnum_JustifyChars">JustifyChars</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_JustifyEndOfLinesExpr" data-uid="C1.C1Preview.Style.JustifyEndOfLinesExpr">
          <a class="xref" href="C1.C1Preview.Style.JustifyEndOfLinesExpr.html#C1_C1Preview_Style_JustifyEndOfLinesExpr">JustifyEndOfLinesExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.JustifyEndOfLines.html#C1_C1Preview_Style_JustifyEndOfLines">JustifyEndOfLines</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_JustifyLastLine" data-uid="C1.C1Preview.Style.JustifyLastLine">
          <a class="xref" href="C1.C1Preview.Style.JustifyLastLine.html#C1_C1Preview_Style_JustifyLastLine">JustifyLastLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the last line of text should be justified
if the current style has <a class="xref" href="C1.C1Preview.Style.TextAlignHorz.html#C1_C1Preview_Style_TextAlignHorz">TextAlignHorz</a> set to
<a class="xref" href="C1.C1Preview.AlignHorzEnum.html#C1_C1Preview_AlignHorzEnum_Justify">Justify</a> or <a class="xref" href="C1.C1Preview.AlignHorzEnum.html#C1_C1Preview_AlignHorzEnum_JustifyChars">JustifyChars</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_JustifyLastLineExpr" data-uid="C1.C1Preview.Style.JustifyLastLineExpr">
          <a class="xref" href="C1.C1Preview.Style.JustifyLastLineExpr.html#C1_C1Preview_Style_JustifyLastLineExpr">JustifyLastLineExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.JustifyLastLine.html#C1_C1Preview_Style_JustifyLastLine">JustifyLastLine</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_LineSpacing" data-uid="C1.C1Preview.Style.LineSpacing">
          <a class="xref" href="C1.C1Preview.Style.LineSpacing.html#C1_C1Preview_Style_LineSpacing">LineSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line spacing of a text in percent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_LineSpacingExpr" data-uid="C1.C1Preview.Style.LineSpacingExpr">
          <a class="xref" href="C1.C1Preview.Style.LineSpacingExpr.html#C1_C1Preview_Style_LineSpacingExpr">LineSpacingExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.LineSpacing.html#C1_C1Preview_Style_LineSpacing">LineSpacing</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_MeasureTrailingSpaces" data-uid="C1.C1Preview.Style.MeasureTrailingSpaces">
          <a class="xref" href="C1.C1Preview.Style.MeasureTrailingSpaces.html#C1_C1Preview_Style_MeasureTrailingSpaces">MeasureTrailingSpaces</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether spaces at ends of text lines
are taken into account when measuring the text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_MeasureTrailingSpacesExpr" data-uid="C1.C1Preview.Style.MeasureTrailingSpacesExpr">
          <a class="xref" href="C1.C1Preview.Style.MeasureTrailingSpacesExpr.html#C1_C1Preview_Style_MeasureTrailingSpacesExpr">MeasureTrailingSpacesExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.MeasureTrailingSpaces.html#C1_C1Preview_Style_MeasureTrailingSpaces">MeasureTrailingSpaces</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_MinOrphanLines" data-uid="C1.C1Preview.Style.MinOrphanLines">
          <a class="xref" href="C1.C1Preview.Style.MinOrphanLines.html#C1_C1Preview_Style_MinOrphanLines">MinOrphanLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum number of orphan text lines allowed on a page
before or after a page break.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_MinOrphanLinesExpr" data-uid="C1.C1Preview.Style.MinOrphanLinesExpr">
          <a class="xref" href="C1.C1Preview.Style.MinOrphanLinesExpr.html#C1_C1Preview_Style_MinOrphanLinesExpr">MinOrphanLinesExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.MinOrphanLines.html#C1_C1Preview_Style_MinOrphanLines">MinOrphanLines</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_Owner" data-uid="C1.C1Preview.Style.Owner">
          <a class="xref" href="C1.C1Preview.Style.Owner.html#C1_C1Preview_Style_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner of the current style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_Padding" data-uid="C1.C1Preview.Style.Padding">
          <a class="xref" href="C1.C1Preview.Style.Padding.html#C1_C1Preview_Style_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the padding (white space added between the style owner's content and borders).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_Parent" data-uid="C1.C1Preview.Style.Parent">
          <a class="xref" href="C1.C1Preview.Style.Parent.html#C1_C1Preview_Style_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.C1Preview.Style.html">Style</a> that is the parent of the current style.</p>
<p>
If non-<b>null</b>, that style provides the values for non-ambient properties
of the current style that have not been explicitly set.
</p>
<p>
If <b>null</b>, such properties have default values.
</p>
<p>
This property is <b>null</b> by default.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_Parents" data-uid="C1.C1Preview.Style.Parents">
          <a class="xref" href="C1.C1Preview.Style.Parents.html#C1_C1Preview_Style_Parents">Parents</a>
        </td>
        <td class="markdown level1 summary"><p>Sets both parents (<a class="xref" href="C1.C1Preview.Style.Parent.html#C1_C1Preview_Style_Parent">Parent</a> and <a class="xref" href="C1.C1Preview.Style.AmbientParent.html#C1_C1Preview_Style_AmbientParent">AmbientParent</a>) to the same value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_RightToLeft" data-uid="C1.C1Preview.Style.RightToLeft">
          <a class="xref" href="C1.C1Preview.Style.RightToLeft.html#C1_C1Preview_Style_RightToLeft">RightToLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether right-to-left text rendering rules should be used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_Shadow" data-uid="C1.C1Preview.Style.Shadow">
          <a class="xref" href="C1.C1Preview.Style.Shadow.html#C1_C1Preview_Style_Shadow">Shadow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets properties of the shadow cast by the current object.
By default the shadow is invisible due to being 100% transparent.
Set <b>Shadow.Transparency</b> to a value less than 100, to show shadow.
Other properties can be adjusted as needed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ShapeFillBrush" data-uid="C1.C1Preview.Style.ShapeFillBrush">
          <a class="xref" href="C1.C1Preview.Style.ShapeFillBrush.html#C1_C1Preview_Style_ShapeFillBrush">ShapeFillBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the brush used to fill internal areas of shapes
(objects derived from <a class="xref" href="C1.C1Preview.RenderShapeBase.html">RenderShapeBase</a>).
If for a style both this and <a class="xref" href="C1.C1Preview.Style.ShapeFillColor.html#C1_C1Preview_Style_ShapeFillColor">ShapeFillColor</a> are specified,
<b>ShapeFillColor</b> takes precedence.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ShapeFillBrushExpr" data-uid="C1.C1Preview.Style.ShapeFillBrushExpr">
          <a class="xref" href="C1.C1Preview.Style.ShapeFillBrushExpr.html#C1_C1Preview_Style_ShapeFillBrushExpr">ShapeFillBrushExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.ShapeFillBrush.html#C1_C1Preview_Style_ShapeFillBrush">ShapeFillBrush</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ShapeFillColor" data-uid="C1.C1Preview.Style.ShapeFillColor">
          <a class="xref" href="C1.C1Preview.Style.ShapeFillColor.html#C1_C1Preview_Style_ShapeFillColor">ShapeFillColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to fill internal areas of shapes
(objects derived from <a class="xref" href="C1.C1Preview.RenderShapeBase.html">RenderShapeBase</a>).
If for a style both this and <a class="xref" href="C1.C1Preview.Style.ShapeFillBrush.html#C1_C1Preview_Style_ShapeFillBrush">ShapeFillBrush</a> are specified,
this property takes precedence.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ShapeFillColorExpr" data-uid="C1.C1Preview.Style.ShapeFillColorExpr">
          <a class="xref" href="C1.C1Preview.Style.ShapeFillColorExpr.html#C1_C1Preview_Style_ShapeFillColorExpr">ShapeFillColorExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.ShapeFillBrush.html#C1_C1Preview_Style_ShapeFillBrush">ShapeFillBrush</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ShapeLine" data-uid="C1.C1Preview.Style.ShapeLine">
          <a class="xref" href="C1.C1Preview.Style.ShapeLine.html#C1_C1Preview_Style_ShapeLine">ShapeLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of lines used to draw shape objects (RenderLine, RenderRectangle etc).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ShapeLineExpr" data-uid="C1.C1Preview.Style.ShapeLineExpr">
          <a class="xref" href="C1.C1Preview.Style.ShapeLineExpr.html#C1_C1Preview_Style_ShapeLineExpr">ShapeLineExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.ShapeLine.html#C1_C1Preview_Style_ShapeLine">ShapeLine</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_Spacing" data-uid="C1.C1Preview.Style.Spacing">
          <a class="xref" href="C1.C1Preview.Style.Spacing.html#C1_C1Preview_Style_Spacing">Spacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the spacing between the the current style's owner and the surrounding objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_TextAlignHorz" data-uid="C1.C1Preview.Style.TextAlignHorz">
          <a class="xref" href="C1.C1Preview.Style.TextAlignHorz.html#C1_C1Preview_Style_TextAlignHorz">TextAlignHorz</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal text alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_TextAlignHorzExpr" data-uid="C1.C1Preview.Style.TextAlignHorzExpr">
          <a class="xref" href="C1.C1Preview.Style.TextAlignHorzExpr.html#C1_C1Preview_Style_TextAlignHorzExpr">TextAlignHorzExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.TextAlignHorz.html#C1_C1Preview_Style_TextAlignHorz">TextAlignHorz</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_TextAlignVert" data-uid="C1.C1Preview.Style.TextAlignVert">
          <a class="xref" href="C1.C1Preview.Style.TextAlignVert.html#C1_C1Preview_Style_TextAlignVert">TextAlignVert</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical text alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_TextAlignVertExpr" data-uid="C1.C1Preview.Style.TextAlignVertExpr">
          <a class="xref" href="C1.C1Preview.Style.TextAlignVertExpr.html#C1_C1Preview_Style_TextAlignVertExpr">TextAlignVertExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.TextAlignVert.html#C1_C1Preview_Style_TextAlignVert">TextAlignVert</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_TextAngle" data-uid="C1.C1Preview.Style.TextAngle">
          <a class="xref" href="C1.C1Preview.Style.TextAngle.html#C1_C1Preview_Style_TextAngle">TextAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text rotation angle,
in degrees counterclockwise from the <b>X</b> axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_TextAngleExpr" data-uid="C1.C1Preview.Style.TextAngleExpr">
          <a class="xref" href="C1.C1Preview.Style.TextAngleExpr.html#C1_C1Preview_Style_TextAngleExpr">TextAngleExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.TextAngle.html#C1_C1Preview_Style_TextAngle">TextAngle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_TextColor" data-uid="C1.C1Preview.Style.TextColor">
          <a class="xref" href="C1.C1Preview.Style.TextColor.html#C1_C1Preview_Style_TextColor">TextColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text (foreground) color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_TextColorExpr" data-uid="C1.C1Preview.Style.TextColorExpr">
          <a class="xref" href="C1.C1Preview.Style.TextColorExpr.html#C1_C1Preview_Style_TextColorExpr">TextColorExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.TextColor.html#C1_C1Preview_Style_TextColor">TextColor</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_TextIndent" data-uid="C1.C1Preview.Style.TextIndent">
          <a class="xref" href="C1.C1Preview.Style.TextIndent.html#C1_C1Preview_Style_TextIndent">TextIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the indentation of the first line in a block of text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_TextIndentExpr" data-uid="C1.C1Preview.Style.TextIndentExpr">
          <a class="xref" href="C1.C1Preview.Style.TextIndentExpr.html#C1_C1Preview_Style_TextIndentExpr">TextIndentExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.TextIndent.html#C1_C1Preview_Style_TextIndent">TextIndent</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_TextPosition" data-uid="C1.C1Preview.Style.TextPosition">
          <a class="xref" href="C1.C1Preview.Style.TextPosition.html#C1_C1Preview_Style_TextPosition">TextPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether text is rendered
normally, or as superscript or subscript.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_TextPositionExpr" data-uid="C1.C1Preview.Style.TextPositionExpr">
          <a class="xref" href="C1.C1Preview.Style.TextPositionExpr.html#C1_C1Preview_Style_TextPositionExpr">TextPositionExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.TextPosition.html#C1_C1Preview_Style_TextPosition">TextPosition</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_VisitedHyperlinkAttrs" data-uid="C1.C1Preview.Style.VisitedHyperlinkAttrs">
          <a class="xref" href="C1.C1Preview.Style.VisitedHyperlinkAttrs.html#C1_C1Preview_Style_VisitedHyperlinkAttrs">VisitedHyperlinkAttrs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.C1Preview.C1HyperlinkAttrs.html">C1HyperlinkAttrs</a> for visited hyperlinks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_VisitedHyperlinkAttrsExpr" data-uid="C1.C1Preview.Style.VisitedHyperlinkAttrsExpr">
          <a class="xref" href="C1.C1Preview.Style.VisitedHyperlinkAttrsExpr.html#C1_C1Preview_Style_VisitedHyperlinkAttrsExpr">VisitedHyperlinkAttrsExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.VisitedHyperlinkAttrs.html#C1_C1Preview_Style_VisitedHyperlinkAttrs">VisitedHyperlinkAttrs</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_WordWrap" data-uid="C1.C1Preview.Style.WordWrap">
          <a class="xref" href="C1.C1Preview.Style.WordWrap.html#C1_C1Preview_Style_WordWrap">WordWrap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether text automatically
wraps to the next line when there is not enough space left on the current line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_WordWrapExpr" data-uid="C1.C1Preview.Style.WordWrapExpr">
          <a class="xref" href="C1.C1Preview.Style.WordWrapExpr.html#C1_C1Preview_Style_WordWrapExpr">WordWrapExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.WordWrap.html#C1_C1Preview_Style_WordWrap">WordWrap</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_WordWrapMode" data-uid="C1.C1Preview.Style.WordWrapMode">
          <a class="xref" href="C1.C1Preview.Style.WordWrapMode.html#C1_C1Preview_Style_WordWrapMode">WordWrapMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating how words can be split when text lines wrap.</p>
<p>
This property is ignored if <a class="xref" href="C1.C1Preview.Style.WordWrap.html#C1_C1Preview_Style_WordWrap">WordWrap</a> is <b>false</b>.
</p>
<p>
The default value is <a class="xref" href="C1.C1Preview.WordWrapMode.html#C1_C1Preview_WordWrapMode_Normal">Normal</a>
</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_WordWrapModeExpr" data-uid="C1.C1Preview.Style.WordWrapModeExpr">
          <a class="xref" href="C1.C1Preview.Style.WordWrapModeExpr.html#C1_C1Preview_Style_WordWrapModeExpr">WordWrapModeExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Style.WordWrapMode.html#C1_C1Preview_Style_WordWrapMode">WordWrapMode</a>.</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="C1_C1Preview_Style_AssignNonInheritedFrom_C1_C1Preview_Style_" data-uid="C1.C1Preview.Style.AssignNonInheritedFrom(C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.Style.AssignNonInheritedFrom.html#C1_C1Preview_Style_AssignNonInheritedFrom_C1_C1Preview_Style_">AssignNonInheritedFrom(Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies to the current style all properties of another <a class="xref" href="C1.C1Preview.Style.html">Style</a> object
that have been explicitly set on that other style,
plus the values of the <a class="xref" href="C1.C1Preview.Style.Parent.html#C1_C1Preview_Style_Parent">Parent</a> and <a class="xref" href="C1.C1Preview.Style.AmbientParent.html#C1_C1Preview_Style_AmbientParent">AmbientParent</a> properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_Clear" data-uid="C1.C1Preview.Style.Clear">
          <a class="xref" href="C1.C1Preview.Style.Clear.html#C1_C1Preview_Style_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the current style, resets all properties so that they
inherit from the parent style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetActiveHyperlinkAttrs" data-uid="C1.C1Preview.Style.ResetActiveHyperlinkAttrs">
          <a class="xref" href="C1.C1Preview.Style.ResetActiveHyperlinkAttrs.html#C1_C1Preview_Style_ResetActiveHyperlinkAttrs">ResetActiveHyperlinkAttrs()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.ActiveHyperlinkAttrs.html#C1_C1Preview_Style_ActiveHyperlinkAttrs">ActiveHyperlinkAttrs</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetBackColor" data-uid="C1.C1Preview.Style.ResetBackColor">
          <a class="xref" href="C1.C1Preview.Style.ResetBackColor.html#C1_C1Preview_Style_ResetBackColor">ResetBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.BackColor.html#C1_C1Preview_Style_BackColor">BackColor</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetBackgroundImage" data-uid="C1.C1Preview.Style.ResetBackgroundImage">
          <a class="xref" href="C1.C1Preview.Style.ResetBackgroundImage.html#C1_C1Preview_Style_ResetBackgroundImage">ResetBackgroundImage()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.BackgroundImage.html#C1_C1Preview_Style_BackgroundImage">BackgroundImage</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetBrush" data-uid="C1.C1Preview.Style.ResetBrush">
          <a class="xref" href="C1.C1Preview.Style.ResetBrush.html#C1_C1Preview_Style_ResetBrush">ResetBrush()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.Brush.html#C1_C1Preview_Style_Brush">Brush</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetCharSpacing" data-uid="C1.C1Preview.Style.ResetCharSpacing">
          <a class="xref" href="C1.C1Preview.Style.ResetCharSpacing.html#C1_C1Preview_Style_ResetCharSpacing">ResetCharSpacing()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.CharSpacing.html#C1_C1Preview_Style_CharSpacing">CharSpacing</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetCharWidth" data-uid="C1.C1Preview.Style.ResetCharWidth">
          <a class="xref" href="C1.C1Preview.Style.ResetCharWidth.html#C1_C1Preview_Style_ResetCharWidth">ResetCharWidth()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.CharWidth.html#C1_C1Preview_Style_CharWidth">CharWidth</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetClientAreaOnly" data-uid="C1.C1Preview.Style.ResetClientAreaOnly">
          <a class="xref" href="C1.C1Preview.Style.ResetClientAreaOnly.html#C1_C1Preview_Style_ResetClientAreaOnly">ResetClientAreaOnly()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.ClientAreaOnly.html#C1_C1Preview_Style_ClientAreaOnly">ClientAreaOnly</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetFlowAlign" data-uid="C1.C1Preview.Style.ResetFlowAlign">
          <a class="xref" href="C1.C1Preview.Style.ResetFlowAlign.html#C1_C1Preview_Style_ResetFlowAlign">ResetFlowAlign()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.FlowAlign.html#C1_C1Preview_Style_FlowAlign">FlowAlign</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetFlowAlignChildren" data-uid="C1.C1Preview.Style.ResetFlowAlignChildren">
          <a class="xref" href="C1.C1Preview.Style.ResetFlowAlignChildren.html#C1_C1Preview_Style_ResetFlowAlignChildren">ResetFlowAlignChildren()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.FlowAlignChildren.html#C1_C1Preview_Style_FlowAlignChildren">FlowAlignChildren</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetFont" data-uid="C1.C1Preview.Style.ResetFont">
          <a class="xref" href="C1.C1Preview.Style.ResetFont.html#C1_C1Preview_Style_ResetFont">ResetFont()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.Font.html#C1_C1Preview_Style_Font">Font</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetFontBold" data-uid="C1.C1Preview.Style.ResetFontBold">
          <a class="xref" href="C1.C1Preview.Style.ResetFontBold.html#C1_C1Preview_Style_ResetFontBold">ResetFontBold()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.FontBold.html#C1_C1Preview_Style_FontBold">FontBold</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetFontItalic" data-uid="C1.C1Preview.Style.ResetFontItalic">
          <a class="xref" href="C1.C1Preview.Style.ResetFontItalic.html#C1_C1Preview_Style_ResetFontItalic">ResetFontItalic()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.FontItalic.html#C1_C1Preview_Style_FontItalic">FontItalic</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetFontName" data-uid="C1.C1Preview.Style.ResetFontName">
          <a class="xref" href="C1.C1Preview.Style.ResetFontName.html#C1_C1Preview_Style_ResetFontName">ResetFontName()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.FontName.html#C1_C1Preview_Style_FontName">FontName</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetFontSize" data-uid="C1.C1Preview.Style.ResetFontSize">
          <a class="xref" href="C1.C1Preview.Style.ResetFontSize.html#C1_C1Preview_Style_ResetFontSize">ResetFontSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.FontSize.html#C1_C1Preview_Style_FontSize">FontSize</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetFontStrikeout" data-uid="C1.C1Preview.Style.ResetFontStrikeout">
          <a class="xref" href="C1.C1Preview.Style.ResetFontStrikeout.html#C1_C1Preview_Style_ResetFontStrikeout">ResetFontStrikeout()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.FontStrikeout.html#C1_C1Preview_Style_FontStrikeout">FontStrikeout</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetFontUnderline" data-uid="C1.C1Preview.Style.ResetFontUnderline">
          <a class="xref" href="C1.C1Preview.Style.ResetFontUnderline.html#C1_C1Preview_Style_ResetFontUnderline">ResetFontUnderline()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.FontUnderline.html#C1_C1Preview_Style_FontUnderline">FontUnderline</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetHoverHyperlinkAttrs" data-uid="C1.C1Preview.Style.ResetHoverHyperlinkAttrs">
          <a class="xref" href="C1.C1Preview.Style.ResetHoverHyperlinkAttrs.html#C1_C1Preview_Style_ResetHoverHyperlinkAttrs">ResetHoverHyperlinkAttrs()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets value of the <a class="xref" href="C1.C1Preview.Style.HoverHyperlinkAttrs.html#C1_C1Preview_Style_HoverHyperlinkAttrs">HoverHyperlinkAttrs</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetHyperlinkAttrs" data-uid="C1.C1Preview.Style.ResetHyperlinkAttrs">
          <a class="xref" href="C1.C1Preview.Style.ResetHyperlinkAttrs.html#C1_C1Preview_Style_ResetHyperlinkAttrs">ResetHyperlinkAttrs()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.HyperlinkAttrs.html#C1_C1Preview_Style_HyperlinkAttrs">HyperlinkAttrs</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetJustifyEndOfLines" data-uid="C1.C1Preview.Style.ResetJustifyEndOfLines">
          <a class="xref" href="C1.C1Preview.Style.ResetJustifyEndOfLines.html#C1_C1Preview_Style_ResetJustifyEndOfLines">ResetJustifyEndOfLines()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.JustifyEndOfLines.html#C1_C1Preview_Style_JustifyEndOfLines">JustifyEndOfLines</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetJustifyLastLine" data-uid="C1.C1Preview.Style.ResetJustifyLastLine">
          <a class="xref" href="C1.C1Preview.Style.ResetJustifyLastLine.html#C1_C1Preview_Style_ResetJustifyLastLine">ResetJustifyLastLine()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.JustifyLastLine.html#C1_C1Preview_Style_JustifyLastLine">JustifyLastLine</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetLineSpacing" data-uid="C1.C1Preview.Style.ResetLineSpacing">
          <a class="xref" href="C1.C1Preview.Style.ResetLineSpacing.html#C1_C1Preview_Style_ResetLineSpacing">ResetLineSpacing()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.LineSpacing.html#C1_C1Preview_Style_LineSpacing">LineSpacing</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetMeasureTrailingSpaces" data-uid="C1.C1Preview.Style.ResetMeasureTrailingSpaces">
          <a class="xref" href="C1.C1Preview.Style.ResetMeasureTrailingSpaces.html#C1_C1Preview_Style_ResetMeasureTrailingSpaces">ResetMeasureTrailingSpaces()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.MeasureTrailingSpaces.html#C1_C1Preview_Style_MeasureTrailingSpaces">MeasureTrailingSpaces</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetMinOrphanLines" data-uid="C1.C1Preview.Style.ResetMinOrphanLines">
          <a class="xref" href="C1.C1Preview.Style.ResetMinOrphanLines.html#C1_C1Preview_Style_ResetMinOrphanLines">ResetMinOrphanLines()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.MinOrphanLines.html#C1_C1Preview_Style_MinOrphanLines">MinOrphanLines</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetRightToLeft" data-uid="C1.C1Preview.Style.ResetRightToLeft">
          <a class="xref" href="C1.C1Preview.Style.ResetRightToLeft.html#C1_C1Preview_Style_ResetRightToLeft">ResetRightToLeft()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.RightToLeft.html#C1_C1Preview_Style_RightToLeft">RightToLeft</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetShapeFillBrush" data-uid="C1.C1Preview.Style.ResetShapeFillBrush">
          <a class="xref" href="C1.C1Preview.Style.ResetShapeFillBrush.html#C1_C1Preview_Style_ResetShapeFillBrush">ResetShapeFillBrush()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.ShapeFillBrush.html#C1_C1Preview_Style_ShapeFillBrush">ShapeFillBrush</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetShapeFillColor" data-uid="C1.C1Preview.Style.ResetShapeFillColor">
          <a class="xref" href="C1.C1Preview.Style.ResetShapeFillColor.html#C1_C1Preview_Style_ResetShapeFillColor">ResetShapeFillColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.ShapeFillColor.html#C1_C1Preview_Style_ShapeFillColor">ShapeFillColor</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetShapeLine" data-uid="C1.C1Preview.Style.ResetShapeLine">
          <a class="xref" href="C1.C1Preview.Style.ResetShapeLine.html#C1_C1Preview_Style_ResetShapeLine">ResetShapeLine()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.ShapeLine.html#C1_C1Preview_Style_ShapeLine">ShapeLine</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetTextAlignHorz" data-uid="C1.C1Preview.Style.ResetTextAlignHorz">
          <a class="xref" href="C1.C1Preview.Style.ResetTextAlignHorz.html#C1_C1Preview_Style_ResetTextAlignHorz">ResetTextAlignHorz()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.TextAlignHorz.html#C1_C1Preview_Style_TextAlignHorz">TextAlignHorz</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetTextAlignVert" data-uid="C1.C1Preview.Style.ResetTextAlignVert">
          <a class="xref" href="C1.C1Preview.Style.ResetTextAlignVert.html#C1_C1Preview_Style_ResetTextAlignVert">ResetTextAlignVert()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.TextAlignVert.html#C1_C1Preview_Style_TextAlignVert">TextAlignVert</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetTextAngle" data-uid="C1.C1Preview.Style.ResetTextAngle">
          <a class="xref" href="C1.C1Preview.Style.ResetTextAngle.html#C1_C1Preview_Style_ResetTextAngle">ResetTextAngle()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.TextAngle.html#C1_C1Preview_Style_TextAngle">TextAngle</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetTextColor" data-uid="C1.C1Preview.Style.ResetTextColor">
          <a class="xref" href="C1.C1Preview.Style.ResetTextColor.html#C1_C1Preview_Style_ResetTextColor">ResetTextColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.TextColor.html#C1_C1Preview_Style_TextColor">TextColor</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetTextIndent" data-uid="C1.C1Preview.Style.ResetTextIndent">
          <a class="xref" href="C1.C1Preview.Style.ResetTextIndent.html#C1_C1Preview_Style_ResetTextIndent">ResetTextIndent()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.TextIndent.html#C1_C1Preview_Style_TextIndent">TextIndent</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetTextPosition" data-uid="C1.C1Preview.Style.ResetTextPosition">
          <a class="xref" href="C1.C1Preview.Style.ResetTextPosition.html#C1_C1Preview_Style_ResetTextPosition">ResetTextPosition()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.TextPosition.html#C1_C1Preview_Style_TextPosition">TextPosition</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetVisitedHyperlinkAttrs" data-uid="C1.C1Preview.Style.ResetVisitedHyperlinkAttrs">
          <a class="xref" href="C1.C1Preview.Style.ResetVisitedHyperlinkAttrs.html#C1_C1Preview_Style_ResetVisitedHyperlinkAttrs">ResetVisitedHyperlinkAttrs()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.VisitedHyperlinkAttrs.html#C1_C1Preview_Style_VisitedHyperlinkAttrs">VisitedHyperlinkAttrs</a> property to undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetWordWrap" data-uid="C1.C1Preview.Style.ResetWordWrap">
          <a class="xref" href="C1.C1Preview.Style.ResetWordWrap.html#C1_C1Preview_Style_ResetWordWrap">ResetWordWrap()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.WordWrap.html#C1_C1Preview_Style_WordWrap">WordWrap</a> property to an undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Style_ResetWordWrapMode" data-uid="C1.C1Preview.Style.ResetWordWrapMode">
          <a class="xref" href="C1.C1Preview.Style.ResetWordWrapMode.html#C1_C1Preview_Style_ResetWordWrapMode">ResetWordWrapMode()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.C1Preview.Style.WordWrapMode.html#C1_C1Preview_Style_WordWrapMode">WordWrapMode</a> property to an undefined state.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
