# GrapeCity.Documents.Text.InlineObjectFlags

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Text_InlineObjectFlags" data-uid="GrapeCity.Documents.Text.InlineObjectFlags" class="text-break">InlineObjectFlags Enum
</h1>
  <div class="markdown level0 summary"><p>Various flags describing inline objects.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Text.html">GrapeCity.Documents.Text</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Text_InlineObjectFlags_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum InlineObjectFlags</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum InlineObjectFlags</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObjectFlags_BreakAfterMask">BreakAfterMask</td>
        <td><p>Mask for testing the line-breaking behavior after the inline object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObjectFlags_BreakBeforeMask">BreakBeforeMask</td>
        <td><p>Mask for testing the line-breaking behavior before the inline object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObjectFlags_CanBreak">CanBreak</td>
        <td><p>Indicates that a line break is allowed before or after the inline object.
<a class="xref" href="GrapeCity.Documents.Text.InlineObjectFlags.html#GrapeCity_Documents_Text_InlineObjectFlags_BreakBeforeMask">BreakBeforeMask</a>
<a class="xref" href="GrapeCity.Documents.Text.InlineObjectFlags.html#GrapeCity_Documents_Text_InlineObjectFlags_BreakAfterMask">BreakAfterMask</a></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObjectFlags_MayNotBreakAfter">MayNotBreakAfter</td>
        <td><p>Indicates that there should be no line break after the inline object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObjectFlags_MayNotBreakBefore">MayNotBreakBefore</td>
        <td><p>Indicates that there should be no line break before the inline object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObjectFlags_MustBreakAfter">MustBreakAfter</td>
        <td><p>Indicates that the line break must happen after the inline object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObjectFlags_MustBreakBefore">MustBreakBefore</td>
        <td><p>Indicates that the line break must happen before the inline object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObjectFlags_None">None</td>
        <td><p>Indicates that none of the flags are set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObjectFlags_SidewaysInVerticalText">SidewaysInVerticalText</td>
        <td><p>Indicates whether the inline object can appear rotated 90 or -90 degrees.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
