# C1.Win.C1Editor.UICustomization

## Content

<div class="doc-site-dotnet-api-container">

  <h1 id="C1_Win_C1Editor_UICustomization" data-uid="C1.Win.C1Editor.UICustomization" class="text-break">C1.Win.C1Editor.UICustomization Namespace
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="markdown level0 remarks"></div>
    <h3 id="classes">
Classes
</h3>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.Bookmark.html">Bookmark</a></h4>
      <section><p>Provides information about a bookmark within the document.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.Bookmarks.html">Bookmarks</a></h4>
      <section><p>Represents a collection of bookmarks.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.CustomDialogs.html">CustomDialogs</a></h4>
      <section><p>Represents a set of interfaces to support user-defined dialogs.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.ExistingBookmarkException.html">ExistingBookmarkException</a></h4>
      <section><p>The exception that is raised when a bookmark name is not unique within the document.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.FindReplaceSupport.html">FindReplaceSupport</a></h4>
      <section><p>Helper class for customizing the Find/Replace dialog.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.FormattingSupport.html">FormattingSupport</a></h4>
      <section><p>Supports local formatting</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.InvalidBookmarkNameException.html">InvalidBookmarkNameException</a></h4>
      <section><p>The exception that is raised when a bookmark name is invalid.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.XHTMLBookmarkItem.html">XHTMLBookmarkItem</a></h4>
      <section><p>Provides bookmark data to use in custom edit dialogs.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.XHTMLCellItem.html">XHTMLCellItem</a></h4>
      <section><p>Provides data to bind to and use in a custom Table Cell edit dialog.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.XHTMLColumnItem.html">XHTMLColumnItem</a></h4>
      <section><p>Provides data to bind to and use in a custom Table column edit dialog.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.XHTMLFlashMovieItem.html">XHTMLFlashMovieItem</a></h4>
      <section><p>Provides data to bind to and use in a custom Flash movie edit dialog.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.XHTMLHyperlinkItem.html">XHTMLHyperlinkItem</a></h4>
      <section><p>Provides data to bind to and use in a custom Hyperlink edit dialog.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.XHTMLImageItem.html">XHTMLImageItem</a></h4>
      <section><p>Provides data to bind to and use in a custom Image edit dialog.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.XHTMLItemBase.html">XHTMLItemBase</a></h4>
      <section><p>Base class for classes used to provide data to custom edit dialogs.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.XHTMLRowItem.html">XHTMLRowItem</a></h4>
      <section><p>Provides data to bind to and use in a custom Table Row edit dialog.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.XHTMLTableItem.html">XHTMLTableItem</a></h4>
      <section><p>Provides data to bind to and use in a custom Table edit dialog.</p>
</section>
    <h3 id="interfaces">
Interfaces
</h3>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.IBookmarkItemDialog.html">IBookmarkItemDialog</a></h4>
      <section><p><b>IBookmarkItemDialog</b> interface allows to customize the dialog used to insert or edit a bookmark.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.ICellItemDialog.html">ICellItemDialog</a></h4>
      <section><p><b>ICellItemDialog</b> interface allows to customize the dialog used to insert or edit a table cell.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.IColumnItemDialog.html">IColumnItemDialog</a></h4>
      <section><p><b>IColumnItemDialog</b> interface allows to customize the dialog used to insert or edit a table column.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.IFindReplaceDialog.html">IFindReplaceDialog</a></h4>
      <section><p><b>IFindReplaceDialog</b> interface allows to customize the Find/Replace dialog.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.IFlashMovieItemDialog.html">IFlashMovieItemDialog</a></h4>
      <section><p><b>IFlashMovieItemDialog</b> interface allows to customize the dialog used to insert or edit a Flash movie object.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.IFormattingDialog.html">IFormattingDialog</a></h4>
      <section><p><b>IFormattingDialog</b> interface allows to customize the Format dialog.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.IHyperlinkItemDialog.html">IHyperlinkItemDialog</a></h4>
      <section><p><b>IHyperlinkItemDialog</b> interface allows to customize the dialog used to insert or edit a hyperlink.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.IImageItemDialog.html">IImageItemDialog</a></h4>
      <section><p><b>IImageItemDialog</b> interface allows to customize the dialog used to insert or edit an image.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.IMessageBox.html">IMessageBox</a></h4>
      <section><p><b>IMessageBox</b> interface allows to customize the standard MessageBox.Show dialog.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.IRowItemDialog.html">IRowItemDialog</a></h4>
      <section><p><b>IRowItemDialog</b> interface allows to customize the dialog used to insert or edit a table row.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.ITableItemDialog.html">ITableItemDialog</a></h4>
      <section><p><b>ITableItemDialog</b> interface allows to customize the dialog used to insert or edit a table.</p>
</section>
    <h3 id="enums">
Enums
</h3>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.HorizontalAlignment.html">HorizontalAlignment</a></h4>
      <section><p>Specifies how an object or text is horizontally aligned.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.SizeType.html">SizeType</a></h4>
      <section><p>Specifies the units for measuring size.</p>
</section>
      <h4><a class="xref" href="C1.Win.C1Editor.UICustomization.VerticalAlignment.html">VerticalAlignment</a></h4>
      <section><p>Specifies how an object or text is aligned vertically .</p>
</section>


</div>
