<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Telerik.WinControls.RichTextEditor</name>
    </assembly>
    <members>
        <member name="T:Telerik.WinForms.Documents.UI.Extensibility.IChangeEditingPermissionsDialog">
            <summary>
            Provides functionality for showing dialogs for changing editing permissions.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.IChangeEditingPermissionsDialog.ShowDialog(Telerik.WinForms.Documents.UI.Extensibility.ChangeEditingPermissionsDialogContext,Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Shows the dialog.
            </summary>
            <param name="context">The context containing information about current permissions and how to set them.</param>
            <param name="owner">The owner of the dialog.</param>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ChangeEditingPermissionsDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ChangeEditingPermissionsDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ChangeEditingPermissionsDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.CodeFormattingDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.CodeFormattingDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.CodeFormattingDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.CodeFormattingDialog.CodeTextBoxTabWidth">
            <summary>
            Gets or sets the tab size (in spaces) for the TextBox containing the code.
            </summary>
            <value>The width of the tab.</value>
        </member>
        <member name="T:Telerik.WinForms.Documents.UI.Extensibility.IEditCustomDictionaryDialog">
            <summary>
            Provides functionality for showing dialogs for editing custom spellchecking dictionaries.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.IEditCustomDictionaryDialog.ShowDialog(Telerik.WinForms.Documents.Proofing.ICustomWordDictionary,Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Shows the dialog.
            </summary>
            <param name="customWordDictionary">The custom word dictionary to edit.</param>
            <param name="owner">The owner of the dialog.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.IEditCustomDictionaryDialog.Close">
            <summary>
            Closes the dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.EditCustomDictionaryDialog.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.EditCustomDictionaryDialog"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.EditCustomDictionaryDialog.ShowDialog(Telerik.WinForms.Documents.Proofing.ICustomWordDictionary,Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Shows the dialog.
            </summary>
            <param name="customWordDictionary">The custom word dictionary to edit.</param>
            <param name="owner">The owner of the dialog.</param>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.EditCustomDictionaryDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.EditCustomDictionaryDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.EditCustomDictionaryDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.DelegateCommand">
            <summary>
            Provides a simple ICommand implementation.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.DelegateCommand.#ctor(System.Action{System.Object})">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.DelegateCommand"/> class.
            </summary>
            <param name="execute">The execute action.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.DelegateCommand.#ctor(System.Action{System.Object},System.Predicate{System.Object})">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.DelegateCommand"/> class.
            </summary>
            <param name="execute">The execute action.</param>
            <param name="canExecute">The can execute predicate.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.DelegateCommand.InvalidateCanExecute">
            <summary>
            Raises the CanExecuteChanged event.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.DelegateCommand.CanExecute(System.Object)">
            <summary>
            Defines the method that determines whether the command can execute in its current state.
            </summary>
            <param name="parameter">Data used by the command. If the command does not require data to be passed, this object can be set to null.</param>
            <returns>
            True if this command can be executed, otherwise - false.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.DelegateCommand.Execute(System.Object)">
            <summary>
            Defines the method to be called when the command is invoked.
            </summary>
            <param name="parameter">Data used by the command. If the command does not require data to be passed, this object can be set to null.</param>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.DelegateCommand.CanExecuteChanged">
            <summary>
            Occurs when changes occur that affect whether the command should execute.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.UI.Extensibility.IFindReplaceDialog">
            <summary>
            Provides functionality for showing dialogs for find and replace.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.IFindReplaceDialog.Show(Telerik.WinForms.RichTextEditor.RadRichTextBox,System.Func{System.String,System.Boolean},System.String)">
            <summary>
            Shows the dialog.
            </summary>
            <param name="richTextBox">The associated <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/>.</param>
            <param name="replaceCallback">The callback that will be invoked to perform replace.</param>
            <param name="textToFind">The text to initially set in the search field.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.IFindReplaceDialog.Close">
            <summary>
            Closes the dialog.
            </summary>   
        </member>
        <member name="P:Telerik.WinForms.Documents.UI.Extensibility.IFindReplaceDialog.IsOpen">
            <summary>
            Gets a value indicating whether the dialog is open.
            </summary>
            <value>
              <c>true</c> if the dialog is open; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.FindReplaceDialog.Show(Telerik.WinForms.RichTextEditor.RadRichTextBox,System.Action{System.String},System.String)">
            <summary>
            Shows the dialog.
            </summary>
            <param name="richTextBox">The associated <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/>.</param>
            <param name="replaceCallback">The callback that will be invoked to perform replace.</param>
            <param name="textToFind">The text to initially set in the search field.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.FindReplaceDialog.Show(Telerik.WinForms.RichTextEditor.RadRichTextBox,System.Func{System.String,System.Boolean},System.String)">
            <summary>
            Shows the dialog.
            </summary>
            <param name="richTextBox">The associated <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/>.</param>
            <param name="replaceCallback">The callback that will be invoked to perform replace.</param>
            <param name="textToFind">The text to initially set in the search field.</param>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.FindReplaceDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.FindReplaceDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.FindReplaceDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.AddNewBibliographicSourceDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.AddNewBibliographicSourceDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.AddNewBibliographicSourceDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.FloatingBlockPropertiesDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.FloatingBlockPropertiesDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.FloatingBlockPropertiesDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.FloatingBlockProperties.PositionProperties.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.FloatingBlockProperties.PositionProperties.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.FloatingBlockProperties.PositionProperties.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.FloatingBlockProperties.TextWrappingProperties.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.FloatingBlockProperties.TextWrappingProperties.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.FloatingBlockProperties.TextWrappingProperties.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.FontPropertiesDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.FontPropertiesDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.FontPropertiesDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertCaptionDialog.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertSymbolDialog"/> class.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertCaptionDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertCaptionDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertCaptionDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertCrossReferenceWindow.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertSymbolDialog"/> class.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertCrossReferenceWindow.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertCrossReferenceWindow.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertCrossReferenceWindow.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertDateTimeDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertDateTimeDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertDateTimeDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.UI.Extensibility.IInsertHyperlinkDialog">
            <summary>
            Provides functionality for showing dialogs for inserting/editing hyperlinks.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.IInsertHyperlinkDialog.ShowDialog(System.String,Telerik.WinForms.Documents.Model.HyperlinkInfo,System.Collections.Generic.IEnumerable{System.String},System.Action{System.String,Telerik.WinForms.Documents.Model.HyperlinkInfo},System.Action,Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Shows the dialog for inserting hyperlinks.
            </summary>
            <param name="text">The text of the hyperlink.</param>
            <param name="currentHyperlinkInfo">The current hyperlink info. Null if we are not in edit mode.</param>
            <param name="bookmarkNames">Names of all existing bookmarks.</param>
            <param name="insertHyperlinkCallback">The callback that will be called on confirmation to insert the hyperlink.</param>
            <param name="cancelCallback">The callback that will be called on cancelation.</param>
            <param name="owner">The owner of the dialog.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertHyperlinkDialog.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertHyperlinkDialog"/> class.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertHyperlinkDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertHyperlinkDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertHyperlinkDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.UI.Extensibility.IInsertSymbolWindow">
            <summary>
            Provides functionality for showing dialogs for inserting symbols.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.IInsertSymbolWindow.Show(System.Action{System.Char,Telerik.WinControls.RichTextEditor.UI.FontFamily},Telerik.WinControls.RichTextEditor.UI.FontFamily,Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Shows the dialog.
            </summary>
            <param name="insertSymbolCallback">The callback that will be invoked to insert symbols.</param>
            <param name="initialFont">The font which symbols will be loaded initially.</param>
            <param name="owner">The owner of the dialog.</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.UI.Extensibility.IInsertSymbolWindow.IsOpen">
            <summary>
            Gets a value indicating whether the dialog is open.
            </summary>
            <value>
              <c>true</c> if the dialog is open; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertSymbolDialog.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertSymbolDialog"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertSymbolDialog.Show(System.Action{System.Char,Telerik.WinControls.RichTextEditor.UI.FontFamily},Telerik.WinControls.RichTextEditor.UI.FontFamily,Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Shows the dialog.
            </summary>
            <param name="insertSymbolCallback">The callback that will be invoked to insert symbols.</param>
            <param name="initialFont">The font which symbols will be loaded initially.</param>
            <param name="owner">The owner of the dialog.</param>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertSymbolDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertSymbolDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertSymbolDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.UI.Extensibility.IInsertTableDialog">
            <summary>
            Provides functionality for showing dialogs for inserting tables.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.IInsertTableDialog.ShowDialog(Telerik.WinForms.Documents.UI.Extensibility.InsertTableDialogContext)">
            <summary>
            Shows the dialog. Specified insert table callback is applied on user confirmation.
            </summary>
            <param name="insertTableDialogContext">The insert table dialog context.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertTableDialog.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertTableDialog"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertTableDialog.ShowDialog(Telerik.WinForms.Documents.UI.Extensibility.InsertTableDialogContext)">
            <summary>
            Shows the dialog. Specified insert table callback is applied on user confirmation.
            </summary>
            <param name="context">The dialog context.</param>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertTableDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertTableDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertTableDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertTableOfContentsDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertTableOfContentsDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.InsertTableOfContentsDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ManageBibliographicSourcesDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ManageBibliographicSourcesDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ManageBibliographicSourcesDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ManageBookmarksDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ManageBookmarksDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ManageBookmarksDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ManageStylesDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ManageStylesDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ManageStylesDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ParagraphPropertiesDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ParagraphPropertiesDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ParagraphPropertiesDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.NewCaptionLabelDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.NewCaptionLabelDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.NewCaptionLabelDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.UI.Extensibility.INotesDialog">
            <summary>
            Provides functionality for showing dialogs for footnotes and endnotes
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.INotesDialog.ShowDialog(Telerik.WinForms.Documents.UI.Extensibility.NotesDialogContext,Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Shows the dialog.
            </summary>
            <param name="context">The notes dialog context.</param>
            <param name="owner">The owner of the dialog.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.NotesDialog.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.NotesDialog"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.NotesDialog.ShowDialog(Telerik.WinForms.Documents.UI.Extensibility.NotesDialogContext,Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Shows the dialog.
            </summary>
            <param name="context">The notes dialog context.</param>
            <param name="owner">The owner of the dialog.</param>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.NotesDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.NotesDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.NotesDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.UI.Extensibility.IProtectDocumentDialog">
            <summary>
            Provides functionality for showing dialogs for enforcing document protection
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.IProtectDocumentDialog.ShowDialog(System.Action{Telerik.WinForms.Documents.Model.DocumentProtectionMode,System.String},Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Shows the dialog.
            </summary>
            <param name="protectDocumentCallback">The callback that will be used to set the document password.</param>
            <param name="owner">The owner of the dialog.</param>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ProtectDocumentDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ProtectDocumentDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ProtectDocumentDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.SetNumberingValueDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.SetNumberingValueDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.SetNumberingValueDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.UI.Extensibility.ISpellCheckingDialog">
            <summary>
            Provides functionality for showing dialogs for spellchecking. 
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.ISpellCheckingDialog.ShowDialog(Telerik.WinForms.Documents.UI.Extensibility.SpellCheckingUIManager,Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Shows the dialog.
            </summary>
            <param name="spellCheckingUIManager">The spellchecking UI manager.</param>
            <param name="owner">The owner of the dialog.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.ISpellCheckingDialog.Close">
            <summary>
            Closes the dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.SpellCheckingDialog.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.SpellCheckingDialog"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.SpellCheckingDialog.ShowDialog(Telerik.WinForms.Documents.UI.Extensibility.SpellCheckingUIManager,Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Shows the dialog.
            </summary>
            <param name="spellCheckingUIManager">The spellchecking UI manager.</param>
            <param name="owner">The owner of the dialog.</param>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.SpellCheckingDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.SpellCheckingDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.SpellCheckingDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.CharacterProperties.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.CharacterProperties.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.CharacterProperties.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ModifyMultiLevelListDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ModifyMultiLevelListDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ModifyMultiLevelListDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ModifyTableStyleBanding.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ModifyTableStyleBanding.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ModifyTableStyleBanding.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.NumberingProperties.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.NumberingProperties.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.NumberingProperties.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.ParagraphProperties.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.ParagraphProperties.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.ParagraphProperties.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.SpanProperties.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.SpanProperties.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.SpanProperties.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingPropertiesDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingPropertiesDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingPropertiesDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableBordersDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableBordersDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableBordersDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableBorders.CellBordersProperties.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableBorders.CellBordersProperties.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableBorders.CellBordersProperties.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableBorders.TableBordersProperties.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableBorders.TableBordersProperties.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableBorders.TableBordersProperties.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableBorders.TableBorderSelector.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableBorders.TableBorderSelector.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableBorders.TableBorderSelector.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.UI.Extensibility.ITablePropertiesDialog">
            <summary>
            Provides functionality for showing dialogs for editing table properties.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.ITablePropertiesDialog.ShowDialog(Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor,Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Shows the dialog.
            </summary>
            <param name="tablePropertiesEditor">Instance of <see cref="T:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor"/> used to edit table properties.</param>
            <param name="owner">The owner of the dialog.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TablePropertiesDialog.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TablePropertiesDialog"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TablePropertiesDialog.ShowDialog(Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor,Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Shows the dialog.
            </summary>
            <param name="tablePropertiesEditor">Instance of <see cref="T:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor"/> used to edit table properties.</param>
            <param name="owner">The owner of the dialog.</param>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TablePropertiesDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TablePropertiesDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TablePropertiesDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableProperties.CellProperties.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableProperties.CellProperties.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableProperties.CellProperties.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableProperties.ColumnProperties.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableProperties.ColumnProperties.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableProperties.ColumnProperties.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableProperties.TableAndCellSizePicker.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableProperties.TableAndCellSizePicker.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableProperties.TableAndCellSizePicker.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableProperties.TableProperties.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableProperties.TableProperties.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableProperties.TableProperties.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableProperties.TableWidthControl.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableProperties.TableWidthControl.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableProperties.TableWidthControl.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.TableProperties.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.TableProperties.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties.TableProperties.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TabStopsPropertiesDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TabStopsPropertiesDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TabStopsPropertiesDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.Symbols.SymbolsPicker.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.Symbols.SymbolsPicker.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.Symbols.SymbolsPicker.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.PrintPreview.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.PrintPreview.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.PrintPreview.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.UI.Extensibility.IUnprotectDocumentDialog">
            <summary>
            Provides functionality for showing dialogs for removing document protection
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.IUnprotectDocumentDialog.ShowDialog(System.Func{System.String,System.Boolean},Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Shows the dialog.
            </summary>
            <param name="protectDocumentCallback">The callback that will be used to remove the document protection.</param>
            <param name="owner">The owner of the dialog.</param>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.UnprotectDocumentDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.UnprotectDocumentDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.UnprotectDocumentDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.WatermarkSettingsDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.WatermarkSettingsDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.WatermarkSettingsDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.#ctor(Telerik.WinForms.Documents.Layout.DocumentLayoutBox,System.Boolean)">
            <summary>
            Initializes a new instance of the DocumentPosition class.
            </summary>
            <param name="documentBox"></param>
            <param name="trackDocumentChangeEvents">Indicates whether this position should track document change events.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.#ctor(Telerik.WinForms.Documents.Layout.DocumentLayoutBox)">
            <summary>
            Initializes a new instance of the DocumentPosition class.
            </summary>
            <param name="documentBox"></param>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.#ctor(Telerik.WinForms.Documents.Model.RadDocument)">
            <summary>
            Initializes a new instance of the DocumentPosition class.
            </summary>
            <param name="document"></param>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.#ctor(Telerik.WinForms.Documents.Model.RadDocument,System.Boolean)">
            <summary>
            Initializes a new instance of the DocumentPosition class.
            </summary>
            <param name="document"></param>
            <param name="trackDocumentChangeEvents">Indicates whether this position should track document change events.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.#ctor(Telerik.WinForms.Documents.DocumentPosition,System.Boolean)">
            <summary>
            Initializes a new instance of the DocumentPosition class.
            </summary>
            <param name="documentPosition">The document position to copy.</param>
            <param name="trackDocumentChangeEvents">Indicates whether this position should track document change events.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.#ctor(Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Initializes a new instance of the DocumentPosition class.
            </summary>
            <param name="documentPosition">The document position to copy.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.Reset">
            <summary>
            Resets the position.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.AnchorToCurrentBoxIndex">
            <summary>
            Anchors the position to the current box index.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.RestorePositionFromBoxIndex(System.Nullable{System.Boolean})">
            <summary>
            Restores the position from the box index.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.AnchorToNextFormattingSymbol">
            <summary>
            Anchors the position to the next formatting symbol.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.RemoveAnchorFromNextFormattingSymbol">
            <summary>
            Removes the anchor to the next formatting symbol.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.IsAtParagraphStart(Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Checks if a position is at the start of a paragraph.
            </summary>
            <param name="documentPosition">The position to check.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.GetCurrentPositionInSpan">
            <summary>
            Gets the current index in span.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.GetCurrentWord">
            <summary>
            Gets the current word.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.GetCurrentSpanBox">
            <summary>
            Gets the current SpanLayoutBox.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.GetCurrentInlineBox">
            <summary>
            Gets the current InlineLayoutBox.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.GetCurrentTableBox">
            <summary>
            Gets the current TableLayoutBox.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.GetCurrentTableRowBox">
            <summary>
            Gets the current TableRowLayoutBox.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.GetCurrentTableCellBox">
            <summary>
            Gets the current TableCellLayoutBox.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.GetCurrentParagraphBox">
            <summary>
            Gets the current ParagraphLayoutBox.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.GetCurrentSectionBox">
            <summary>
            Gets the current SectionLayoutBox.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.GetPreviousInlineBox">
            <summary>
            Gets the previous InlineLayoutBox.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.GetNextInlineBox">
            <summary>
            Gets the next InlineLayoutBox.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.GetPreviousSpanBox">
            <summary>
            Gets the previous SpanLayoutBox.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.GetNextSpan">
            <summary>
            Gets the next SpanLayoutBox.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.GetPreviousInline">
            <summary>
            Gets the previous Inline.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.GetNextInline">
            <summary>
            Gets the next InlineLayout.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.GetCurrentInline">
            <summary>
            Gets the current Inline.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToPosition(Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Moves the position to specific position in document.
            </summary>
            <param name="newPosition">The new position.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToNext">
            <summary>
            Moves the position to next position in document.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToPrevious">
            <summary>
            Moves the position to previous  position in document.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.SetPosition(Telerik.WinForms.Documents.Model.PointF)">
            <summary>
            Sets the position to the nearest position to the point.
            </summary>
            <param name="position">The position.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.SetPosition(Telerik.WinForms.Documents.Model.PointF,System.Boolean)">
            <summary>
            Sets the selection position.
            </summary>
            <param name="position">The position.</param>
            <param name="moveToNextIfOutOfBox">if set to <c>true</c> moves the position to next.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToInline(Telerik.WinForms.Documents.Layout.InlineLayoutBox,System.Int32)">
            <summary>
            Moves the position to InlineLayoutBox.
            </summary>
            <param name="inlineLayoutBox">The InlineLayoutBox.</param>
            <param name="index">The index in the InlineLayoutBox.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToInline(Telerik.WinForms.Documents.Model.Inline)">
            <summary>
            Moves the position to the start of inline.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToStartOfDocumentElement(Telerik.WinForms.Documents.Model.DocumentElement)">
            <summary>
            Moves the position to start of document element.
            </summary>
            <param name="element">The document element.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToEndOfDocumentElement(Telerik.WinForms.Documents.Model.DocumentElement)">
            <summary>
            Moves the position to end of document element.
            </summary>
            <param name="element">The document element.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToCurrentWordStart">
            <summary>
            Moves the position to current word start.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToCurrentWordEnd">
            <summary>
            Moves the position to current word end.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToNextWordStart">
            <summary>
            Moves the position to next word start.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToPreviousWordStart">
            <summary>
            Moves the position to previous word start.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToNextSpanBox">
            <summary>
            Moves the position to next SpanLayoutBox.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToPreviousSpanBox">
            <summary>
            Moves the position to previous SpanLayoutBox.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToNextInline">
            <summary>
            Moves the position to next InlineLayoutBox.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToPreviousInline">
            <summary>
            Moves the position to previous InlineLayoutBox.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToCurrentLineStart">
            <summary>
            Moves the position to the current line start.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToCurrentLineEnd">
            <summary>
            Moves the position to the current line end.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveUp">
            <summary>
            Moves the position up.
            </summary>
            <returns>True if the move was successful, otherwise false.</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveDown">
            <summary>
            Moves the position down.
            </summary>
            <returns>True if the move was successful, otherwise false.</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveVertically(System.Single)">
            <summary>
            Moves the vertically.
            </summary>
            <param name="verticalOffset">The vertical offset.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToLastPositionInParagraph">
            <summary>
            Moves the position to last position in paragraph.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToFirstPositionInParagraph">
            <summary>
            Moves the position to first position in paragraph.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToFirstPositionInNextParagraph">
            <summary>
            Moves the position to first position in next paragraph.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToFirstPositionInPreviousParagraph">
            <summary>
            Moves the position to first position in previous paragraph.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToLastPositionInPreviousParagraph">
            <summary>
            Moves the position to last position in previous paragraph.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToFirstPositionInTableCell">
            <summary>
            Moves the position to first position in current table cell.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToLastPositionInTableCell">
            <summary>
            Moves the position to last position in current table cell.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToFirstPositionOnNextPage">
            <summary>
            Moves the position to first position on next page.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToLastPositionOnPreviousPage">
            <summary>
            Moves the position to last position on previous page.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToPage(System.Int32)">
            <summary>
            Moves the position to the beginning of the page with the specified number.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToFirstPositionInDocument">
            <summary>
            Moves the position to first position in document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.MoveToLastPositionInDocument">
            <summary>
            Moves the position to last position in document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.CompareTo(Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Compares this position with another one.
            </summary>
            <param name="other">The other position to compare with.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.DocumentPosition.Dispose">
            <summary>
            Disposes this DocumentPosition
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.DocumentPosition.Location">
            <summary>
            Gets a value representing the layout position of this document position.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.DocumentPosition.IsPositionInsideTable">
            <summary>
            Gets a value indicating whether this position is inside table.
            </summary>
            <value>
            	<c>true</c> if this position is inside table; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.UIElement.IsFocusable">
            <summary>
            This property is used internally!
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FrameworkElement.FlowDirection">
            <summary>
            Gets or sets the direction of flow of the elements.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.BinaryDataProviderBase.RichTextBox">
            <summary>
            Gets or sets the RadRichTextBox this DataProvider is attached to
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.BinaryDataProviderBase.FormatProvider">
            <summary>
            Gets or sets the IDocumentFormatProvider thas is used when converting the document
            </summary>
        </member>
        <member name="E:Telerik.WinForms.Documents.FormatProviders.BinaryDataProviderBase.SetupDocument">
            <summary>
            Fires when the DataProvider creates new document
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.DataProviderBase.RichTextBox">
            <summary>
            Gets or sets the RadRichTextBox this DataProvider is attached to
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.DataProviderBase.FormatProvider">
            <summary>
            Gets or sets the ITextBaseDocumentFormatProvider thas is used when converting the document
            </summary>
        </member>
        <member name="E:Telerik.WinForms.Documents.FormatProviders.DataProviderBase.SetupDocument">
            <summary>
            Fires when the DataProvider creates new document
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.HtmlExportSettings.StylesExportMode">
            <summary>
            Gets or sets the styles export mode. This controls how the properties of the document elements will be exported.
            </summary>
            <remarks>
            Gets or sets the styles export mode. This controls how the properties of the document elements will be exported.
            </remarks>
            <value>
            The styles export mode.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.HtmlExportSettings.StyleRepositoryExportMode">
            <summary>
            Gets or sets the style repository export mode.
            </summary>
            <remarks>
            Controls how the style repository of the document is exported to Html.
            </remarks>
            <value>
            The style repository export mode.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.HtmlExportSettings.ExportStyleMetadata">
            <summary>
            Export additional metadata when exporting CSS classes that will be used when importing.
            </summary>
            <remarks>
            
            </remarks>
            <value>
              <c>true</c> if [export style metadata]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.HtmlExportSettings.ExportFontStylesAsTags">
            <summary>
            Gets or sets the export font styles as tag. This controls if the font styles: bold, italic and underline will be exported as tags.
            </summary>
            <remarks>
            Gets or sets the export font styles as tag. This controls if the font styles: bold, italic and underline will be exported as tags.
            </remarks>
            <value>
            <c>true</c> if [export font styles as tag]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.HtmlExportSettings.ExportBoldAsStrong">
            <summary>
            Gets or sets the export font-weight: bold as tag strong. This controls if the font-weight: bold will be exported as tag strong.
            </summary>
            <remarks>
            Gets or sets the export font-weight: bold as tag strong. This controls if the font-weight: bold will be exported as tag strong.
            </remarks>
            <value>
            <c>true</c> if [export font-weight: bold as tag strong]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.HtmlExportSettings.ExportItalicAsEm">
            <summary>
            Gets or sets the export font-style: italic as tag em. This controls if the font-style: italic will be exported as tag em.
            </summary>
            <remarks>
            Gets or sets the export font-style: italic as tag em. This controls if the font-style: italic will be exported as tag em.
            </remarks>
            <value>
            <c>true</c> if [export font-style: italic as tag em]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.HtmlExportSettings.ExportHeadingsAsTags">
            <summary>
            Gets or sets if RadRichTextBox Heading styles should be export as html heading styles (h1, h2 etc.)
            </summary>
            <remarks>
            Gets or sets if RadRichTextBox Heading styles should be export as html heading styles (h1, h2 etc.)
            </remarks>
            <value>
            <c>true</c> if [export RRTB Heading styles as Html heading styles ]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.HtmlExportSettings.ExportEmptyDocumentAsEmptyString">
            <summary>
            Gets or sets if RadRichTextBox should export empty document as empty string
            </summary>
            <remarks>
            Gets or sets if RadRichTextBox should export empty document as empty string
            </remarks>
            <value>
            <c>true</c> if [export empty document as empty string ]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.HtmlExportSettings.ForbiddentPropertiesForExportCollection">
            <summary>
            Gets collection where you can add properties which won't be exported for certen html tag.
            </summary>
            <remarks>
            Gets collection where you can add properties which won't be exported for certen html tag.
            </remarks>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.HtmlExportSettings.PropertiesToIgnore">
            <summary>
            Gets a collection where you can add properties which will not be exported for a certain HTML tag.
            </summary>
            <remarks>
            Gets a collection where you can add properties which will not be exported for a certain HTML tag.
            </remarks>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.HtmlExportSettings.ExportLocalOrStyleValueSource">
            <summary>
            Gets or sets if RadRichTextBox should export only properties which has local or style value source
            </summary>
            <remarks>
            Gets or sets if RadRichTextBox should export only properties which has local or style value source
            </remarks>
            <value>
            <c>true</c> if [export properties with local or style value source ]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.HtmlExportSettings.SpanExportMode">
            <summary>
            Gets or sets the span export mode. This option will not affect the content of the span only how the span tag is exported.
            </summary>
            <remarks>
            Controls how the span tag is exported.
            </remarks>
            <value>
            The span export mode.
            </value>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.SpanExportMode">
            <summary>
            Describes when the span tag will be exported. The following options will not affect the content of the span only the tag.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.SpanExportMode.DefaultBehavior">
            <summary>
            Span tags will be exported when they have styling.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.SpanExportMode.AlwaysExport">
            <summary>
            Span tags will be always exported.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.StyleRepositoryExportMode.ExportStylesAsCssClasses">
            <summary>
            Export styles form the document styles repository to CSS classes
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.StyleRepositoryExportMode.DontExportStyles">
            <summary>
            Don't export styles form the document styles repository
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.StylesExportMode.Classes">
            <summary>
            Create CSS classes containing properties of document elements
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.StylesExportMode.Inline">
            <summary>
            Inline properties of document elements using style attribute
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.LoadImageEventArgs.ImageElement">
            <summary>
            Contains a reference to the ImageInline element which is currently being initialized.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.LoadImageEventArgs.Url">
            <summary>
            Specifies the Url from which the image will be loaded if Handled is false.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.LoadImageEventArgs.Handled">
            <summary>
            Specifies if the image has been already initialized by the user or should be loaded from the specified in the event args Url.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.ImageExportMode.None">
            <summary>
            Image are not exported
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.ImageExportMode.AutomaticInline">
            <summary>
            The best mode to export the image is chosen automatically
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.ImageExportMode.Base64EncodedSplit">
            <summary>
            Images are inline Base64 encoded and split into parts layed out in a table
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.ImageExportMode.Base64Encoded">
            <summary>
            Images are inline Base64 encoded
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.ImageExportMode.ImageExportingEvent">
            <summary>
            Event is fired on exporting
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.ImageExportMode.UriSource">
            <summary>
            The UriSource property is set as src attribute of the img tag
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Pdf.PdfDocumentInfo">
            <summary>
            Entries in the document information dictionary.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Pdf.PdfExportSettings.ContentsDeflaterCompressionLevel">
            <summary>
            Gets or sets a value indicating the compression level to be used when deflating images.
            -1 = Default Compression.
            0 = No Compression.
            9 = Best Compression.
            The default is -1.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Pdf.PdfExportSettings.ContentsCompressionMode">
            <summary>
            Gets or sets a value indicating the compression mode used when compressing page contents
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Pdf.PdfExportSettings.ImagesCompressionMode">
            <summary>
            Gets or sets a value indicating the compression mode used when compressing images
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Pdf.PdfExportSettings.ImagesDeflaterCompressionLevel">
            <summary>
            Gets or sets a value indicating the compression level to be used when deflating images.
            -1 = Default Compression.
            0 = No Compression.
            9 = Best Compression.
            The default is -1.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Pdf.PdfExportSettings.DrawPageBodyBackground">
            <summary>
            Gets or sets a value indicating whether the exporter will draw a rectangle below the page body contents.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Pdf.PdfImagesCompressionMode.None">
            <summary>
            Don't compress the images.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Pdf.PdfImagesCompressionMode.Deflate">
            <summary>
            Use the deflate algorithm to compress the images.
            Use PdfExportSettings.ImagesDeflaterCompressionLevel to specify the compression ratio.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Pdf.PdfImagesCompressionMode.Jpeg">
            <summary>
            Use JPEG to compress the images.
            This mode is only supported for images that are imported as JPEGs.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Pdf.PdfImagesCompressionMode.Automatic">
            <summary>
            Automatically choose the best algorithm to compress the images.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Txt.TxtDataProvider.Text">
            <summary>
            Gets or sets the current document as Text
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Xaml.ImageExportMode.None">
            <summary>
            Images are not exported
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Xaml.ImageExportMode.RawData">
            <summary>
            Images are exported using their RawData
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Xaml.ImageExportMode.ImageExportingEvent">
            <summary>
            Event is fired on exporting
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Xaml.ImageExportMode.UriSource">
            <summary>
            The UriSource property is used instead of RawData. Bare in mind that this property may not be set on all images.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.LayoutElement.OnBitStateChanged(Telerik.WinForms.Documents.Layout.DocumentElementStates,System.Boolean,System.Boolean)">
            <summary>
            Notifies the object for a change in its bit state.
            </summary>
            <param name="key"></param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.LayoutElement.SetBitState(Telerik.WinForms.Documents.Layout.DocumentElementStates,System.Boolean)">
            <summary>
            Applies the specified boolean value to the BitVector of the object.
            </summary>
            <param name="key"></param>
            <param name="value"></param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.LayoutElement.IsInValidState(System.Boolean)">
            <summary>
            Determines whether the element is currently in valid state.
            That is having a valid RadElementTree reference and being in either Constructed or Loaded state.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.LayoutElement.ArrangeOverride(Telerik.WinForms.Documents.Model.SizeF)">
            <summary>
            Arranges the <see cref="T:Telerik.WinForms.Documents.Layout.LayoutElement"/> to its final location.
            The element must call the Arrange method of each of its children.
            </summary>
            <param name="finalSize">The size that is available for element.</param>
            <returns>The rectangle occupied by the element. Usually <paramref name="finalSize"/>. Should you return different size, the Layout system will restart measuring and rearraning the items. That could lead to infinite recursion.</returns>
            <remarks>In this method call to the Arrange method of each child must be made.</remarks>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.LayoutElement.MeasureOverride(Telerik.WinForms.Documents.Model.SizeF)">
            <summary>
            Measures the space required by the <see cref="T:Telerik.WinForms.Documents.Layout.LayoutElement"/>
            Used by the layout system.
            </summary>
            <param name="availableSize">The size that is available to the <see cref="T:Telerik.WinForms.Documents.Layout.LayoutElement"/>. The available size can be infinity (to take the full size of the element)</param>
            <returns>The minimum size required by the element to be completely visible. Cannot be infinify.</returns>
            <remarks>In this method call to the Measure method of each child must be made.</remarks>
        </member>
        <member name="P:Telerik.WinForms.Documents.Layout.LayoutElement.BitState">
            <summary>
            Gets the RadBitVector64 structure that holds all the bit states of the object.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Layout.LayoutElement.Size">
            <summary>
                Gets or sets the size of the element which is the height and width of the visual
                rectangle that would contain the element. Size corresponds to
                element's Bounds.Size. When the <see cref="P:Telerik.WinForms.Documents.Layout.LayoutElement.AutoSize">AutoSize</see> property is set
                to true setting the Size property to some value has no effect.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Layout.LayoutElement.TreeLevel">
            <summary>
            Gets the level of this element in the LayoutElement tree it currently resides.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Layout.LayoutElement.AutoSize">
            <summary>
            Gets or sets a value indicating whether the element size will be calculated
            automatically by the layout system. Value of false indicates that the element's size
            will not be changed when calculating the layout.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.BlockContainerLayoutHelper.ProcessChildFloatingBlocks(Telerik.WinForms.Documents.Layout.LayoutBox)">
            <summary>
            Processes the child floating blocks.
            </summary>
            <param name="currentBox">The current box.</param>
            <returns>returns true if new measure pass is needed</returns>
        </member>
        <member name="T:Telerik.WinForms.Documents.Layout.ContentAlignment">
            <summary>
            Describes the alignment of the content of layout element.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Layout.ContentAlignment.TopLeft">
            <summary>
            Top left alignment.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Layout.ContentAlignment.TopCenter">
            <summary>
            Top centered alignment.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Layout.ContentAlignment.TopRight">
            <summary>
            Top right alignment.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Layout.ContentAlignment.MiddleLeft">
            <summary>
            Middle left alignment.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Layout.ContentAlignment.MiddleCenter">
            <summary>
            Middle centered alignment.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Layout.ContentAlignment.MiddleRight">
            <summary>
            Middle right alignment.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Layout.ContentAlignment.BottomLeft">
            <summary>
            Bottom left alignment.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Layout.ContentAlignment.BottomCenter">
            <summary>
            Bottom centered alignment.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Layout.ContentAlignment.BottomRight">
            <summary>
            Bottom right alignment.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.RichTextEditor.UI.FontFamily">
            <summary>Represents a family of related fonts.</summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontFamily.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:System.Windows.Media.FontFamily" /> class from the specified font family name.</summary>
            <param name="familyName">The family name or names that comprise the new <see cref="T:System.Windows.Media.FontFamily" />. Multiple family names should be separated by commas. </param>
            <exception cref="T:System.ArgumentNullException">
              <paramref name="familyName" /> cannot be null.</exception>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontFamily.#ctor(System.Uri,System.String)">
            <summary>Initializes a new instance of the <see cref="T:System.Windows.Media.FontFamily" /> class from the specified font family name and an optional base uniform resource identifier (URI) value.</summary>
            <param name="baseUri">Specifies the base URI that is used to resolve <paramref name="familyName" />.</param>
            <param name="familyName">The family name or names that comprise the new <see cref="T:System.Windows.Media.FontFamily" />. Multiple family names should be separated by commas.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontFamily.#ctor">
            <summary>Initializes a new instance of an anonymous <see cref="T:System.Windows.Media.FontFamily" /> class.</summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontFamily.Equals(System.Object)">
            <summary>Gets a value that indicates whether the current font family object and the specified font family object are the same.</summary>
            <returns>true if <paramref name="o" /> is equal to the current <see cref="T:System.Windows.Media.FontFamily" /> object; otherwise, false. If <paramref name="o" /> is not a <see cref="T:System.Windows.Media.FontFamily" /> object, false is returned.</returns>
            <param name="o">The <see cref="T:System.Windows.Media.FontFamily" /> object to compare.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontFamily.GetHashCode">
            <summary>Serves as a hash function for <see cref="T:System.Windows.Media.FontFamily" />. It is suitable for use in hashing algorithms and data structures such as a hash table.</summary>
            <returns>An <see cref="T:System.Int32" /> value that represents the hash code for the current object.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FontFamily.Source">
            <summary>Gets the font family name that is used to construct the <see cref="T:System.Windows.Media.FontFamily" /> object.</summary>
            <returns>The font family name of the <see cref="T:System.Windows.Media.FontFamily" /> object.</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.FontFamilyInfo.#ctor(Telerik.WinControls.RichTextEditor.UI.FontFamily,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.Layout.FontFamilyInfo"/> class.
            </summary>
            <param name="fontFamily">The font family.</param>
            <param name="displayName">The display name.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.FontFamilyInfo.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object" /> is equal
            to the current <see cref="T:System.Object" />.
            </summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with the current
            <see cref="T:System.Object" />.</param>
            <returns>
            true if the specified <see cref="T:System.Object" /> is equal to the
            current <see cref="T:System.Object" />; otherwise, false.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.FontFamilyInfo.GetHashCode">
            <summary>
            Serves as a hash function for a particular type.
            </summary>
            <returns>A hash code for the current <see cref="T:System.Object" />.</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.FontFamilyInfo.ToString">
            <summary>
            Returns a string representation of this <see cref="T:Telerik.WinForms.Documents.Layout.FontFamilyInfo" />.
            </summary>
            <returns>The input font family string.</returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.Layout.FontFamilyInfo.DisplayName">
            <summary>
            Gets the display name.
            </summary>
            <value>The display name.</value>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.FontManager.GetRegisteredFonts">
            <summary>
            Gets registered fonts.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.FontManager.GetRegisteredFontFamilyInfo(Telerik.WinControls.RichTextEditor.UI.FontFamily)">
            <summary>
            Gets the registered FontFamilyInfo.
            </summary>
            <param name="fontFamily">The font family.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.FontManager.HasRegisteredFontFamily(Telerik.WinControls.RichTextEditor.UI.FontFamily)">
            <summary>
            Determines whether the specified font family is registered.
            </summary>
            <param name="fontFamily">The font family.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.FontManager.RegisterFont(Telerik.WinControls.RichTextEditor.UI.FontFamily)">
            <summary>
            Registers a font.
            </summary>
            <param name="fontFamily">The font family.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.FontManager.RegisterFont(Telerik.WinForms.Documents.Layout.FontFamilyInfo)">
            <summary>
            Registers a FontFamilyInfo.
            </summary>
            <param name="fontFamilyInfo">The font family info.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.FontManager.UnregisterFont(Telerik.WinControls.RichTextEditor.UI.FontFamily)">
            <summary>
            Unregisters a font.
            </summary>
            <param name="fontFamily">The font to unregister.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.FontManager.UnregisterFont(Telerik.WinForms.Documents.Layout.FontFamilyInfo)">
            <summary>
            Unregisters a FontFamilyInfo.
            </summary>
            <param name="fontFamilyInfo">The font family info.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.Layout.ParagraphLineSegmentInfo.SingleSymbolGapsCount">
            <summary>
            Count of the gaps that are caused by single symbol characters
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.Layout.RegisteredFonts">
            <summary>
            Represents observable collection of font families.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.RegisteredFonts.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
            <summary>
            Raises the <see cref="E:CollectionChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="E:Telerik.WinForms.Documents.Layout.RegisteredFonts.CollectionChanged">
            <summary>
            Occurs when the items list of the collection has changed, or the collection is reset.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Lists.ListItemStringFormatter.GetListItemString(Telerik.WinForms.Documents.Model.Paragraph,System.Boolean)">
            <summary>
            Gets the list item string.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Lists.ListItemStringFormatter.GetListItemStringInternal(Telerik.WinForms.Documents.Model.Paragraph,System.Boolean,System.Boolean)">
            <summary>
            Gets the list item string.
            </summary>
            <param name="macOSXSaveBulletSymbols">If set to <c>true</c> changes bullet symbol to one that is correctly visualized on MacOSX.</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.DocumentElement.Style">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.DocumentElement.Tag">
            <summary>
            String property that allows developers to attach custom data to the DocumentElement. 
            The value of this property will be copied to DocumentElements created out of this DocumentElement during editing.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.DocumentElement.DefaultStyleSettings">
            <summary>
            Get or sets StyleDefinition instance that holds default values for properties 
            </summary>            
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.DocumentElement.LastLayoutBox">
            <summary>
            Traverses AssociatedLayoutBoxes to find the last
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Inline.FieldStart">
            <summary>
            Gets the field start of the inner-most field range in which this inline is included. 
            Note that the property setter is obsolete and does not do anything
            </summary>
            <value>
            The field start.
            </value>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.AnnotationMarkerDeleteBehavior">
            <summary>
            Describes the behavior of an annotation in case of delete operation.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.AnnotationMarkerDeleteBehavior.PreserveAnnotation">
            <summary>
            Preserves the annotation, but the content can be modified. Can be used for Backspace and DeleteBehavior.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.AnnotationMarkerDeleteBehavior.PreserveAnnotationContent">
            <summary>
            Deprecated. Preserves the annotation and its content from modifications and deleting. Can be used for DeleteSelectedBehavior.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.AnnotationMarkerDeleteBehavior.SelectAnnotation">
            <summary>
            Selects the annotation. Can be used for Backspace and DeleteBehavior.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.AnnotationMarkerDeleteBehavior.RemoveAnnotation">
            <summary>
            Removes the annotation, but leaves its content. Can be used for Backspace, Delete and DeleteSelectedBehavior.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.AnnotationMarkerDeleteBehavior.SelectAnnotationMarker">
            <summary>
            Selects the annotation marker. Can be used for Backspace and DeleteBehavior.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.AnnotationRangeEnd.CreatePairedStartOnCopy">
            <summary>
            <para>Gets a value indicating whether a new paired <see cref="T:Telerik.WinForms.Documents.Model.AnnotationRangeStart"/> will be created during copy operation.</para>
            <para>Default value is false.</para>
            <para>This property is provided for backward compatibility.</para>
            </summary>
            <value>Should pair annotation.</value>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.BaselineAlignment">
            <summary>
            Describes how the baseline for a text-based element is positioned on the vertical axis, relative to the established baseline for text.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.BaselineAlignment.Baseline">
            <summary>
            A baseline that is aligned at the actual baseline of the containing box.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.BaselineAlignment.Subscript">
            <summary>
            A baseline that is aligned at the subscript position of the containing box.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.BaselineAlignment.Superscript">
            <summary>
            A baseline that is aligned at the superscript position of the containing box.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Break.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.Model.Break"/> class of type LineBreak.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Break.#ctor(Telerik.WinForms.Documents.Model.BreakType)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.Model.Break"/> class.
            </summary>
            <param name="type">The break type.</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Break.BreakType">
            <summary>
            Gets the type of the break.
            </summary>
            <value>The type of the break.</value>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.BreakType">
            <summary>
            Defines different break types.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.BreakType.LineBreak">
            <summary>
            Specifies that the current break shall restart itself on the next line in the document.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.BreakType.PageBreak">
            <summary>
            Specifies that the current break shall restart itself on the next page of the document.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.Fields.EvaluationContext">
            <summary>
            Represents the evaluation context of a field.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Fields.EvaluationContext.Document">
            <summary>
            Gets the document.
            </summary>
            <value>The document.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Fields.EvaluationContext.MainDocument">
            <summary>
            Gets the main document. This property is null if the field is not in a child document.
            </summary>
            <value>The main document.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Fields.EvaluationContext.AssociatedLayoutBoxInMainDocument">
            <summary>
            Gets the associated layout box in main document. This property is null if the field is not in a child document.
            </summary>
            <value>The associated layout box in main document.</value>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.Fields.FieldsUpdateManager">
            <summary>
            Manager class that hosts field updates logic.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Fields.FieldsUpdateManager.RegisterFieldUpdatePriority(System.Type,System.Int32)">
            <summary>
            Registers the update priority for field of given type.
            </summary>
            <param name="fieldType">Type of the field.</param>
            <param name="priority">The priority.</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Field.EvaluationContext">
            <summary>
            Gets the evaluation context of a field.
            </summary>
            <value>The evaluation context.</value>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.IReadOnlyRangeMarker">
            <summary>
            Indicator interface for annotation markers denoting read-only ranges.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Code.CodeFormatter.RegisterCodeLanguage(Telerik.WinForms.Documents.Model.Code.CodeLanguage,Telerik.WinForms.Documents.Model.Code.ITagger{Telerik.WinForms.Documents.Model.Code.ClassificationTag})">
            <summary>
            Registers a code language and its corresponding tagger.
            </summary>
            <param name="codeLanguage">The code language.</param>
            <param name="tagger">The tagger.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Code.CodeFormatter.UnregisterCodeLanguage(Telerik.WinForms.Documents.Model.Code.CodeLanguage)">
            <summary>
            Un-registers a code language and its corresponding tagger.
            </summary>
            <param name="codeLanguage">The code language.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Code.CodeFormatter.RegisterClassificationType(Telerik.WinForms.Documents.Model.Code.ClassificationType,Telerik.WinForms.Documents.Model.Styles.StyleDefinition)">
            <summary>
            Registers classification type and its corresponding style.
            </summary>
            <param name="type">The classification type.</param>
            <param name="styleDefinition">The style definition.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Code.CodeFormatter.RegisterClassificationType(Telerik.WinForms.Documents.Model.Code.ClassificationType,Telerik.WinForms.Documents.Model.Code.CodeLanguage,Telerik.WinForms.Documents.Model.Styles.StyleDefinition)">
            <summary>
            Registers classification type for a specific code language and its corresponding style.
            </summary>
            <param name="type">The type.</param>
            <param name="codeLanguage">The code language.</param>
            <param name="styleDefinition">The style definition.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Code.CodeFormatter.UnregisterClassificationType(Telerik.WinForms.Documents.Model.Code.ClassificationType)">
            <summary>
            Un-registers classification type and its corresponding style.
            </summary>
            <param name="type">The classification type.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Code.CodeFormatter.UnregisterClassificationType(Telerik.WinForms.Documents.Model.Code.ClassificationType,Telerik.WinForms.Documents.Model.Code.CodeLanguage)">
            <summary>
            Un-registers classification type for a specific code language and its corresponding style.
            </summary>
            <param name="type">The type.</param>
            <param name="codeLanguage">The code language.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Code.CodeFormatter.GetCodeLanguages">
            <summary>
            Gets all registered the code languages.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Code.CodeFormatter.GetFormattedFragment(System.String,Telerik.WinForms.Documents.Model.Code.CodeFormattingSettings)">
            <summary>
            Creates fragment containing formatted code block.
            </summary>
            <param name="code">The code.</param>
            <param name="settings">The settings.</param>
            <returns>DocumentFragments with formatted code block</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Code.CodeFormatter.GetTagger(Telerik.WinForms.Documents.Model.Code.CodeLanguage)">
            <summary>
            Gets the tagger registered for a specific code language.
            </summary>
            <param name="codeLanguage">The code language.</param>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.Code.CodeFormattingSettings">
            <summary>
            Represents setting used from <see cref="T:Telerik.WinForms.Documents.Model.Code.CodeFormatter"/> to format source code .
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Code.CodeFormattingSettings.#ctor(Telerik.WinForms.Documents.Model.Code.CodeLanguage)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.Model.Code.CodeFormattingSettings"/> class. You can use the predefined languages from <see cref="T:Telerik.WinForms.Documents.Model.Code.CodeLanguages"/> class, or create custom ones.
            </summary>
            <param name="codeLanguage">The code language.</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Code.CodeFormattingSettings.CodeLanguage">
            <summary>
            Gets or sets the code language.
            </summary>
            <value>The code language.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Code.CodeFormattingSettings.IsLineNumberingEnabled">
            <summary>
            Gets or sets a value indicating whether line numbering is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Code.CodeFormattingSettings.IsAlternatingLinesEnabled">
            <summary>
            Gets or sets a value indicating whether lines are formatted with alternating styles.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Code.RegexTagger.GetKeywordsRegex(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Creates regular expression by a list of keywords.
            </summary>
            <param name="keywords">A list of keywords.</param>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.DocumentEnvironment.NewLine">
            <summary>
            Represents platform independent new line constant. 
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.NumPagesField">
            <summary>
            Represents document field that displays the total number of pages in the document.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.Footer">
            <summary>
            Represents a document footer.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.HeaderFooterBase">
            <summary>
            Provides the base functionality for <see cref="T:Telerik.WinForms.Documents.Model.Header"/> and <see cref="T:Telerik.WinForms.Documents.Model.Footer"/> classes.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.HeaderFooterBase.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.Model.HeaderFooterBase"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.HeaderFooterBase.#ctor(Telerik.WinForms.Documents.Model.HeaderFooterBase)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.Model.HeaderFooterBase"/> class.
            </summary>
            <param name="headerFooterBase">The <see cref="T:Telerik.WinForms.Documents.Model.HeaderFooterBase"/> to clone.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.HeaderFooterBase.OnChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:Changed"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.HeaderFooterBase.Body">
            <summary>
            Gets or sets the body document.
            </summary>
            <value>
            The body document.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.HeaderFooterBase.Size">
            <summary>
            Gets the size.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.HeaderFooterBase.ContentSize">
            <summary>
            Gets the document content size without padding.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.HeaderFooterBase.IsEmpty">
            <summary>
            Gets a value indicating whether header/footer is empty.
            </summary>
            <value>
              <c>true</c> if header/footer is empty; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="E:Telerik.WinForms.Documents.Model.HeaderFooterBase.Changed">
            <summary>
            Occurs when header/footer body document is changed.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Footer.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.Model.Footer"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Footer.#ctor(Telerik.WinForms.Documents.Model.Footer)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.Model.Footer"/> class.
            </summary>
            <param name="footer">The footer to clone.</param>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.Footers">
            <summary>
            Provides access to all footers of the document.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.HeadersFootersBase`1">
            <summary>
            Provides the base functionality for <see cref="T:Telerik.WinForms.Documents.Model.Headers"/> and <see cref="T:Telerik.WinForms.Documents.Model.Footers"/> classes.
            </summary>
            <typeparam name="T">Should be <see cref="T:Telerik.WinForms.Documents.Model.Header"/> or <see cref="T:Telerik.WinForms.Documents.Model.Footer"/>.</typeparam>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.HeadersFootersBase`1.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.Model.HeadersFootersBase`1"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.HeadersFootersBase`1.OnChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:Changed"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.HeadersFootersBase`1.First">
            <summary>
            Gets or sets the first page header/footer.
            </summary>
            <value>
            The first page header/footer.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.HeadersFootersBase`1.Default">
            <summary>
            Gets or sets the default (odd) page header/footer.
            </summary>
            <value>
            The default (odd) page header/footer.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.HeadersFootersBase`1.Even">
            <summary>
            Gets or sets the even page header/footer.
            </summary>
            <value>
            The even page header/footer.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.HeadersFootersBase`1.IsEmpty">
            <summary>
            Gets a value indicating whether documents in First, Default and Even are empty.
            </summary>
            <value>
              <c>true</c> if documents in First, Default and Even are empty; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="E:Telerik.WinForms.Documents.Model.HeadersFootersBase`1.Changed">
            <summary>
            Occurs when header/footer is changed.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.Header">
            <summary>
            Represents a document header.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Header.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.Model.Header"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Header.#ctor(Telerik.WinForms.Documents.Model.Header)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.Model.Header"/> class.
            </summary>
            <param name="header">The header to clone.</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Header.WatermarkSettings">
            <summary>
            Gets or sets the watermark settings.
            </summary>
            <value>
            The watermark settings.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Header.IsEmpty">
            <summary>
            Gets a value indicating whether header/footer is empty.
            </summary>
            <value>
              <c>true</c> if header/footer is empty; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.HeaderFooterType">
            <summary>
            Specifies the type of header/footer.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.HeaderFooterType.Default">
            <summary>
            Default header or footer.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.HeaderFooterType.First">
            <summary>
            Header or footer for first section page.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.HeaderFooterType.Even">
            <summary>
            Header or footer for even pages.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.Headers">
            <summary>
            Provides access to all headers of the document.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.IDocumentEditor">
            <summary>
            Defines <see cref="T:Telerik.WinForms.Documents.Model.RadDocument">RadDocument</see> editor.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.IDocumentEditor.InsertFragment(Telerik.WinForms.Documents.Model.DocumentFragment)">
            <summary>
            Inserts a fragment at current caret position.
            </summary>
            <param name="documentFragment">The fragment to insert.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.IDocumentEditor.InsertFragment(Telerik.WinForms.Documents.Model.DocumentFragment,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Inserts a fragment at specified position.
            </summary>
            <param name="documentFragment">The fragment to insert.</param>
            <param name="documentPosition">The document position to insert the fragment at.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.IDocumentEditor.InsertInline(Telerik.WinForms.Documents.Model.Inline)">
            <summary>
            Inserts inline element into the document.
            </summary>
            <param name="inline">The inline element to insert.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.IDocumentEditor.InsertInline(Telerik.WinForms.Documents.Model.Inline,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Inserts inline element into the document.
            </summary>
            <param name="inline">The inline element to insert.</param>
            <param name="documentPosition">The document position to insert the inline at.</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.IDocumentEditor.Document">
            <summary>
            Gets the current document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.LineBreakingRule.#ctor">
            <summary>
            This constructor supports serialization infrastructure and is not intended to be used directly from your code.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.LineBreakingRule.Characters">
            <summary>
            Gets a read-only collection of the characters for which the rule will be applied.
            </summary>
            <value>The characters.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.LineBreakingRule.Language">
            <summary>
            Gets the language for which the rule will be applied.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.LineBreakingRule.CharactersString">
            <summary>
            This property supports serialization infrastructure and is not intended to be used directly from your code.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.LineBreakingRule.LanguageInfo">
            <summary>
            This property supports serialization infrastructure and is not intended to be used directly from your code.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.PermissionInfo.#ctor(System.String,Telerik.WinForms.Documents.Model.PermissionType,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.Model.PermissionInfo"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="type">The type.</param>
            <param name="displayName">The display name.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.PermissionInfo.CreateEveryonePermissionInfo">
            <summary>
            Creates an 'Everyone' permission.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.PermissionInfo.Type">
            <summary>
            Gets the type of the permission.
            </summary>
            <value>
            The type of the permission.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.PermissionInfo.Name">
            <summary>
            Gets the name of the permission.
            </summary>
            <value>
            The name of the permission.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.PermissionInfo.DisplayName">
            <summary>
            Gets the display name.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.PermissionRangeInfo.Type">
            <summary>
            Gets or sets the type of the permission.
            </summary>
            <value>
            The type of the permission.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.PermissionRangeInfo.Name">
            <summary>
            Gets or sets the name of the permission.
            </summary>
            <value>
            The name of the permission.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.PermissionRangeInfo.Color">
            <summary>
            Gets the color for this permission.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.RadDocumentEditor">
            <summary>
            Defines <see cref="T:Telerik.WinForms.Documents.Model.RadDocument">RadDocument</see> editor.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.#ctor(Telerik.WinForms.Documents.Model.RadDocument)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.Model.RadDocumentEditor"/> class.
            </summary>
            <param name="document">The document.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.Undo">
            <summary>
            Reverts last executed command group.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.Redo">
            <summary>
            Re-executes the last undone command group.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.BeginUndoGroup">
            <summary>
            Begins new undo group.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.CancelUndoGroup">
            <summary>
            Cancels current undo group.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.EndUndoGroup">
            <summary>
            Closes current undo group.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.EndUndoGroup(System.String)">
            <summary>
            Closes current undo group.
            </summary>
            <param name="groupDisplayText">The display text which will be used for the undo group.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertBookmark(System.String)">
            <summary>
            Inserts a bookmark.
            </summary>
            <param name="bookmarkName">Name of the bookmark.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.DeleteBookmark(System.String)">
            <summary>
            Deletes a bookmark.
            </summary>
            <param name="bookmarkName">Name of the bookmark.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.DeleteBookmark(Telerik.WinForms.Documents.Model.BookmarkRangeStart)">
            <summary>
            Deletes a bookmark.
            </summary>
            <param name="bookmarkRangeStart">The bookmark range start.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertComment(Telerik.WinForms.Documents.Model.Comment)">
            <summary>
            Inserts a comment.
            </summary>
            <param name="comment">The comment.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.DeleteComment">
            <summary>
            Deletes the current comment.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.DeleteComment(Telerik.WinForms.Documents.Model.CommentRangeStart)">
            <summary>
            Deletes a comment.
            </summary>
            <param name="commentRangeStart">The comment range start.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.DeleteAllComments">
            <summary>
            Deletes all comments in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertPermissionRange(System.Collections.Generic.IEnumerable{Telerik.WinForms.Documents.Model.PermissionRangeInfo})">
            <summary>
            Inserts new permission range.
            </summary>
            <param name="permissionInfos">The permissions for the new range.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.DeletePermissionRange(Telerik.WinForms.Documents.Model.PermissionRangeStart)">
            <summary>
            Deletes a permission range.
            </summary>
            <param name="permissionRangeStart">The permission range start.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.UpdatePermissionRanges(System.Collections.Generic.IEnumerable{Telerik.WinForms.Documents.Model.PermissionRangeInfo},System.Collections.Generic.IEnumerable{Telerik.WinForms.Documents.Model.PermissionRangeInfo})">
            <summary>
            Updates the permissions of the current selection.
            </summary>
            <param name="permissionsToAdd">Permissions to add.</param>
            <param name="permissionsToRemove">Permissions to remove.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertReadOnlyRange">
            <summary>
            Inserts a read only range.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.DeleteReadOnlyRange">
            <summary>
            Deletes the current read only range.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.DeleteReadOnlyRange(Telerik.WinForms.Documents.Model.ReadOnlyRangeStart)">
            <summary>
            Deletes read only range.
            </summary>
            <param name="readOnlyRangeStart">The read only range that is to be deleted.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertFootnote">
            <summary>
            Inserts footnote at the current position.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertFootnote(Telerik.WinForms.Documents.Model.Notes.Note)">
            <summary>
            Inserts the footnote at the current position.
            </summary>
            <param name="footnote">The footnote.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertEndnote">
            <summary>
            Inserts endnote at the current position.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertEndnote(Telerik.WinForms.Documents.Model.Notes.Note)">
            <summary>
            Inserts the endnote at the current position.
            </summary>
            <param name="endnote">The endnote.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertHyperlink(Telerik.WinForms.Documents.Model.HyperlinkInfo)">
            <summary>
            Inserts a hyperlink in the document. The hyperlink will be created around the current selection.
            </summary>
            <param name="hyperlinkInfo">The hyperlink info.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertHyperlink(Telerik.WinForms.Documents.Model.HyperlinkInfo,System.String)">
            <summary>
            Inserts a hyperlink in the document.
            </summary>
            <param name="hyperlinkInfo">The hyperlink info.</param>
            <param name="hyperlinkText">The hyperlink text.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertHyperlink(Telerik.WinForms.Documents.Model.HyperlinkInfo,System.Collections.Generic.IEnumerable{Telerik.WinForms.Documents.Model.Inline})">
            <summary>
            Inserts a hyperlink in the document.
            </summary>
            <param name="hyperlinkInfo">The hyperlink info.</param>
            <param name="inlines">The inlines in the hyperlink.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.DeleteHyperlink">
            <summary>
            Deletes the current hyperlink.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.DeleteHyperlink(Telerik.WinForms.Documents.Model.HyperlinkRangeStart)">
            <summary>
            Deletes a hyperlink.
            </summary>
            <param name="hyperlinkRangeStart">The hyperlink range start.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.PreviewFirstMailMergeDataRecord">
            <summary>
            Previews the first mail merge data record.
            </summary>
            <returns>True if the operation completed successfully</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.PreviewLastMailMergeDataRecord">
            <summary>
            Previews the last mail merge data record.
            </summary>
            <returns>True if the operation completed successfully</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.PreviewPreviousMailMergeDataRecord">
            <summary>
            Previews the previous mail merge data record.
            </summary>
            <returns>True if the operation completed successfully</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.PreviewNextMailMergeDataRecord">
            <summary>
            Previews the next mail merge data record.
            </summary>
            <returns>True if the operation completed successfully</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.PreviewMailMergeDataRecordAtIndex(System.Int32)">
            <summary>
            Previews the mail merge data record at a specified index.
            </summary>
            <param name="index">The index of the record to be shown.</param>
            <returns>True if the operation completed successfully</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.MailMergeCurrentRecord">
            <summary>
            Produces a document for the current mail merge data record.
            </summary>
            <returns>The document</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.MailMerge(System.Boolean)">
            <summary>
            Produces a mail merge document.
            </summary>
            <param name="startEachRecordOnNewPage"><c>true</c> if each record should start on a new page.</param>
            <returns>The document</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.AcceptRevision(Telerik.WinForms.Documents.Model.Revisions.Revision)">
            <summary>
            Accepts revision.
            </summary>
            <param name="revision">The revision.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.RejectRevision(Telerik.WinForms.Documents.Model.Revisions.Revision)">
            <summary>
            Rejects revision.
            </summary>
            <param name="revision">The revision.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.AcceptAllRevisions">
            <summary>
            Accepts all revisions in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.RejectAllRevisions">
            <summary>
            Rejects all revisions in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertAnnotationRange(Telerik.WinForms.Documents.Model.AnnotationRangeStart,Telerik.WinForms.Documents.Model.AnnotationRangeEnd)">
            <summary>
            Inserts an annotation range.
            </summary>
            <param name="rangeStart">The annotation range start.</param>
            <param name="rangeEnd">The annotation range end.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.SplitAnnotationRange(Telerik.WinForms.Documents.Model.AnnotationRangeStart)">
            <summary>
            Splits an annotation range at the caret position, resulting in two new ranges.
            </summary>
            <param name="rangeStart">The annotation range start to be split.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.SplitAnnotationRange(Telerik.WinForms.Documents.Model.AnnotationRangeStart,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Splits an annotation range at the specified position, resulting in two new ranges.
            </summary>
            <param name="rangeStart">The annotation range start to be split.</param>
            <param name="position">The position where the range start should be split.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.DeleteAnnotationRange(Telerik.WinForms.Documents.Model.AnnotationRangeStart)">
            <summary>
            Deletes an annotation range.
            </summary>
            <param name="rangeStart">The start of the range that is to be deleted.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.Delete(System.Boolean)">
            <summary>
            Deletes from the document respecting CaretPosition and Selection.
            </summary>
            <param name="deletePrevious">If the selection is empty, indicates whether to delete the character before or after the caret.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.DeleteTable">
            <summary>
            Deletes the current table.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.DeleteTable(Telerik.WinForms.Documents.Model.Table)">
            <summary>
            Deletes a table.
            </summary>
            <param name="table">The table to delete.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.DeleteTableRow(Telerik.WinForms.Documents.Model.TableRow)">
            <summary>
            Deletes a table row.
            </summary>
            <param name="row">The row to delete.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.DeleteCodeBlock(Telerik.WinForms.Documents.Model.CodeAnnotationRangeStart)">
            <summary>
            Deletes a code block.
            </summary>
            <param name="rangeStart">The code range start of the block to delete.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertFragment(Telerik.WinForms.Documents.Model.DocumentFragment)">
            <summary>
            Inserts a fragment at current caret position.
            </summary>
            <param name="documentFragment">The fragment to insert.</param>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="documentFragment"/> is null.</exception>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertFragment(Telerik.WinForms.Documents.Model.DocumentFragment,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Inserts a fragment at specified position. Document selection should be cleared in advance.
            </summary>
            <param name="documentFragment">The fragment to insert.</param>
            <param name="documentPosition">The document position to insert the fragment at.</param>
            <exception cref="T:System.InvalidOperationException">Thrown when there is selection in the document.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="documentFragment"/> or <paramref name="documentPosition"/> is null.</exception>
            <remarks>Document selection should be cleared before calling this method, otherwise exception may be thrown.</remarks>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.Insert(System.String)">
            <summary>
            Inserts text into the document at current caret position.
            </summary>
            <param name="text">The text to insert.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertImage(System.IO.Stream,System.String)">
            <summary>
            Inserts image inline into the document.
            </summary>
            <param name="imageStream">The stream to the image's contents.</param>
            <param name="extension">The extension specifying the image format.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertInline(Telerik.WinForms.Documents.Model.Inline)">
            <summary>
            Inserts inline element into the document.
            </summary>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="inline"/> is null.</exception>
            <param name="inline">The inline element to insert.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertInline(Telerik.WinForms.Documents.Model.Inline,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Inserts inline element into the document. Document selection should be cleared in advance.
            </summary>
            <param name="inline">The inline element to insert.</param>
            <param name="documentPosition">The document position to insert the inline at.</param>
            <exception cref="T:System.InvalidOperationException">Thrown when there is selection in the document.</exception>
            <exception cref="T:System.ArgumentNullException">Thrown when <paramref name="inline"/> or <paramref name="documentPosition"/> is null.</exception>
            <remarks>Document selection should be cleared before calling this method, otherwise exception may be thrown.</remarks>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertParagraph">
            <summary>
            Inserts a new paragraph.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertLine(System.String)">
            <summary>
            Inserts text and adds new paragraph after it.
            </summary>
            <param name="text">The text.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertLineBreak">
            <summary>
            Inserts LineBreak into the document at current caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertPageBreak">
            <summary>
            Inserts PageBreak into the document at current caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertSectionBreak">
            <summary>
            Inserts SectionBreak into the document at current caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertSectionBreak(Telerik.WinForms.Documents.SectionBreakType)">
            <summary>
            Inserts SectionBreak of the specified type into the document at current caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertCodeBlock(System.String,Telerik.WinForms.Documents.Model.Code.CodeFormattingSettings)">
            <summary>
            Inserts code block at caret position. If caret position is in code block, replaces the current code block.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertTable(System.Int32,System.Int32)">
            <summary>
            Inserts new table in the document.
            </summary>
            <param name="rows">Number of the rows in the table.</param>
            <param name="columns">Number of the columns in the table.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertTable(Telerik.WinForms.Documents.Model.Table)">
            <summary>
            Inserts a table in the document.
            </summary>
            <param name="table">The table.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertTableColumn">
            <summary>
            Inserts a table column in the current table.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertTableColumnToTheLeft">
            <summary>
            Inserts a table column to the left.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertTableColumnToTheRight">
            <summary>
            Inserts a table column to the right.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.DeleteTableColumn">
            <summary>
            Deletes the current table column.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.ChangeTableGridColumnWidth(Telerik.WinForms.Documents.Model.Table,System.Int32,Telerik.WinForms.Documents.Model.TableWidthUnit)">
            <summary>
            Changes the width of a table grid column.
            </summary>
            <param name="table">The table.</param>
            <param name="gridColumnIndex">Index of the grid column.</param>
            <param name="width">The new width.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertTableRow">
            <summary>
            Inserts a new table row in the current table.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertTableRowAbove">
            <summary>
            Inserts a table row above.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertTableRowBelow">
            <summary>
            Inserts a table row below.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.DeleteTableRow">
            <summary>
            Deletes the current table row.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.MergeTableCells">
            <summary>
            Merges the currently selected table cells into one.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.Copy">
            <summary>
            Copies currently selected document elements into the clipboard
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.Paste">
            <summary>
            Pastes from clipboard into the document respecting CaretPosition and Selection
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.Cut">
            <summary>
            Executes the Cut command.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.MoveSelection(Telerik.WinForms.Documents.DocumentPosition,System.Boolean)">
            <summary>
            Moves the current selection to a new position.
            </summary>
            <param name="movePosition">The move position.</param>
            <param name="deleteSelection"><c>true</c> if the current selection should be deleted.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.ChangeSectionHeader(Telerik.WinForms.Documents.Model.Section,Telerik.WinForms.Documents.Model.HeaderFooterType,Telerik.WinForms.Documents.Model.Header)">
            <summary>
            Changes the section header.
            </summary>
            <param name="section">The section.</param>
            <param name="headerType">Type of the header.</param>
            <param name="header">The header.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.ChangeSectionFooter(Telerik.WinForms.Documents.Model.Section,Telerik.WinForms.Documents.Model.HeaderFooterType,Telerik.WinForms.Documents.Model.Footer)">
            <summary>
            Changes the section footer.
            </summary>
            <param name="section">The section.</param>
            <param name="footerType">Type of the footer.</param>
            <param name="footer">The footer.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.ChangeSectionHeaderLinkToPrevious(Telerik.WinForms.Documents.Model.Section,Telerik.WinForms.Documents.Model.HeaderFooterType,System.Boolean)">
            <summary>
            Changes the value indicated whether the a section header should be linked to the header of the previous section.
            </summary>
            <param name="section">The section.</param>
            <param name="headerType">Type of the header.</param>
            <param name="value"><c>true</c> if the header should be linked.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.ChangeSectionFooterLinkToPrevious(Telerik.WinForms.Documents.Model.Section,Telerik.WinForms.Documents.Model.HeaderFooterType,System.Boolean)">
            <summary>
            Changes the value indicated whether the a section footer should be linked to the footer of the previous section.
            </summary>
            <param name="section">The section.</param>
            <param name="footerType">Type of the footer.</param>
            <param name="value"><c>true</c> if the footer should be linked.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.RestartListNumbering">
            <summary>
            Creates a new list from the current paragraph. The paragraph should be in list, otherwise this method does nothing.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.ContinueListNumbering">
            <summary>
            Removes all paragraphs from the current list and continues the first possible list before that paragraph. The paragraph should be in list and should be first in the list, otherwise this method does nothing.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.SetListNumbering(System.Int32)">
            <summary>
            Sets list numbering.
            </summary>
            <param name="numbersToSkip">The numbers to skip.</param>
            <returns>True if the operation completed successfully</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertField(Telerik.WinForms.Documents.Model.Field)">
            <summary>
            Inserts a field into the document at current caret position.
            </summary>
            <param name="field">The field.</param>
            <returns>True if the operation completed successfully</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertField(Telerik.WinForms.Documents.Model.Field,Telerik.WinForms.Documents.Model.FieldDisplayMode)">
            <summary>
            Inserts a field into the document at current caret position in a specified display mode.
            </summary>
            <param name="field">The field.</param>
            <param name="displayMode">The display mode.</param>
            <returns>True if the operation completed successfully</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.ToggleFieldCodes(Telerik.WinForms.Documents.Model.FieldRangeStart)">
            <summary>
            Toggles the display mode of a field.
            </summary>
            <param name="fieldStart">The field start.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.ChangeFieldDisplayMode(Telerik.WinForms.Documents.Model.FieldRangeStart,Telerik.WinForms.Documents.Model.FieldDisplayMode)">
            <summary>
            Changes the field display mode.
            </summary>
            <param name="fieldRangeStart">The field start.</param>
            <param name="displayMode">The new display mode.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.UpdateField(Telerik.WinForms.Documents.Model.FieldRangeStart)">
            <summary>
            Updates a field.
            </summary>
            <param name="fieldStart">The field start.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.UpdateAllFields">
            <summary>
            Updates all fields in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.UpdateAllFields(Telerik.WinForms.Documents.Model.FieldDisplayMode)">
            <summary>
            Updates all fields and displays them in the specified display mode.
            </summary>
            <param name="displayMode">The display mode.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.ChangeAllFieldsDisplayMode(Telerik.WinForms.Documents.Model.FieldDisplayMode)">
            <summary>
            Changes the display mode of all fields in the document.
            </summary>
            <param name="displayMode">The display mode.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.ChangeBibliographicStyle(Telerik.WinForms.Documents.Model.BibliographicReferences.BibliographicReferenceStyleBase)">
            <summary>
            Changes the bibliographic style of all bibliography related fields in the document.
            </summary>
            <param name="newBibliographicStyle">The new bibliographic style.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertCaption(Telerik.WinForms.Documents.Model.CaptionDefinition,System.String,System.Boolean,System.Boolean)">
            <summary>
            Inserts a caption.
            </summary>
            <param name="captionDefinition">The definition.</param>
            <param name="caption">The caption text to be used.</param>
            <param name="includeLabel">if set to <c>true</c> the label is included in the caption.</param>
            <param name="insertBelow">if set to <c>true</c> the caption is inserted after the current selection.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.UpdateAllCaptions(Telerik.WinForms.Documents.Model.CaptionDefinition)">
            <summary>
            Updates all captions related to caption definition.
            </summary>
            <param name="captionDefinition">The caption definition.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertCrossReferenceToBookmark(System.String,Telerik.WinForms.Documents.Model.Fields.ReferenceContentType,System.Boolean)">
            <summary>
            Inserts a Cross-Reference to a bookmark into the document at current caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertCrossReferenceToHeading(Telerik.WinForms.Documents.Model.Paragraph,Telerik.WinForms.Documents.Model.Fields.ReferenceContentType,System.Boolean)">
            <summary>
            Inserts a Cross-Reference to a Heading paragraph into the document at current caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.InsertCrossReferenceToCaption(Telerik.WinForms.Documents.Model.Paragraph,Telerik.WinForms.Documents.Model.Fields.ReferenceContentType,System.Boolean)">
            <summary>
            Inserts a Cross-Reference to a Caption into the document at current caret position.
            </summary>
            <param name="captionParagraph">The paragraph containing the caption sequence field.</param>
            <param name="contentType">The reference content type.</param>
            <param name="insertAsHyperlink">A parameter indicating whether the the cross-reference field should be a hyperlink.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.ChangeStyleName(System.String)">
            <summary>
            Applies style with a given name to the selected elements in the document.
            </summary>
            <param name="styleName">Name of the style to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.ChangeStyleName(System.String,System.Boolean)">
            <summary>
            Applies style with a given name to the selected elements in the document.
            </summary>
            <param name="styleName">Name of the style.</param>
            <param name="useLinkedStyle">If true, the linked style may be used depending on the selection.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.ChangeDocumentElementTag(Telerik.WinForms.Documents.Model.DocumentElement,System.String)">
            <summary>
            Changes the Tag property of a specified DocumentElement.
            </summary>
            <param name="element">The DocumentElement.</param>
            <param name="tag">The new tag value.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.ChangeImageSize(Telerik.WinForms.Documents.Model.ImageInline,Telerik.WinControls.RichTextEditor.UI.Size)">
            <summary>
            Changes the size of the image.
            </summary>
            <param name="image">The ImageInline.</param>
            <param name="size">The new size.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocumentEditor.ChangeImageRotateAngle(Telerik.WinForms.Documents.Model.ImageInline,System.Double)">
            <summary>
            Changes the image rotate angle.
            </summary>
            <param name="image">The ImageInline.</param>
            <param name="angle">The new angle.</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocumentEditor.Document">
            <summary>
            Gets the document that is to be edited.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocumentEditor.RespectDocumentProtection">
            <summary>
            Gets or sets a value that indicates whether protection ranges should be respected when editing.
            </summary>
            <value><c>true</c> if the protection ranges should be respected; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocumentEditor.RespectReadOnlyRanges">
            <summary>
            Gets or sets a value that indicates whether read-only ranges should be respected when editing.
            </summary>
            <value><c>true</c> if the read-only ranges should be respected; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocumentEditor.RespectNonDeletableRanges">
            <summary>
            Gets or sets a value that indicates whether non-deletable ranges should be respected when editing.
            </summary>
            <value><c>true</c> if the non-deletable ranges should be respected; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocumentEditor.AcceptsReturn">
            <summary>
            Gets or sets a value indicating whether pressing the RETURN key types a RETURN character in the control.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Revisions.PositionMarker.CreateNewElementInstance">
            <summary>
            Creates the new element instance.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Revisions.PositionMarker.CopyContentFromOverride(Telerik.WinForms.Documents.Model.DocumentElement)">
            <summary>
            Copies the content from override.
            </summary>
            <param name="fromElement">From element.</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Revisions.PositionMarker.SkipPositionBefore">
            <summary>
            Gets the skip position before.
            </summary>
            <value>The skip position before.</value>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.StyleCollection.GetValueOrNull(System.String,System.Boolean)">
            <summary>
            Get style from the repository by name.
            </summary>
            <param name="styleName">Name of the style.</param>
            <param name="autoAddBuiltInStyles">True to automatically add built in styles into the repository.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Styles.BuiltInStyles.GetStyle(System.String)">
            <summary>
            Gets the style by name.
            </summary>
            <param name="styleName">Name of the style.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Styles.BuiltInStyles.IsBuiltInStyle(System.String)">
            <summary>
            Determines whether the specific style name is built in style.
            </summary>
            <param name="styleName">Name of the style.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Styles.BuiltInStyles.GetAllPrimaryStyles">
            <summary>
            Gets all primary styles.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Styles.BuiltInStyles.GetAllStyles(Telerik.WinForms.Documents.Model.Styles.StyleType)">
            <summary>
            Gets all styles.
            </summary>
            <param name="type">The type.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Styles.BuiltInStyles.GetAllStyles">
            <summary>
            Gets all styles.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.Styles.BuiltInStylesVersion">
            <summary>
            Represents built in styles version.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Styles.Stylesheet.ApplyStylesheetToRichTextBox(Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Suspends layout updates of RadRichtextBox, which has better performance and uses <see cref="M:Telerik.WinForms.Documents.Model.Styles.Stylesheet.ApplyStylesheetToDocument(Telerik.WinForms.Documents.Model.RadDocument)"/> to apply the stylesheet. 
            </summary>
            <param name="richTextBox"></param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Styles.Stylesheet.ApplyStylesheetToDocument(Telerik.WinForms.Documents.Model.RadDocument)">
            <summary>
            Copies all styles, list styles and other stylesheet data to the specified Document 
            </summary>
            <param name="document"></param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.TableLook.#ctor(Telerik.WinForms.Documents.Model.Table)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.Proofing.SpellCheckerSettings">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Proofing.SpellCheckerSettings.SpellCheckUppercaseWords">
            <summary>
            Gets or sets the spell check uppercase words.
            </summary>
            <value>The spell check uppercase words.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Proofing.SpellCheckerSettings.SpellCheckWordsWithNumbers">
            <summary>
            Gets or sets the spell check words with numbers.
            </summary>
            <value>The spell check words with numbers.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.RichTextBoxCommands.RichTextBoxCommandBase.AssociatedRichTextBox">
            <summary>
            Gets the associated rich text box.
            </summary>
            <value>The associated rich text box.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.RichTextBoxCommands.RichTextBoxCommandBase.CanExecuteInReadOnlyMode">
            <summary>
            Gets a value indicating whether this command can be executed when RadRichTextBox is read-only. The default implementation returns false. 
            </summary>
            <value>
            	<c>true</c> if this command preserves document's content; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.RichTextBoxCommands.RichTextBoxCommandBase.CanExecuteInReadOnlyRange">
            <summary>
            Gets a value indicating whether this command can be executed when editing context is read-only. The default implementation returns false. 
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.RichTextBoxCommands.RichTextBoxCommandBase.SupportedTargets">
            <summary>
            Gets the supported targets.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.RichTextBoxCommands.RichTextBoxCommandBase.Enabled">
             <summary>
            Gets or sets a value indicating whether the command is enabled 
            </summary>            
        </member>
        <member name="M:Telerik.WinForms.Documents.RichTextBoxCommands.ApplicationCommandsCollection.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
            <summary>
            Raises the <see cref="E:CollectionChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.RichTextBoxCommands.TableContextCommandBase.#ctor(Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.RichTextBoxCommands.TableContextCommandBase"/> class.
            </summary>
            <param name="editor">The associated <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/>.</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.RichTextBoxCommands.TableContextCommandBase.IsTableSelectionEnabledCommand">
            <summary>
            Gets a value indicating whether command must be enabled when there is selection in table. Default implementation returns <c>false</c>.
            </summary>
            <value>
            	<c>true</c> if the command must be enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Telerik.WinForms.Documents.RichTextBoxCommands.CommandExecutedEventArgs">
            <summary>
            Provides data for <see cref="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.CommandExecuted"/> event.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.RichTextBoxCommands.CommandExecutedEventArgs.#ctor(Telerik.WinForms.Documents.RichTextBoxCommands.RichTextBoxCommandBase,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.RichTextBoxCommands.CommandExecutedEventArgs"/> class.
            </summary>
            <param name="command">The command.</param>
            <param name="commandParameter">The command parameter.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.RichTextBoxCommands.CommandExecutedEventArgs.#ctor(Telerik.WinForms.Documents.RichTextBoxCommands.RichTextBoxCommandBase)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.RichTextBoxCommands.CommandExecutedEventArgs"/> class.
            </summary>
            <param name="command">The command.</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.RichTextBoxCommands.CommandExecutedEventArgs.Command">
            <summary>
            Gets the command.
            </summary>
            <value>The command.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.RichTextBoxCommands.CommandExecutedEventArgs.CommandParameter">
            <summary>
            Gets the command parameter.
            </summary>
            <value>The command parameter.</value>
        </member>
        <member name="T:Telerik.WinForms.Documents.RichTextBoxCommands.CommandExecutingEventArgs">
            <summary>
            Provides data for <see cref="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.CommandExecuting"/> event.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.RichTextBoxCommands.CommandExecutingEventArgs.#ctor(Telerik.WinForms.Documents.RichTextBoxCommands.RichTextBoxCommandBase,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.RichTextBoxCommands.CommandExecutingEventArgs"/> class.
            </summary>
            <param name="command">The command.</param>
            <param name="commandParameter">The command parameter.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.RichTextBoxCommands.CommandExecutingEventArgs.#ctor(Telerik.WinForms.Documents.RichTextBoxCommands.RichTextBoxCommandBase)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.RichTextBoxCommands.CommandExecutingEventArgs"/> class.
            </summary>
            <param name="command">The command.</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.RichTextBoxCommands.CommandExecutingEventArgs.Command">
            <summary>
            Gets the command.
            </summary>
            <value>The command.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.RichTextBoxCommands.CommandExecutingEventArgs.CommandParameter">
            <summary>
            Gets the command parameter.
            </summary>
            <value>The command parameter.</value>
        </member>
        <member name="T:Telerik.WinForms.Documents.RichTextBoxCommands.CommandTargets">
            <summary>
            Specifies targets on which commands could be applied.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.RichTextBoxCommands.CommandTargets.DocumentBody">
            <summary>
            The command can be applied on main document body.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.RichTextBoxCommands.CommandTargets.HeaderFooter">
            <summary>
            The command can be applied on headers and footers.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.RichTextBoxCommands.CommandTargets.Comment">
            <summary>
            The command can be applied on comments.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.RichTextBoxCommands.CommandTargets.Note">
            <summary>
            The command can be applied on footnotes and endnotes.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.RichTextBoxCommands.CommandTargets.All">
            <summary>
            The command can be applied on all document parts.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.RichTextBoxCommands.DecrementPageWidthCommand">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.RichTextBoxCommands.IncrementPageWidthCommand">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.RichTextBoxCommands.MergeTableCellsCommand.#ctor(Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.RichTextBoxCommands.MergeTableCellsCommand"/> class.
            </summary>
            <param name="editor">The associated <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/>.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.RichTextBoxCommands.MoveCaretCommand.#ctor(Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.RichTextBoxCommands.MoveCaretCommand"/> class.
            </summary>
            <param name="editor">The associated <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/>.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.RichTextBoxCommands.OpenContextMenuOnNextSpellingErrorCommand.#ctor(Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.RichTextBoxCommands.ToggleSpellCheckingCommand"/> class.
            </summary>
            <param name="editor">The associated <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/>.</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.RichTextBoxCommands.RichTextBoxCommands.IncrementPageWidthCommand">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.RichTextBoxCommands.RichTextBoxCommands.DecrementPageWidthCommand">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.RichTextBoxCommands.SelectAllCommand.#ctor(Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.RichTextBoxCommands.SelectAllCommand"/> class.
            </summary>
            <param name="editor">The associated <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/>.</param>
        </member>
        <member name="T:Telerik.WinForms.Documents.RichTextBoxCommands.TabCommandBehaviors">
            <summary>
            Defines behaviors for <see cref="T:Telerik.WinForms.Documents.RichTextBoxCommands.TabForwardCommand"/> and <see cref="T:Telerik.WinForms.Documents.RichTextBoxCommands.TabBackwardCommand"/>.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.RichTextBoxCommands.TabCommandBehaviors.InsertTabSymbol">
            <summary>
            Command tries to insert tab symbol if possible.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.RichTextBoxCommands.TabCommandBehaviors.ChangeParagraphListLevel">
            <summary>
            Command tries to change current paragraph's list level if possible.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.RichTextBoxCommands.TabCommandBehaviors.ChangeParagraphLeftIndent">
            <summary>
            Command tries to change current paragraph's left indent if possible.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.RichTextBoxCommands.TabCommandBehaviors.NavigateInTable">
            <summary>
            Command tries to navigate caret position in current table if possible.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.RichTextBoxCommands.TabCommandBehaviors.AppendTableRow">
            <summary>
            Command tries to append table row to the current table if possible.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.RichTextBoxCommands.TabCommandBehaviors.Default">
            <summary>
            Default behavior, which is combination of all other behaviors.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.RichTextBoxCommands.ToggleCommandBase.OnToggleExecuted(Telerik.WinForms.Documents.RichTextBoxCommands.StylePropertyChangedEventArgs{System.Boolean})">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.Documents.RichTextBoxCommands.ToggleCommandBase.ToggleExecuted">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.RichTextBoxCommands.ToggleSpellCheckingCommand.#ctor(Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.RichTextBoxCommands.ToggleSpellCheckingCommand"/> class.
            </summary>
            <param name="editor">The associated <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/>.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Selection.HyperlinkDialogSelectionHelper.SelectCurrentHyperlinkOrWord(Telerik.WinForms.Documents.Model.RadDocument)">
            <summary>
            Selects the current hyperlink or word.
            </summary>
            <param name="document">The document.</param>
            <returns>The hyperlink info of the selected hyperlink.</returns>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.TableBorders">
            <summary>
            Represents collection of Table borders. This class is immutable.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.TableBorders.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.Model.TableBorders"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.TableBorders.SetTop(Telerik.WinForms.Documents.Model.Border)">
            <summary>
            Returns new TableBorders object with the specified top border.
            </summary>
            <param name="newTopBorder">The new top border.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.TableBorders.SetBottom(Telerik.WinForms.Documents.Model.Border)">
            <summary>
            Returns new TableBorders object with the specified bottom border.
            </summary>
            <param name="newBottomBorder">The new bottom border.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.TableBorders.SetLeft(Telerik.WinForms.Documents.Model.Border)">
            <summary>
            Returns new TableBorders object with the specified left border.
            </summary>
            <param name="newLeftBorder">The new left border.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.TableBorders.SetRight(Telerik.WinForms.Documents.Model.Border)">
            <summary>
            Returns new TableBorders object with the specified right border.
            </summary>
            <param name="newRightBorder">The new right border.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.TableBorders.SetInsideHorizontal(Telerik.WinForms.Documents.Model.Border)">
            <summary>
            Returns new TableBorders object with the specified inside horizontal border.
            </summary>
            <param name="newInsideHorizontalBorder">The new inside horizontal border.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.TableBorders.SetInsideVertical(Telerik.WinForms.Documents.Model.Border)">
            <summary>
            Returns new TableBorders object with the specified inside vertical border.
            </summary>
            <param name="newInsideVerticalBorder">The new inside vertical border.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.DocumentFragment.#ctor(Telerik.WinForms.Documents.Model.RadDocument)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.Model.DocumentFragment"/> class.
            </summary>
            <param name="document">The document to be added to the fragment.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.DocumentFragment.#ctor(Telerik.WinForms.Documents.Selection.DocumentSelection)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.Model.DocumentFragment"/> class.
            </summary>
            <param name="documentSelection">The document selection to be added to the fragment.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.DocumentFragment.#ctor(Telerik.WinForms.Documents.Selection.DocumentSelection,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.Model.DocumentFragment"/> class.
            </summary>
            <param name="documentSelection">selection</param>
            <param name="includeNonCopyableAnnotationMarkers">If true result fragment will contain non-copyable elements like read-only and permission ranges. Otherwise these elements will be removed from the result fragment.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.DocumentFragment.GetText">
            <summary>
            Converts the fragment to plain text.
            </summary>
            <returns>String containing the text representation of the document.</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.DocumentFragment.CreateFromInline(Telerik.WinForms.Documents.Model.Inline)">
            <summary>
            Creates a fragment from inline.
            </summary>
            <param name="inline">The inline to add to the fragment.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.DocumentFragment.IsLastParagraphClosed">
            <summary>
            Gets a value indicating whether the fragment ends with full paragraph.
            </summary>
            <value>
            	<c>true</c> if the fragment ends with full paragraph; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.DocumentFragment.IsEmpty">
            <summary>
            Gets a value indicating whether the fragment is empty.
            </summary>
            <value>
              <c>true</c> if the fragment is empty; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertAtCaretPosition(System.String,Telerik.WinForms.Documents.Model.Span)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.DeleteAtDocumentPosition(Telerik.WinForms.Documents.DocumentPosition,System.Boolean)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertInline(Telerik.WinForms.Documents.Model.Inline,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Inserts an inline element into the document.
            </summary>
            <param name="inline">The element to insert.</param>
            <param name="position">The position to insert the element at.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertFragment(Telerik.WinForms.Documents.Model.DocumentFragment,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Inserts a document fragment into the document.
            </summary>
            <param name="fragment">The fragment to insert.</param>
            <param name="position">The position to insert the fragment at.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.UpdateSelectedSpansStyle(Telerik.WinForms.Documents.Model.UpdateDocumentElementDelegate{Telerik.WinForms.Documents.Model.Span})">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.UpdateSelectedParagraphsStyle(Telerik.WinForms.Documents.Model.UpdateDocumentElementDelegate{Telerik.WinForms.Documents.Model.Paragraph})">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.UpdateSectionsStyle(System.Collections.Generic.IEnumerable{Telerik.WinForms.Documents.Model.Section},Telerik.WinForms.Documents.Model.UpdateDocumentElementDelegate{Telerik.WinForms.Documents.Model.Section})">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.UpdateSelectedSectionsStyle(Telerik.WinForms.Documents.Model.UpdateDocumentElementDelegate{Telerik.WinForms.Documents.Model.Section})">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertPageBreak">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertLineBreak">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertReadOnlyRange(Telerik.WinForms.Documents.DocumentPosition,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.DeleteReadOnlyRange(Telerik.WinForms.Documents.Model.ReadOnlyRangeStart)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.DeleteComment(Telerik.WinForms.Documents.Model.CommentRangeStart)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertComment(Telerik.WinForms.Documents.Model.Comment)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertComment(Telerik.WinForms.Documents.DocumentPosition,Telerik.WinForms.Documents.DocumentPosition,Telerik.WinForms.Documents.Model.Comment)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.Delete(System.Boolean,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.Delete(System.Boolean)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.DeleteRange(Telerik.WinForms.Documents.DocumentPosition,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertFragment(Telerik.WinForms.Documents.Model.DocumentFragment)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertInline(Telerik.WinForms.Documents.Model.Inline)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.Insert(System.String,Telerik.WinForms.Documents.Model.Styles.StyleDefinition,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.Insert(System.String,Telerik.WinForms.Documents.Model.Styles.StyleDefinition)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertFootnote">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertFootnote(Telerik.WinForms.Documents.Model.Notes.Note)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertEndnote">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertEndnote(Telerik.WinForms.Documents.Model.Notes.Note)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertPermissionRange(Telerik.WinForms.Documents.DocumentPosition,Telerik.WinForms.Documents.DocumentPosition,Telerik.WinForms.Documents.Model.PermissionRangeInfo)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.DeletePermissionRange(Telerik.WinForms.Documents.Model.PermissionRangeStart)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.DeleteCustomAnnotationRange(Telerik.WinForms.Documents.Model.AnnotationRangeStart)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertCustomAnnotationRange(Telerik.WinForms.Documents.DocumentPosition,Telerik.WinForms.Documents.DocumentPosition,Telerik.WinForms.Documents.Model.AnnotationRangeStart,Telerik.WinForms.Documents.Model.AnnotationRangeEnd)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.UpdatePermissionRanges(System.Collections.Generic.IEnumerable{Telerik.WinForms.Documents.Model.PermissionRangeInfo},System.Collections.Generic.IEnumerable{Telerik.WinForms.Documents.Model.PermissionRangeInfo})">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertBookmark(Telerik.WinForms.Documents.DocumentPosition,Telerik.WinForms.Documents.DocumentPosition,System.String)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.DeleteBookmark(System.String)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.DeleteBookmark(Telerik.WinForms.Documents.Model.BookmarkRangeStart)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertHyperlink(Telerik.WinForms.Documents.DocumentPosition,Telerik.WinForms.Documents.DocumentPosition,Telerik.WinForms.Documents.Model.HyperlinkInfo)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertHyperlink(Telerik.WinForms.Documents.Model.HyperlinkInfo,System.Collections.Generic.IEnumerable{Telerik.WinForms.Documents.Model.Inline})">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.ToggleFieldCodes(Telerik.WinForms.Documents.Model.FieldRangeStart)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertField(Telerik.WinForms.Documents.Model.Field)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertField(Telerik.WinForms.Documents.Model.Field,Telerik.WinForms.Documents.Model.FieldDisplayMode)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.UpdateField(Telerik.WinForms.Documents.Model.FieldRangeStart)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.UpdateAllFields">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.UpdateAllFields(Telerik.WinForms.Documents.Model.FieldDisplayMode)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.ChangeFieldDisplayMode(Telerik.WinForms.Documents.Model.FieldRangeStart,Telerik.WinForms.Documents.Model.FieldDisplayMode)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.ChangeAllFieldsDisplayMode(Telerik.WinForms.Documents.Model.FieldDisplayMode)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.ChangeBibliographicStyle(Telerik.WinForms.Documents.Model.BibliographicReferences.BibliographicReferenceStyleBase)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertSectionBreak(Telerik.WinForms.Documents.DocumentPosition,Telerik.WinForms.Documents.Model.Styles.StyleDefinition,Telerik.WinForms.Documents.SectionBreakType)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.RadDocument.MAX_DOCUMENT_SIZE">
            <summary>
            Represent the maximum document size.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.#ctor">
            <summary>
            Initializes a new instance of the RadDocument class.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.Measure(Telerik.WinForms.Documents.Model.SizeF)">
            <summary>
            Measures the document.
            </summary>
            <param name="measureSize">The size to measure in.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.Arrange(Telerik.WinForms.Documents.Model.RectangleF)">
            <summary>
            Arranges the document.
            </summary>
            <param name="arrangeRect">The rectangle to arrange in.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.UpdateLayout">
            <summary>
            Forces the document to update its layout.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.UpdateSelectedSpansStylePublicSubstitute(Telerik.WinForms.Documents.Model.UpdateDocumentElementDelegate{Telerik.WinForms.Documents.Model.Span})">
            <summary>
            Updates the selection spans' styles.
            </summary>
            <param name="updateSpan">The delegate to invoke when a span is updated.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GetLayoutBoxByPosition(Telerik.WinForms.Documents.Model.PointF)">
            <summary>
            Gets a layout box that intersects with a position.
            </summary>
            <param name="position">The position to intersect with.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GetBibliographicSource(System.String)">
            <summary>
            Tries to find a Bibliographic Source in the document. Returns null if none is found.
            </summary>
            <param name="tagName">The tag name of the Source to be found.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GetStatisticsInfo">
            <summary>
            Gets the statistical information about the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertPublicSubstitute(System.String,Telerik.WinForms.Documents.Model.Styles.StyleDefinition)">
            <summary>
            Inserts text into the document.
            </summary>
            <param name="text">The text to insert.</param>
            <param name="style">The style to apply.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertInternal(System.String,Telerik.WinForms.Documents.Model.Styles.StyleDefinition,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Inserts text into the document.
            </summary>
            <param name="text">The text to insert.</param>
            <param name="style">The style to apply.</param>
            <param name="position">The position to insert the text at.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertInlinePublicSubstitute(Telerik.WinForms.Documents.Model.Inline)">
            <summary>
            Inserts an inline element into the document.
            </summary>
            <param name="inline">The inline to insert.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertFragmentPublicSubstitute(Telerik.WinForms.Documents.Model.DocumentFragment)">
            <summary>
            Inserts a document fragment into the document.
            </summary>
            <param name="fragment">The fragment to insert.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.DeletePublicSubstitute(System.Boolean)">
            <summary>
            Executes the Delete command.
            </summary>
            <param name="deletePrevious">If the selection is empty, indicates whether to delete the character before or after the caret. Otherwise it is ignored.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.DeleteRangePublicSubstitute(Telerik.WinForms.Documents.DocumentPosition,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Deletes a range from the document.
            </summary>
            <param name="fromPosition">The position to start deleting.</param>
            <param name="toPosition">The position to end deleting.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GetNextComment">
            <summary>
            Gets the next comment.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GetPreviousComment">
            <summary>
            Gets the previous comment.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GetCommentRangeStartByComment(Telerik.WinForms.Documents.Model.Comment)">
            <summary>
            Gets the comment range start by comment.
            </summary>
            <param name="comment">The comment.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GoToComment(Telerik.WinForms.Documents.Model.Comment)">
            <summary>
            Selects comment.
            </summary>
            <param name="comment">The comment.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GoToComment(Telerik.WinForms.Documents.Model.CommentRangeStart)">
            <summary>
            Selects comment.
            </summary>
            <param name="commentRangeStart">The comment range start.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GoToPreviousComment">
            <summary>
            Selects previous comment.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GoToNextComment">
            <summary>
            Selects next comment.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertFootnotePublicSubstitute">
            <summary>
            Inserts footnote at the current position.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertFootnotePublicSubstitute(Telerik.WinForms.Documents.Model.Notes.Note)">
            <summary>
            Inserts footnote at the current position.
            </summary>
            <param name="footnote">The footnote.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertEndnotePublicSubstitute">
            <summary>
            Inserts the endnote at the current position.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertEndnotePublicSubstitute(Telerik.WinForms.Documents.Model.Notes.Note)">
            <summary>
            Inserts the endnote at the current position.
            </summary>
            <param name="endnote">The endnote.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GoToNextFootnote">
            <summary>
            Moves current position to the next footnote.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GoToPreviousFootnote">
            <summary>
            Moves current position to the previous footnote.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GoToNextEndnote">
            <summary>
            Moves current position to the next endnote.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GoToPreviousEndnote">
            <summary>
            Moves current position to the previous endnote.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GoToRevision(Telerik.WinForms.Documents.Model.Revisions.Revision)">
            <summary>
            Selects revision.
            </summary>
            <param name="revision">The revision.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GoToPreviousRevision">
            <summary>
            Selects previous revision.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GoToNextRevision">
            <summary>
            Selects next revision.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GetCurrentRevision">
            <summary>
            Gets the current revision.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GetNextRevision">
            <summary>
            Gets the next revision.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GetPreviousRevision">
            <summary>
            Gets the previous revision.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GetAllRevisions">
            <summary>
            Gets all revisions.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertHyperlinkPublicSubstitute(Telerik.WinForms.Documents.DocumentPosition,Telerik.WinForms.Documents.DocumentPosition,Telerik.WinForms.Documents.Model.HyperlinkInfo)">
            <summary>
            Creates hyperlink form the content between positions
            </summary>
            <param name="startPosition">The start position.</param>
            <param name="endPosition">The end position.</param>
            <param name="hyperlinkInfo">The hyperlink info.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertHyperlinkPublicSubstitute(Telerik.WinForms.Documents.Model.HyperlinkInfo,System.Collections.Generic.IEnumerable{Telerik.WinForms.Documents.Model.Inline})">
            <summary>
            Creates hyperlink from collection of inlines.
            </summary>
            <param name="hyperlinkInfo">The hyperlink info.</param>
            <param name="hyperlinkInlines">The hyperlink inlines.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.RegisterDefaultHeadingStyles">
            <summary>
            Creates and registers the "Heading X" styles with the default settings.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.MeasureAndArrangeInDefaultSize">
            <summary>
            Forces document layout update, measuring document in RadDocument.MAX_DOCUMENT_SIZE
            </summary>        
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.BeginUpdate">
            <summary>
            This method supports control infrastructure and is not intended for use directly from your code.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.EndUpdate">
            <summary>
            This method supports control infrastructure and is not intended for use directly from your code.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.MergeSpansWithSameStyles">
            <summary>
            Merges adjacent spans with same style properties into one.
            </summary>
            <remarks>
            <para>This method is automatically called when document is measured during the layout process.</para>
            <para>Calling it explicitly is generally not needed and may only be useful in case spans are manually added to Paragraph.Inlines collection.</para>
            </remarks>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.InsertSectionPublicSubstitute(Telerik.WinForms.Documents.DocumentPosition,Telerik.WinForms.Documents.Model.Styles.StyleDefinition,Telerik.WinForms.Documents.SectionBreakType)">
            <summary>
            Inserts a section break.
            </summary>
            <param name="position">The position.</param>
            <param name="style">The style.</param>
            <param name="sectionBreakType">Type of the section break.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.EnsureDocumentMeasuredAndArranged">
            <summary>
            Ensures document layout is performed and layout-boxes have been created.
            </summary>
            <remarks>
            Call this method if the document is created in code and you need to access document's layout boxes.
            </remarks>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.OnPresentationChanged(Telerik.WinForms.Documents.Model.PresentationChangedEventArgs)">
            <summary>
            Raises the <see cref="E:PresentationChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinForms.Documents.Model.PresentationChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GetContainingAnnotationRanges``1(Telerik.WinForms.Documents.Model.Inline,System.Predicate{``0},System.Boolean)">
            <summary>
            Gets the annotation ranges of type TRangeStart surrounding an inline that match a condition.
            </summary>
            <param name="inline">The inline.</param>
            <param name="filter">The filter.</param>
            <param name="inclusive">Specifies whether to return the inline itself if it is a TRangeStart.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GetContainingAnnotationRanges``1(Telerik.WinForms.Documents.Model.Inline,System.Boolean)">
            <summary>
            Gets the annotation ranges of type TRangeStart surrounding an inline.
            </summary>
            <param name="inline">The inline.</param>
            <param name="inclusive">Specifies whether to return the inline itself if it is a TRangeStart.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.IsInAnnotationRange``1(Telerik.WinForms.Documents.Model.Inline,System.Predicate{``0},System.Boolean)">
            <summary>
            Determines whether the specified inline is in annotation range of type TRangeStart that matches a condition.
            </summary>
            <param name="inline">The inline.</param>
            <param name="filter">The filter.</param>
            <param name="inclusive">Specifies whether to return the inline itself if it is a TRangeStart.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.IsInAnnotationRange``1(Telerik.WinForms.Documents.Model.Inline,System.Boolean)">
            <summary>
            Determines whether the specified inline is in annotation range of type TRangeStart.
            </summary>
            <param name="inline">The inline.</param>
            <param name="inclusive">Specifies whether to return the inline itself if it is a TRangeStart.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.GetAnnotationMarkersOfType``1">
            <summary>
            Gets all annotation markers of type T in the document.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.RadDocument.ContainsAnnotationMarkersOfType``1">
            <summary>
            Determines whether the document contains annotation markers of type T.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.PageViewMargin">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.DefaultPageLayoutSettings">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.Documents.Model.RadDocument.System#ComponentModel#INotifyPropertyChanged#PropertyChanged">
            <summary>
            This event supports control infrastructure and is not intended for use directly from your code.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.LayoutMode">
            <summary>
            Gets or sets a value representing the current layout mode.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.DefaultStyleSettings">
            <summary>
            This property is introduced for backward compatibility only. Please use Style instead.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.ShowFormattingSymbols">
            <summary>
            Gets or sets a value whether to show formatting symbols.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.ShowBookmarks">
            <summary>
            Gets or sets a value whether to show bookmarks.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.StructureChangeInProgress">
            <summary>
            Gets a value whether a structure change is in progress.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.DocumentLayoutBox">
            <summary>
            Gets a value representing the layout box of the document.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.Sections">
            <summary>
            Gets a collection with the sections of the document.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.CaretPosition">
            <summary>
            Gets a value representing the current caret position.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.DesiredSize">
            <summary>
            Gets a value representing the desired layout size of the document.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.History">
            <summary>
            Gets the document history instance of this document.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.Selection">
            <summary>
            Gets a value representing the document selection.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.DocumentContentChangedInterval">
            <summary>
            Gets or sets a value how often to fire the DocumentContentChanged event.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.HasDifferentEvenAndOddHeadersFooters">
            <summary>
            Gets or sets a value indicating whether headers and footers are different in even and odd pages.
            </summary>
            <value>
              <c>true</c> if headers and footers are different in even and odd pages; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.IsTrackChangesEnabled">
            <summary>
            Gets or sets a value indicating whether this instance is track changes enabled.
            </summary>
            <value>
            	<c>true</c> if this instance is track changes enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.IsEmpty">
            <summary>
            Gets a value indicating whether the document is empty.
            </summary>
            <value>
              <c>true</c> if the document is empty; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.DocumentVariableList">
            <summary>
            This property supports XAML serialization infrastructure and is not intended to be used directly from your code.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.LineBreakingRuleLanguage">
            <summary>
            Gets or sets the language which rules should be used for line breaking in the paragraphs.
            </summary>
            <value>The line breaking rule language.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.IsStrictLineBreakingRuleEnabled">
            <summary>
            Gets or sets a value indicating whether the strict line breaking rule will be applied to Japanese text in this document.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.NoLineBreaksBeforeRule">
            <summary>
            Gets or sets a rule determining which characters cannot start a line in East-Asian languages.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.NoLineBreaksAfterRule">
            <summary>
            Gets or sets a rule determining which characters cannot end a line in East-Asian languages.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.DefaultTabWidth">
            <summary>
            Gets or sets the default tab width.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.SectionDefaultPageSize">
            <summary>
            Gets or sets the default section page size.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.SectionDefaultPageMargin">
            <summary>
            Gets or sets the default section page margin.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.SectionDefaultPageOrientation">
            <summary>
            Gets or sets the default section page orientation
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.ParagraphDefaultSpacingBefore">
            <summary>
            Gets or sets the default spacing before a paragraph.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.ParagraphDefaultSpacingAfter">
            <summary>
            Gets or sets the default spacing after a paragraph.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.LineSpacing">
            <summary>
            Gets or set the line spacing of this document.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.LineSpacingType">
            <summary>
            Gets or set the line spacing type of this document.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.FootnotesNumberingFormat">
            <summary>
            Gets or sets the footnotes numbering format.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.FootnotesFirstNumber">
            <summary>
            Gets or sets the footnotes starting number.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.FootnotesNumberingRestartType">
            <summary>
            Gets or sets the type of the footnotes numbering restart.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.FootnotesPosition">
            <summary>
            Gets or sets the footnotes position.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.EndnotesNumberingFormat">
            <summary>
            Gets or sets the endnotes numbering format.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.EndnotesFirstNumber">
            <summary>
            Gets or sets the endnotes starting number.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.EndnotesNumberingRestartType">
            <summary>
            Gets or sets the type of the endnotes numbering restart.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.RadDocument.EndnotesPosition">
            <summary>
            Gets or sets the endnotes position.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.Documents.Model.RadDocument.PresentationChanging">
            <summary>
            Occurs when the document presenter is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.Documents.Model.RadDocument.PresentationChanged">
            <summary>
            Occurs when document presentation is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.Documents.Model.RadDocument.documentContentChanged">
            <summary>
            Occurs when the document content has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.Documents.Model.RadDocument.DocumentArranged">
            <summary>
            Occurs when the document has been arranged.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.Documents.Model.RadDocument.LayoutModeChanged">
            <summary>
            Occurs when the LayoutMode property value has changed
            </summary>
        </member>
        <member name="E:Telerik.WinForms.Documents.Model.RadDocument.HyperlinkClicked">
            <summary>
            Occurs when the users clicks on a hyperlink in the current document
            </summary>
        </member>
        <member name="E:Telerik.WinForms.Documents.Model.RadDocument.DocumentElementAdded">
            <summary>
            Occurs when when a document element is added in the whole document tree.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.Documents.Model.RadDocument.DocumentElementRemoved">
            <summary>
            Occurs when when a document element is removed from the whole document tree.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Table.AddRow">
            <summary>
            Adds copy of the last row in table. If the table doesn't have rows then new row is added.
            </summary>
            <returns>The newly added row.</returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Table.HasFixedStructure">
            <summary>
            This property supports control infrastructure and is not intended for use directly from your code.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.TableCellBorders.SetLeft(Telerik.WinForms.Documents.Model.Border)">
            <summary>
            Returns new TableCellBorders object with the specified left border.
            </summary>
            <param name="newLeftBorder">The new left border.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.TableCellBorders.SetTop(Telerik.WinForms.Documents.Model.Border)">
            <summary>
            Returns new TableCellBorders object with the specified top border.
            </summary>
            <param name="newTopBorder">The new top border.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.TableCellBorders.SetRight(Telerik.WinForms.Documents.Model.Border)">
            <summary>
            Returns new TableCellBorders object with the specified right border.
            </summary>
            <param name="newRightBorder">The new right border.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.TableCellBorders.SetBottom(Telerik.WinForms.Documents.Model.Border)">
            <summary>
            Returns new TableCellBorders object with the specified bottom border.
            </summary>
            <param name="newBottomBorder">The new bottom border.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.TableCellBorders.SetInsideHorizontal(Telerik.WinForms.Documents.Model.Border)">
            <summary>
            Returns new TableCellBorders object with the specified horizontal border.
            </summary>
            <param name="newInsideHorizontal">The new inside horizontal.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.TableCellBorders.SetInsideVertical(Telerik.WinForms.Documents.Model.Border)">
            <summary>
            Returns new TableCellBorders object with the specified vertical border.
            </summary>
            <param name="newInsideVertical">The new inside vertical.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.TableCellBorders.Top">
            <summary>
            Gets the top border.
            </summary>
            <value>The top border.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.TableCellBorders.Bottom">
            <summary>
            Gets the bottom border.
            </summary>
            <value>The bottom border.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.TableCellBorders.Left">
            <summary>
            Gets the left border.
            </summary>
            <value>The left border.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.TableCellBorders.Right">
            <summary>
            Gets the right border.
            </summary>
            <value>The right border.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.TableCellBorders.InsideHorizontal">
            <summary>
            Gets the inside horizontal border. This border is only used with conditional styles
            </summary>
            <value>The inside horizontal border.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.TableCellBorders.InsideVertical">
            <summary>
            Gets the inside vertical border. This border is only used with conditional styles
            </summary>
            <value>The inside vertical border.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.TableCellBorders.All">
            <summary>
            Gets all border if they are equal. Does not take into account the inside borders.
            </summary>
            <value>All borders without inside borders.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.TableCellBorders.AllIncludingInside">
            <summary>
            Gets all border if they are equal. This property does take into account the inside borders.
            </summary>
            <value>All borders.</value>
        </member>
        <member name="F:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.VOWELS">
            "Vowels" to test for
        </member>
        <member name="F:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.SILENT_START">
            Prefixes when present which are not pronounced
        </member>
        <member name="F:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.maxCodeLen">
            Maximum length of an encoding, default is 4
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.Encode(System.String)">
             Encode a value with Double Metaphone
            
             @param value string to encode
             @return an encoded string
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.Encode(System.String,System.Boolean)">
             Encode a value with Double Metaphone, optionally using the alternate
             encoding.
            
             @param value string to encode
             @param alternate use alternate encode
             @return an encoded string
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.IsDoubleMetaphoneEqual(System.String,System.String)">
            Check if the Double Metaphone values of two <code>string</code> values
            are equal.
            
            @param value1 The left-hand side of the encoded {@link string#equals(Object)}.
            @param value2 The right-hand side of the encoded {@link string#equals(Object)}.
            @return <code>true</code> if the encoded <code>string</code>s are equal;
                     <code>false</code> otherwise.
            @see #isDoubleMetaphoneEqual(string,string,bool)
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.IsDoubleMetaphoneEqual(System.String,System.String,System.Boolean)">
            Check if the Double Metaphone values of two <code>string</code> values
            are equal, optionally using the alternate value.
            
            @param value1 The left-hand side of the encoded {@link string#equals(Object)}.
            @param value2 The right-hand side of the encoded {@link string#equals(Object)}.
            @param alternate use the alternate value if <code>true</code>.
            @return <code>true</code> if the encoded <code>string</code>s are equal;
                     <code>false</code> otherwise.
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.GetMaxCodeLen">
            Returns the maxCodeLen.
            @return int
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.SetMaxCodeLen(System.Int32)">
            Sets the maxCodeLen.
            @param maxCodeLen The maxCodeLen to set
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.HandleAEIOUY(System.String,Telerik.WinForms.Documents.Proofing.DoubleMetaphoneResult,System.Int32)">
            Handles 'A', 'E', 'I', 'O', 'U', and 'Y' cases
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.HandleC(System.String,Telerik.WinForms.Documents.Proofing.DoubleMetaphoneResult,System.Int32)">
            Handles 'C' cases
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.HandleCC(System.String,Telerik.WinForms.Documents.Proofing.DoubleMetaphoneResult,System.Int32)">
            Handles 'CC' cases
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.HandleCH(System.String,Telerik.WinForms.Documents.Proofing.DoubleMetaphoneResult,System.Int32)">
            Handles 'CH' cases
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.HandleD(System.String,Telerik.WinForms.Documents.Proofing.DoubleMetaphoneResult,System.Int32)">
            Handles 'D' cases
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.HandleG(System.String,Telerik.WinForms.Documents.Proofing.DoubleMetaphoneResult,System.Int32,System.Boolean)">
            Handles 'G' cases
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.HandleGH(System.String,Telerik.WinForms.Documents.Proofing.DoubleMetaphoneResult,System.Int32)">
            Handles 'GH' cases
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.HandleH(System.String,Telerik.WinForms.Documents.Proofing.DoubleMetaphoneResult,System.Int32)">
            Handles 'H' cases
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.HandleJ(System.String,Telerik.WinForms.Documents.Proofing.DoubleMetaphoneResult,System.Int32,System.Boolean)">
            Handles 'J' cases
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.HandleL(System.String,Telerik.WinForms.Documents.Proofing.DoubleMetaphoneResult,System.Int32)">
            Handles 'L' cases
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.HandleP(System.String,Telerik.WinForms.Documents.Proofing.DoubleMetaphoneResult,System.Int32)">
            Handles 'P' cases
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.HandleR(System.String,Telerik.WinForms.Documents.Proofing.DoubleMetaphoneResult,System.Int32,System.Boolean)">
            Handles 'R' cases
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.HandleS(System.String,Telerik.WinForms.Documents.Proofing.DoubleMetaphoneResult,System.Int32,System.Boolean)">
            Handles 'S' cases
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.HandleSC(System.String,Telerik.WinForms.Documents.Proofing.DoubleMetaphoneResult,System.Int32)">
            Handles 'SC' cases
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.HandleT(System.String,Telerik.WinForms.Documents.Proofing.DoubleMetaphoneResult,System.Int32)">
            Handles 'T' cases
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.HandleW(System.String,Telerik.WinForms.Documents.Proofing.DoubleMetaphoneResult,System.Int32)">
            Handles 'W' cases
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.HandleX(System.String,Telerik.WinForms.Documents.Proofing.DoubleMetaphoneResult,System.Int32)">
            Handles 'X' cases
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.HandleZ(System.String,Telerik.WinForms.Documents.Proofing.DoubleMetaphoneResult,System.Int32,System.Boolean)">
            Handles 'Z' cases
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.ConditionC0(System.String,System.Int32)">
            Complex condition 0 for 'C'
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.ConditionCH0(System.String,System.Int32)">
            Complex condition 0 for 'CH'
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.ConditionCH1(System.String,System.Int32)">
            Complex condition 1 for 'CH'
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.ConditionL0(System.String,System.Int32)">
            Complex condition 0 for 'L'
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.ConditionM0(System.String,System.Int32)">
            Complex condition 0 for 'M'
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.IsSlavoGermanic(System.String)">
            Determines whether or not a value is of slavo-germanic orgin. A value is
            of slavo-germanic origin if it contians any of 'W', 'K', 'CZ', or 'WITZ'.
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.IsVowel(System.Char)">
            Determines whether or not a character is a vowel or not
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.IsSilentStart(System.String)">
            Determines whether or not the value starts with a silent letter.  It will
            return <code>true</code> if the value starts with any of 'GN', 'KN',
            'PN', 'WR' or 'PS'.
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.CleanInput(System.String)">
            Cleans the input
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.CharAt(System.String,System.Int32)">
            Gets the character at index <code>index</code> if available, otherwise
            it returns <code>Character.MIN_VALUE</code> so that there is some sort
            of a default
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.Contains(System.String,System.Int32,System.Int32,System.String)">
            Shortcut method with 1 criteria
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.Contains(System.String,System.Int32,System.Int32,System.String,System.String)">
            Shortcut method with 2 criteria
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.Contains(System.String,System.Int32,System.Int32,System.String,System.String,System.String)">
            Shortcut method with 3 criteria
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.Contains(System.String,System.Int32,System.Int32,System.String,System.String,System.String,System.String)">
            Shortcut method with 4 criteria
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.Contains(System.String,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.String)">
            Shortcut method with 5 criteria
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.Contains(System.String,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.String,System.String)">
            Shortcut method with 6 criteria
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DoubleMetaphone.Contains(System.String,System.Int32,System.Int32,System.String[])">
                    * Determines whether <code>value</code> contains any of the criteria 
                    starting
                    * at index <code>start</code> and matching up to length <code>length</code>
        </member>
        <member name="T:Telerik.WinForms.Documents.Proofing.DoubleMetaphoneResult">
            Inner class for storing results, since there is the optional alternate
            encoding.
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.EditDistance.DamerauLevenshtein(System.String,System.String)">
            <summary>
            Calculates the "Levenshtein Distance" of two strings
            </summary>        
        </member>
        <member name="P:Telerik.WinForms.Documents.Proofing.DocumentProofingManager.MaximumIncorrectWordsNumber">
            <summary>
            Gets or sets the maximum incorrect words number. Negative value means unlimited.
            </summary>
            <value>
            The maximum incorrect words number.
            </value>
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DocumentSpellChecker.AddDictionary(Telerik.WinForms.Documents.Proofing.IWordDictionary,System.Globalization.CultureInfo)">
            <summary>
            Adds a dictionary with the specified culture to the spell checker. If a dictionary with this culture already exists, it is overwritten.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DocumentSpellChecker.AddDictionary(System.Lazy{Telerik.WinForms.Documents.Proofing.IWordDictionary},System.Globalization.CultureInfo)">
            <summary>
            Adds a lazily initialized dictionary with the specified culture to the spell checker. If a dictionary with this culture already exists, it is overwritten.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DocumentSpellChecker.RemoveDictionary(System.Globalization.CultureInfo)">
            <summary>
            Removes the dictionary with the specified culture from the spell checker. This method returns false if no such dictionary is found.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DocumentSpellChecker.AddCustomDictionary(Telerik.WinForms.Documents.Proofing.ICustomWordDictionary,System.Globalization.CultureInfo)">
            <summary>
            Adds a custom dictionary with the specified culture to the spell checker. If a dictionary with this culture already exists, it is overwritten.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DocumentSpellChecker.RemoveCustomDictionary(Telerik.WinForms.Documents.Proofing.ICustomWordDictionary,System.Globalization.CultureInfo)">
            <summary>
            This method is obsolete. Use RemoveCustomDictionary(CultureInfo) instead.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Proofing.DocumentSpellChecker.RemoveCustomDictionary(System.Globalization.CultureInfo)">
            <summary>
            Removes the custom dictionary with the specified culture from the spell checker. This method returns false if no such dictionary is found.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Proofing.DocumentSpellChecker.DictionaryList">
            <summary>
            Gets or sets the list of dictionaries used by SpellChecher. Generally this property is not intended to be used directly from your code, rather it is set automatically by MEF.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.TextSearch.DocumentTextMap.TrimWordStart(System.String@,System.Boolean)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.TextSearch.DocumentTextMap.TrimWordEnd(System.String,System.Boolean)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.TextSearch.DocumentTextMap.TrimWord(System.String)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.TextSearch.DocumentTextSearch">
            <summary>
            Provides functionality for searching text in a RadDocument
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.TextSearch.TextRange.AddToSelection(Telerik.WinForms.Documents.Model.RadDocument)">
            <summary>
            Adds the current text range to the selection ranges of the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.TextSearch.TextRange.SetSelection(Telerik.WinForms.Documents.Model.RadDocument)">
            <summary>
            Sets the selection of the document to the current text range.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.UI.ActiveDocumentEditorChangedEventArgs">
            <summary>
            Provides data for active document editor changed event.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.ActiveDocumentEditorChangedEventArgs.#ctor(Telerik.WinForms.Documents.UI.DocumentEditorType)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.UI.ActiveDocumentEditorChangedEventArgs"/> class.
            </summary>
            <param name="documentEditorType">Type of the document editor.</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.UI.ActiveDocumentEditorChangedEventArgs.DocumentEditorType">
            <summary>
            Gets the type of the active document editor.
            </summary>
            <value>
            The type of the active document editor.
            </value>
        </member>
        <member name="T:Telerik.WinForms.Documents.UI.Adorner.CursorType">
            <summary>
            Types of cursors available
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.UI.Adorner.CursorType.None">
            <summary>
            No cursor shown
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.UI.Adorner.CursorType.Default">
            <summary>
            The default cursor (typically SystemArrow)
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.UI.Adorner.CursorType.Size">
            <summary>
            Size cursor that supports angle
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.UI.Adorner.CursorType.Move">
            <summary>
            Move cursor
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.UI.Adorner.DragData">
            <summary>
            Contains dragging information for a specified adorner
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.UI.Adorner.DragData.CursorAngle">
            <summary>
            Angle of the cursor based on the adorner location
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.UI.Adorner.DragData.DragType">
            <summary>
            Type of drag being performed
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.UI.Adorner.DragData.WidthChange">
            <summary>
            Used for resize adorners only.
            Shows how much the width will change when movin mouse one positive unit.D:\Projects\EasyPainter\EasyPainter\Dialogs\
            typically -1, 0, or 1
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.UI.Adorner.DragData.HeightChange">
            <summary>
            Used for resize adorners only.
            Shows how much the height will change when movin mouse one positive unit.
            typically -1, 0, or 1 
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.UI.Adorner.DragData.HSignInverse">
            <summary>
            Selects left or right edge to not move during resize
            -1: right
            1: left
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.UI.Adorner.DragData.VSign">
            <summary>
            Selects top or bottom edge to not move during resize
            -1: top
            1: bottom
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.UI.Adorner.DragData.PreserveRatio">
            <summary>
            True is width/height ratio should be preserved
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Adorner.ICursor.Show(Telerik.WinForms.Documents.UI.Adorner.CursorType)">
            <summary>
            Shows the specified cursor type. CursorType==None draws no cursor
            </summary>
            <param name="type">the type of the cursor to show</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Adorner.ICursor.SetPos(System.Double,System.Double)">
            <summary>
            Sets the position of the cursor relative to the cursor plane, that holds all adorner controls as well
            No-op for system cursors, which always follow the mouse
            </summary>
            <param name="x"></param>
            <param name="y"></param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Adorner.ICursor.SetAngle(System.Double)">
            <summary>
            Sets the angle of the cursor for 
            </summary>
            <param name="angleDegrees"></param>
        </member>
        <member name="T:Telerik.WinForms.Documents.UI.ICaretFactory">
            <summary>
            Provides an extensible approach to change the RadRichTextBox's Caret.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.ICaretFactory.CreateCaret">
            <summary>
            Creates the caret.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinForms.Documents.UI.Extensibility.ChangeEditingPermissionsDialogContext">
            <summary>
            Contains information that can be used by dialogs implementing <see cref="T:Telerik.WinForms.Documents.UI.Extensibility.IChangeEditingPermissionsDialog"/>
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.ChangeEditingPermissionsDialogContext.#ctor(System.Collections.Generic.IEnumerable{Telerik.WinForms.Documents.Model.PermissionRangeInfo},Telerik.WinForms.Documents.Model.PermissionInfoCollection,System.Action{System.Collections.Generic.IEnumerable{Telerik.WinForms.Documents.Model.PermissionRangeInfo},System.Collections.Generic.IEnumerable{Telerik.WinForms.Documents.Model.PermissionRangeInfo}},Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.UI.Extensibility.ChangeEditingPermissionsDialogContext"/> class.
            </summary>
            <param name="currentRangePermissions">Current region permissions infos.</param>
            <param name="users">Current users.</param>
            <param name="updatePermissionRangeCallback">The callback used for updating permission range.</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.UI.Extensibility.ChangeEditingPermissionsDialogContext.CurrentRangePermissions">
            <summary>
            Gets the current region permissions info.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.UI.Extensibility.ChangeEditingPermissionsDialogContext.Users">
            <summary>
            Gets all the permissions info.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.UI.Extensibility.ChangeEditingPermissionsDialogContext.UpdatePermissionRangeCallback">
            <summary>
            Gets the callback used for updating permission range.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.ContextMenuPlacementEventArgs.#ctor(Telerik.WinControls.RichTextEditor.UI.Point)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.UI.Extensibility.ContextMenuPlacementEventArgs"/> class.
            </summary>
            <param name="location">The location, relative to silverlight plugin.</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.UI.Extensibility.ContextMenuPlacementEventArgs.Location">
            <summary>
            Gets the location of the context menu, relative to silverlight plugin.
            </summary>
            <value>The location.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.UI.Extensibility.FontPropertiesDialogContext.DefaultStyle">
            <summary>
            Gets or sets the default style which will be used to fill in the dialog on Reset All
            </summary>
            <value>The default style.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.UI.Extensibility.FontPropertiesDialogContext.ApplyStyle">
            <summary>
            A callback that is used to apply the style filled in the UI.
            </summary>
            <value>The apply style.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.UI.Extensibility.FontPropertiesDialogContext.CurrentEditingStyle">
            <summary>
            Gets the current editing style. Provided for backward compatibility.
            </summary>
            <value>The current editing style.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.UI.Extensibility.FontPropertiesDialogContext.Owner">
            <summary>
            The owner RadRichTextBox used to set the owner of the RadWindow and to extract the current style.
            </summary>
            <value>The owner.</value>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.IContextMenu.Show(Telerik.WinControls.RichTextEditor.UI.Point,Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Shows the context menu at specified location, relative to passed RadRichTextBox.
            </summary>
            <param name="location">The location to show at.</param>
            <param name="radRichTextBox">RadRichTextBox to attach to.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.IContextMenu.Show(Telerik.WinControls.RichTextEditor.UI.Point,Telerik.WinForms.RichTextEditor.RadRichTextBox,Telerik.WinForms.Documents.TextSearch.WordInfo)">
            <summary>
            Shows the context menu at specified location, relative to passed RadRichTextBox, with list of suggestions for incorrect word
            </summary>
            <param name="location">The location to show at.</param>
            <param name="radRichTextBox">RadRichTextBox to attach to.</param>-
            <param name="incorrectWordInfo">The word info to show suggestions for.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.IContextMenu.Hide">
            <summary>
            Hides the menu.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.Documents.UI.Extensibility.IContextMenu.Opened">
            <summary>
            Occurs when context menu is opened.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.Documents.UI.Extensibility.IContextMenu.Closed">
            <summary>
            Occurs when context menu is closed.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.InsertTableDialogContext.#ctor(System.Action{System.Int32,System.Int32,System.Boolean},Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.UI.Extensibility.InsertTableDialogContext"/> class.
            </summary>
            <param name="insertTableCallback">The insert table callback. 
            First parameter specifies rows; 
            second parameter specifies columns; 
            the third parameter specifies if paragraphs should be inserted before table when it is in the start of block container.</param>
            <param name="owner">The owner of the dialog.</param>
        </member>
        <member name="T:Telerik.WinForms.Documents.UI.Extensibility.SpellCheckingUIManager">
            <summary>
            Encapsulates logic for spellchecking dialogs for <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.SpellCheckingUIManager.#ctor(Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.UI.Extensibility.SpellCheckingUIManager"/> class.
            </summary>
            <param name="radRichTextBox">The instance of RadRichTextBox to be spellchecked.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.SpellCheckingUIManager.IgnoreCurrentWord">
            <summary>
            Ignores the current word for further spell checking.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.SpellCheckingUIManager.IgnoreWord(Telerik.WinForms.Documents.TextSearch.WordInfo)">
            <summary>
            Ignores the specified word for further spell checking.
            </summary>
            <param name="wordInfo">The word to be ignored.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.SpellCheckingUIManager.IgnoreAll(System.String)">
            <summary>
            Ignores all occurrences of word.
            </summary>
            <param name="word">The word.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.SpellCheckingUIManager.AddToDictionary(System.String)">
            <summary>
            Adds word to dictionary.
            </summary>
            <param name="word">The word.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.SpellCheckingUIManager.GetSuggestions(System.String)">
            <summary>
            Gets the spellchecking suggestions for a word.
            </summary>
            <param name="word">The word.</param>
            <returns>A collection filled with the suggestions.</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.SpellCheckingUIManager.ChangeWord(System.String)">
            <summary>
            Changes the currently selected word with the suggestion.
            </summary>
            <param name="suggestion">The suggestion.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.SpellCheckingUIManager.MoveToNextError">
            <summary>
            Selects the next incorrect word and returns info about it.
            </summary>
            <returns>Current incorrect word info.</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.SpellCheckingUIManager.CreateSpellCheckingContextDocument(Telerik.WinForms.Documents.TextSearch.TextRange)">
            <summary>
            Creates the spell checking context document.
            </summary>
            <param name="incorrectWordRange">Text range for the incorrect word.</param>
            <returns><see cref="T:Telerik.WinForms.Documents.Model.RadDocument"/> containing the incorrect word and its context.</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.SpellCheckingUIManager.ShowEditCustomDictionaryDialog">
            <summary>
            Shows the dialog for editing custom spellchecking dictionaries.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.SpellCheckingUIManager.HasCustomDictionary">
            <summary>
            Determines whether there is custom dictionary to edit.
            </summary>
            <returns>
              <c>true</c> if there is custom dictionary to edit; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.SpellCheckingUIManager.ChangeAll(System.String,System.String)">
            <summary>
            Changes all occurrences of the <paramref name="incorrectWord" /> with <paramref name="suggestion" />.
            </summary>
            <param name="incorrectWord">The incorrect word.</param>
            <param name="suggestion">The suggestion which will replace the word.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.StyleFormattingPropertiesDialogContext.#ctor(System.String,System.Action{System.Object},Telerik.WinForms.Documents.Model.RadDocument,System.Action{System.Action{System.Char,Telerik.WinControls.RichTextEditor.UI.FontFamily},Telerik.WinControls.RichTextEditor.UI.FontFamily,Telerik.WinForms.RichTextEditor.RadRichTextBox},Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.StyleFormattingPropertiesDialogContext.#ctor(System.String,Telerik.WinForms.Documents.Model.Styles.StyleDefinition,System.Action{System.Object},Telerik.WinForms.Documents.Model.RadDocument,System.Action{System.Action{System.Char,Telerik.WinControls.RichTextEditor.UI.FontFamily},Telerik.WinControls.RichTextEditor.UI.FontFamily,Telerik.WinForms.RichTextEditor.RadRichTextBox},Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.StyleFormattingPropertiesDialogContext.#ctor(System.String,Telerik.WinForms.Documents.Model.ListStyle,System.Action{System.Object},Telerik.WinForms.Documents.Model.RadDocument,System.Action{System.Action{System.Char,Telerik.WinControls.RichTextEditor.UI.FontFamily},Telerik.WinControls.RichTextEditor.UI.FontFamily,Telerik.WinForms.RichTextEditor.RadRichTextBox},Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.StyleFormattingPropertiesDialogContext.#ctor(System.String,Telerik.WinForms.Documents.Model.Styles.StyleType,Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.UI.Extensibility.StyleFormattingPropertiesDialogContext"/> class. Use it for creation of new style with specified type.
            </summary>
            <param name="dialogTitle">The dialog title.</param>
            <param name="styleType">Type of the style.</param>
            <param name="owner">The owner.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.StyleFormattingPropertiesDialogContext.#ctor(System.String,Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.UI.Extensibility.StyleFormattingPropertiesDialogContext"/> class. Use it for creation of new style.
            </summary>
            <param name="dialogTitle">The dialog title.</param>
            <param name="owner">The owner.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.StyleFormattingPropertiesDialogContext.#ctor(System.String,Telerik.WinForms.Documents.Model.Styles.StyleDefinition,Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.UI.Extensibility.StyleFormattingPropertiesDialogContext"/> class. Use it for editing of style definition.
            </summary>
            <param name="dialogTitle">The dialog title.</param>
            <param name="realStyleDefinition">The real style definition.</param>
            <param name="owner">The owner.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.StyleFormattingPropertiesDialogContext.#ctor(System.String,Telerik.WinForms.Documents.Model.ListStyle,Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.UI.Extensibility.StyleFormattingPropertiesDialogContext"/> class. Use it for editing of list style.
            </summary>
            <param name="dialogTitle">The dialog title.</param>
            <param name="realListStyle">The real list style.</param>
            <param name="owner">The owner.</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.UI.Extensibility.StyleFormattingPropertiesDialogContext.CustomStyleDefinitionAction">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.UI.Extensibility.StyleFormattingPropertiesDialogContext.EditCustomStyleDefinition">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.UI.Extensibility.StyleFormattingPropertiesDialogContext.ShowInsertSymbolDialogAction">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor">
            <summary>
            Encapsulates logic for editing current table in <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor.#ctor(Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor.GetTargetCells">
            <summary>
            Gets selected cells, or current cell if there isn't selection.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor.GetGridColumnWidth(System.Int32)">
            <summary>
            Gets the width of the grid column.
            </summary>
            <param name="gridColumnIndex">Index of the grid column.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor.SetGridColumnWidth(System.Int32,Telerik.WinForms.Documents.Model.TableWidthUnit)">
            <summary>
            Sets the width of the grid column.
            </summary>
            <param name="gridColumnIndex">Index of the grid column.</param>
            <param name="tableWidthUnit">The table width.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor.SelectTableColumn(System.Int32)">
            <summary>
            Selects the table column.
            </summary>
            <param name="gridColumnIndex">Index of the grid column.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor.SetTargetCellsBackground(Telerik.WinControls.RichTextEditor.UI.Color)">
            <summary>
            Sets the target cells background.
            </summary>
            <param name="backgroundColor">Color of the background.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor.SetTargetCellsBorders(Telerik.WinForms.Documents.Model.TableCellBorders)">
            <summary>
            Sets the target cells borders.
            </summary>
            <param name="cellBorders">The TableCellBorders.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor.SetTableBorders(Telerik.WinForms.Documents.Model.TableBorders)">
            <summary>
            Sets the target cells borders.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor.SetTargetCellsContentAlignment(Telerik.WinForms.Documents.Layout.RadTextAlignment,Telerik.WinForms.Documents.Layout.RadVerticalAlignment)">
            <summary>
            Changes the table cell content alignment.
            </summary>
            <param name="textAlignment">The text alignment.</param>
            <param name="verticalAlignment">The vertical content alignment.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor.SetTargetCellsPadding(Telerik.WinForms.Documents.Layout.Padding)">
            <summary>
            Changes the table cell padding.
            </summary>
            <param name="cellPadding">The cell padding.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor.SetTableDefaultCellPadding(Telerik.WinForms.Documents.Layout.Padding)">
            <summary>
            Changes the table cells default padding.
            </summary>
            <param name="defaultCellPadding">The default cell padding for the table.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor.SetTableCellSpacing(System.Double)">
            <summary>
            Changes the spacing between cells.
            </summary>
            <param name="cellSpacing">The new cell spacing.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor.SetTableWidth(Telerik.WinForms.Documents.Model.TableWidthUnit)">
            <summary>
            Changes the width of the table.
            </summary>
            <param name="tableWidth">Width of the table.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor.SetTableFlowDirection(Telerik.WinControls.RichTextEditor.UI.FlowDirection)">
            <summary>
            Changes the table flow direction.
            </summary>
            <param name="flowDirection">The flow direction.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor.SetTableIndent(System.Double)">
            <summary>
            Changes the table indent.
            </summary>
            <param name="tableIndent">The new indent.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor.ClearSelectedCellBorders">
            <summary>
            Clears all adjacent cell borders of the currently selected cells.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor.ClearAllTableCellBorders">
            <summary>
            Clears all cell borders of the current table.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor.ExecuteCommands">
            <summary>
            Executes all the commands.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor.ClearCommands">
            <summary>
            Clears all the commands.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor.InitialGridColumnIndex">
            <summary>
            Gets the initial grid column index of the current cell in the current table.
            </summary>
            <value>The initial grid column index of the current cell.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.UI.Extensibility.TablePropertiesEditor.GridColumnsCount">
            <summary>
            Gets the current table grid columns count.
            </summary>
            <value>The grid columns count.</value>
        </member>
        <member name="T:Telerik.WinForms.Documents.UI.DocumentEditorType">
            <summary>
            Describes document editor types.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.UI.DocumentEditorType.MainDocument">
            <summary>
            Main document editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.UI.DocumentEditorType.Header">
            <summary>
            Header editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.UI.DocumentEditorType.Footer">
            <summary>
            Footer editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.UI.DocumentEditorType.Note">
            <summary>
            Note editor.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.UI.DocumentEditorType.Comment">
            <summary>
            Comment editor.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.UI.Layers.CommentsUILayer.ViewOffset">
            <summary>
            Offset of the view from the initial point (0, 0) generally related to scroll offset
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.UI.Layers.CommentsUILayer.ViewPort">
            <summary>
            Gets the rectangle currently visible
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.UI.Layers.TextDecorationLayers.ProofingErrorsDecorationUILayer.MaximumIncorrectWordsNumber">
            <summary>
            Gets or sets the maximum incorrect words number. Negative value means unlimited.
            </summary>
            <value>
            The maximum incorrect words number.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.UI.PagesLayoutManager.PagePresentersMargin">
            <summary>
            Gets or sets value corresponding to the margins between child page-presenters.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.UI.PrintScaling.None">
            <summary>
            No scaling is applied
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.UI.PrintScaling.ShrinkToPageSize">
            <summary>
            Shrink to page size if needed. This is option for Native PrintMode only.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.UI.PrintSettings.PageRange">
            <summary>
            Gets or sets the PageRange that will be printed.
            </summary>
            <value>The page range</value>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.StyleFormattingPropertiesDialogSettings.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.UI.StyleFormattingPropertiesDialogSettings"/> class. Use it for creation of new style.
            </summary>
            <param name="createNew">The create new.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.StyleFormattingPropertiesDialogSettings.#ctor(Telerik.WinForms.Documents.Model.Styles.StyleType)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.UI.StyleFormattingPropertiesDialogSettings"/> class. Use it for creation of new style with specific type.
            </summary>
            <param name="styleType">Type of the style.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.StyleFormattingPropertiesDialogSettings.#ctor(Telerik.WinForms.Documents.Model.Styles.StyleDefinition)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.UI.StyleFormattingPropertiesDialogSettings"/> class. Use it for editing of style definition.
            </summary>
            <param name="styleDefinition">The style definition.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.StyleFormattingPropertiesDialogSettings.#ctor(Telerik.WinForms.Documents.Model.ListStyle)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.UI.StyleFormattingPropertiesDialogSettings"/> class. Use it for editing of list style.
            </summary>
            <param name="listStyle">The list style.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.UI.StyleFormattingPropertiesDialogSettings.#ctor(System.Boolean,Telerik.WinForms.Documents.Model.ListStyle)">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Utils.UniversalDateTimeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>
            Determines whether this instance [can convert from] the specified context.
            </summary>
            <param name="context">The context.</param>
            <param name="sourceType">Type of the source.</param>
            <returns>
            	<c>true</c> if this instance [can convert from] the specified context; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Utils.UniversalDateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>
            Returns whether the type converter can convert an object to the specified type to the type of this converter.
            </summary>
            <param name="context">The context.</param>
            <param name="destinationType">The type you want to convert to.</param>
            <returns>
            True if this converter can perform the conversion; otherwise, false.
            </returns>
            <exception cref="T:System.ArgumentException">
            <paramref name="destinationType"/> is null.</exception>
        </member>
        <member name="M:Telerik.WinForms.Documents.Utils.UniversalDateTimeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
            <summary>
            Converts from the specified value to the type of this converter.
            </summary>
            <param name="context">The context.</param>
            <param name="culture">The culture.</param>
            <param name="value">The value to convert to the type of this converter.</param>
            <returns>The converted value.</returns>
            <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
        </member>
        <member name="M:Telerik.WinForms.Documents.Utils.UniversalDateTimeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
            <summary>
            Converts from the specified value to the type of this converter.
            </summary>
            <param name="context">The context.</param>
            <param name="culture">The culture.</param>
            <param name="value">The value.</param>
            <param name="destinationType">Type of the destination.</param>
            <returns></returns>
        </member>
        <member name="F:Telerik.WinForms.Documents.Utils.WeakEventHandler`2.onEventAction">
            <summary>
            Delegate to the method to call when the event fires.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Utils.WeakEventHandler`2.OnEventAction">
            <summary>
            Gets or sets the method to call when the event fires.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.Layout.ElementVisibility">
            <summary>
            Defines element's visibility.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Layout.ElementVisibility.Visible">
            <summary>
            Indicates that the element is visible.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Layout.ElementVisibility.Hidden">
            <summary>
            Indicates that the element is hidden.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Layout.ElementVisibility.Collapsed">
            <summary>
            Indicates that the element is collapsed.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.Layout.LayoutUtils">
            <exclude/>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.DocumentElementStateBitVector.Reset">
            <summary>
            Clears all currently set bits in this vector.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Layout.DocumentElementStateBitVector.Item(Telerik.WinForms.Documents.Layout.DocumentElementStates)">
            <summary>
            Determines whether the bit, corresponding to the specified key is set
            </summary>
            <param name="key"></param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.Layout.DocumentElementStateBitVector.Data">
            <summary>
            Gets the UInt64 structure holding the separate bits of the vector.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.Layout.MatrixOrder">
            <summary>
            Specifies the order for matrix transform operations.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Layout.MatrixOrder.Prepend">
            <summary>
            The new operation is applied before the old operation.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Layout.MatrixOrder.Append">
            <summary>
            The new operation is applied after the old operation.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.Layout.RadMatrix">
            <summary>
            Represents a light-weight 3*3 Matrix to be used for GDI+ transformations.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.RadMatrix.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new RadMatrix, using the specified parameters.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.RadMatrix.#ctor(Telerik.WinForms.Documents.Layout.RadMatrix)">
            <summary>
            Copy constructor.
            </summary>
            <param name="source"></param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.RadMatrix.#ctor(Telerik.WinForms.Documents.Model.PointF)">
            <summary>
            Initializes a new RadMatrix, applying the specified X and Y values as DX and DY members of the matrix.
            </summary>
            <param name="offset"></param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.RadMatrix.#ctor(System.Single,System.Single)">
            <summary>
            Initializes a new RadMatrix, scaling it by the provided parameters, at the origin (0, 0).
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.RadMatrix.#ctor(System.Single,System.Single,Telerik.WinForms.Documents.Model.PointF)">
            <summary>
            Initializes a new RadMatrix, scaling it by the provided parameters, at the specified origin.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.RadMatrix.#ctor(System.Single)">
            <summary>
            Initializes a new RadMatrix, rotated by the specified angle (in degrees) at origin (0, 0).
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.RadMatrix.#ctor(System.Single,Telerik.WinForms.Documents.Model.PointF)">
            <summary>
            Initializes a new RadMatrix, rotated by the specified angle (in degrees) at the provided origin.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Layout.RadMatrix.IsEmpty">
            <summary>
            Determines whether the current matrix is empty.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Layout.RadMatrix.IsIdentity">
            <summary>
            Determines whether this matrix equals to the Identity one.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Layout.RadMatrix.Determinant">
            <summary>
            Gets the determinant - [(M11 * M22) - (M12 * M21)] - of this Matrix.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Layout.RadMatrix.IsInvertible">
            <summary>
            Determines whether this matrix may be inverted. That is to have non-zero determinant.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Layout.RadMatrix.ScaleX">
            <summary>
            Gets the scale by the X axis, provided by this matrix.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Layout.RadMatrix.ScaleY">
            <summary>
            Gets the scale by the Y axis, provided by this matrix.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Layout.RadMatrix.Rotation">
            <summary>
            Gets the rotation (in degrees) applied to this matrix.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Layout.RadMatrix.Elements">
            <summary>
            Gets all the six fields of the matrix as an array.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.SectionLayoutBox.GetHeaderFooterType">
            <summary>
            Gets the type of the header and footer for this page.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.SectionLayoutBox.GetHeader">
            <summary>
            Gets the header for this page.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.SectionLayoutBox.SetHeader(Telerik.WinForms.Documents.Model.Header)">
            <summary>
            Sets the header.
            </summary>
            <param name="header">The header.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.SectionLayoutBox.GetFooter">
            <summary>
            Gets the footer for this page.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.SectionLayoutBox.SetFooter(Telerik.WinForms.Documents.Model.Footer)">
            <summary>
            Sets the footer.
            </summary>
            <param name="footer">The footer.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.SectionLayoutBox.GetHeaderHeight">
            <summary>
            Gets the height of the header.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.SectionLayoutBox.GetFooterHeight">
            <summary>
            Gets the height of the footer.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.SectionLayoutBox.GetHeaderContentMargins">
            <summary>
            Gets the magin of the header content inside the top page margin.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Layout.SectionLayoutBox.GetFooterContentMargins">
            <summary>
            Gets the margin of the footer inside the bottom page margin.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.TelerikHelper.GetBoundingRect(Telerik.WinForms.Documents.Model.RectangleF,Telerik.WinForms.Documents.Layout.RadMatrix)">
            <summary>
            Get bounding rectangle around transformed one.
            </summary>
            <param name="rect">Rectangle that is to be rotated</param>
            <param name="matrix">Transform matrix</param>
            <returns>the bounding rectangle around <paramref name="rect"/>
            that is transformed with <paramref name="matrix"/>.</returns>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.PageLayoutSettingsConverter">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.PageLayoutSettings">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Paragraph.GetActualTabStops">
            <summary>
            Gets local tab stops merged with tab stops from the style.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Paragraph.OutlineLevel">
            <summary>
            Gets or sets a value indicating the outline level. The outline level defines the level of this paragraph in TOC field. The default value is 0 - no level.;
            </summary>
            <value>The outline level.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Paragraph.IsLineBreakingRuleEnabled">
            <summary>
            Gets or sets a value indicating whether East Asian typography rules will be applied to determine which characters may begin and end each line.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.RadDocumentBindingSource">
            <summary>
            Represents collection of DocumentPageItems that wraps RadDocument and provides collection-changed events when document content changes 
            and as a result pages are added or removed from the document. Suitable for binding to Items controls as RadBook, RadCoverFlow, etc.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.Section">
            <summary>
            A block-level flow content element used for grouping other <see cref="T:Telerik.WinForms.Documents.Model.Block"/> elements.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Section.GetHeaderFooterTypeByPageNumber(System.Int32)">
            <summary>
            Gets the header/footer type by page number.
            </summary>
            <param name="pageNumber">The page number.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Section.GetHeaderByPageNumber(System.Int32)">
            <summary>
            Gets the header by page number.
            </summary>
            <param name="pageNumber">The page number.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Section.GetFooterByPageNumber(System.Int32)">
            <summary>
            Gets the footer by page number.
            </summary>
            <param name="pageNumber">The page number.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Section.GetHeaderByType(Telerik.WinForms.Documents.Model.HeaderFooterType)">
            <summary>
            Gets the header by its type.
            </summary>
            <param name="headerType">Type of the header.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Section.GetFooterByType(Telerik.WinForms.Documents.Model.HeaderFooterType)">
            <summary>
            Gets the footer by its type.
            </summary>
            <param name="footerType">Type of the footer.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Section.SetHeaderByPageNumber(System.Int32,Telerik.WinForms.Documents.Model.Header)">
            <summary>
            Sets the header by page number.
            </summary>
            <param name="pageNumber">The page number.</param>
            <param name="header">The header.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Section.SetFooterByPageNumber(System.Int32,Telerik.WinForms.Documents.Model.Footer)">
            <summary>
            Sets the footer by page number.
            </summary>
            <param name="pageNumber">The page number.</param>
            <param name="footer">The footer.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Section.SetHeaderByType(Telerik.WinForms.Documents.Model.HeaderFooterType,Telerik.WinForms.Documents.Model.Header)">
            <summary>
            Sets a header according to type.
            </summary>
            <param name="headerType">Type of the header.</param>
            <param name="header">The header.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Section.SetFooterByType(Telerik.WinForms.Documents.Model.HeaderFooterType,Telerik.WinForms.Documents.Model.Footer)">
            <summary>
            Sets a footer according to type.
            </summary>
            <param name="footerType">Type of the footer.</param>
            <param name="footer">The footer.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Section.GetHeaderHeight(System.Int32)">
            <summary>
            Gets the height of the header for a page.
            </summary>
            <param name="pageNumber">The page number.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Section.GetFooterHeight(System.Int32)">
            <summary>
            Gets the height of the footer for a page.
            </summary>
            <param name="pageNumber">The page number.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Section.IsEmpty">
            <summary>
            Gets a value indicating whether the section is empty.
            </summary>
            <value>
              <c>true</c> if the section is empty; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Section.Headers">
            <summary>
            Gets or sets the headers.
            </summary>
            <value>
            The headers.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Section.Footers">
            <summary>
            Gets or sets the footers.
            </summary>
            <value>
            The footers.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Section.FirstPageNumber">
            <summary>
            Gets or sets the page number that appears on the first page of the section.
            </summary>
            <value>
            The page number.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Section.Number">
            <summary>
            Gets the section number (starting from 1).
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Section.HasDifferentFirstPageHeaderFooter">
            <summary>
            Gets or sets a value indicating whether first page header/footer is different.
            </summary>
            <value>
            	<c>true</c> if first page header/footer is different; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Section.FootnotesNumberingFormat">
            <summary>
            Gets or sets the footnotes numbering format.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Section.FootnotesFirstNumber">
            <summary>
            Gets or sets the footnotes starting number.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Section.FootnotesNumberingRestartType">
            <summary>
            Gets or sets the type of the footnotes numbering restart.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Section.EndnotesNumberingFormat">
            <summary>
            Gets or sets the endnotes numbering format.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Section.EndnotesFirstNumber">
            <summary>
            Gets or sets the endnotes starting number.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Section.EndnotesNumberingRestartType">
            <summary>
            Gets or sets the type of the endnotes numbering restart.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Section.HeaderTopMargin">
            <summary>
            Gets or sets the header top margin.
            </summary>
            <value>
            The header top margin.
            </value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Section.FooterBottomMargin">
            <summary>
            Gets or sets the footer bottom margin.
            </summary>
            <value>
            The footer bottom margin.
            </value>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.InlineUIContainer.CopyUIElementFromOverride(Telerik.WinForms.Documents.Model.InlineUIContainer)">
            <summary>
            Override this method for custom implementation for copying UIElment.
            The default implementations uses the same instance of the UIElement.
            </summary>
            <param name="fromUIContainer">From UI container.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.#cctor">
            <summary>
            Initializes StyleDefinition type.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.#ctor(Telerik.WinForms.Documents.Model.Styles.StyleType)">
            <summary>
            Creates a new instance of StyleDefinition of corresponding StyleType
            </summary>
            <param name="styleType">StyleType corresponding to the type of document elements this style should apply to</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.#ctor(System.String,Telerik.WinForms.Documents.Model.Styles.StyleType)">
            <summary>
            Creates a new instance of StyleDefinition of corresponding StyleType and Name (style id).
            </summary>
            <param name="name">Unique Name of the style, that would be used to identify style in StyleRepository collection</param>
            <param name="styleType">StyleType corresponding to the type of document elements this style should apply to</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.#ctor(Telerik.WinForms.Documents.Model.DocumentElement)">
            <summary>
            Creates a new instance of StyleDefinition of StyleType corresponding to specific DocumentElement
            </summary>
            <param name="element">DocumentElement that would be used to determine the StyleType</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.#ctor(System.String,Telerik.WinForms.Documents.Model.DocumentElement)">
            <summary>
            Creates a new instance of StyleDefinition of StyleType corresponding to specific DocumentElement, with specified Name
            </summary>
            <param name="name">Unique Name of the style, that would be used to identify style in StyleRepository collection</param>
            <param name="element">DocumentElement that would be used to determine the StyleType</param>        
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.#ctor(Telerik.WinForms.Documents.Model.Styles.StyleDefinition)">
            <summary>
            Creates a new instance of StyleDefinition and copies all relevant property values from the specified StyleDefinition instance.
            </summary>
            <param name="styleDefinition">The instance to copy the properties from.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.GetPropertyValue(Telerik.WinForms.Documents.Model.Styles.IStylePropertyDefinition,Telerik.WinForms.Documents.Model.DocumentElement)">
            <summary>
            Metod provided for backward compatibility. Please use the provided properties instead.
            </summary>
            <param name="propertyDefinition"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.GetProperty(Telerik.WinForms.Documents.Model.Styles.IStylePropertyDefinition)">
            <summary>
            Metod provided for backward compatibility. Please use the provided properties instead.
            </summary>
            <param name="propertyDefinition"></param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.SetPropertyValue(Telerik.WinForms.Documents.Model.Styles.IStylePropertyDefinition,System.Object)">
            <summary>
            Metod provided for backward compatibility. Please use the provided properties instead.
            </summary>
            <param name="propertyDefinition"></param>
            <param name="newValue"></param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.ToString">
            <summary>
            Gets the string representation of this StyleDefinition that can be used to display information about property values.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.Name">
            <summary>
            Gets or sets value corresponding to the unique name of the style, that would be used to identify style in StyleRepository collection in the document
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.DisplayName">
            <summary>
            Gets or sets value corresponding to the name of the style, that would be displayed in Styles dialog, style gallery and other parts of the UI
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.BasedOnName">
            <summary>
            Gets or sets the name of base style
            </summary>
            <remarks>StyleDefinition inherits its property values from BasedOn style. Either BasedOn or BasedOnName can be specified. If BasedOnName is specified BasedOn StyleDefinition would be set automatically if this style definition is added to a document StyleRepository that contains StyleDefinition with corresponding Name.</remarks>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.BasedOn">
            <summary>
            Gets or sets the base StyleDefinition
            </summary>
            <remarks>StyleDefinition inherits its property values from BasedOn style. Either BasedOn or BasedOnName can be specified. If BasedOnName is specified BasedOn StyleDefinition would be set automatically if this style definition is added to a document StyleRepository that contains StyleDefinition with corresponding Name.</remarks>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.LinkedStyleName">
            <summary>
            Gets or sets the name of the linked style.
            </summary>
            <remarks>This property can be set to Paragraph or Character style only. Paragraph style can be linked only to Character style and vice versa. 
            StyleDefinition would obtain the corresponding property values from the linked style. Either LinkedStyle or LinkedStyleName can be specified. If BasedOnName is specified BasedOn StyleDefinition would be set automatically if this style definition is added to a document StyleRepository that contains StyleDefinition with corresponding Name.</remarks>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.LinkedStyle">
            <summary>
            Gets or sets linked StyleDefinition. Only Paragraph and Character types of styles can be linked
            </summary>
            <remarks>This property can be set to Paragraph or Character style only. Paragraph style can be linked only to Character style and vice versa. 
            StyleDefinition would obtain the corresponding property values from the linked style. Either LenkedStyle or LinkedStyleName can be specified. If BasedOnName is specified BasedOn StyleDefinition would be set automatically if this style definition is added to a document StyleRepository that contains StyleDefinition with corresponding Name.</remarks>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.NextStyleName">
            <summary>
            Gets or sets the style which shall automatically be applied to a new paragraph created following a paragraph with this style.
            </summary>
            <value>
            The name of the next style.
            </value>
            <remarks>This property will have effect when set to Paragraph style only.</remarks>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.IsCustom">
            <summary>
            Gets or sets value indicating whether the style is custom user-created
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.IsDefault">
            <summary>
            Gets or sets value indicating whether the style will be applied by default to the document elements of type corresponding to style's Type.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.IsPrimary">
            <summary>
            Gets or sets value indicating whether the style will be visible in the styles gallery.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.UIPriority">
            <summary>
            Gets or sets the UI priority of the style. Negative values will be transformed to zero (0);
            </summary>
            <value>The UI priority.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.Document">
            <summary>
            Gets RadDocument that owns this StyleDefinition instance.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.Type">
            <summary>
            Gets or sets StyleType corresponding to the type of document elements this style should be applied to.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.SpanProperties">
            <summary>
            Gets properties related to Spans in the document
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.ParagraphProperties">
            <summary>
            Gets properties related to Paragraphs in the document
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.TableProperties">
            <summary>
            Gets properties related to Tables in the document
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.TableRowProperties">
            <summary>
            Gets properties related to Table-rows in the document
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.TableCellProperties">
            <summary>
            Gets properties related to Table-cells in the document
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Model.Styles.StyleDefinition.ConditionalTableStylesList">
            <summary>
            Property used for serialization only. Use ConditionalTableStylesCollection instead.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Selection.DocumentSelection.GetSelectedBoxes">
            <summary>
            Enumerates through all layout boxes corresponding to currently selected ranges
            </summary>
            <remarks>
            <seealso cref="P:Telerik.WinForms.Documents.Selection.DocumentSelection.CanGetSelectedBoxes"/>
            </remarks>
            <returns>enumerable list of selected layout boxes</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Selection.DocumentSelection.GetSelectedBoxes``1">
            <summary>
            Enumerates through all layout boxes corresponding to currently selected ranges
            </summary>
            <remarks>
            <seealso cref="P:Telerik.WinForms.Documents.Selection.DocumentSelection.CanGetSelectedBoxes"/>
            </remarks>
            <returns>enumerable list of selected layout boxes</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Selection.DocumentSelection.GetAnnotationMarkersOfType``1">
            <summary>
            Gets all annotation markers of type T in the selection.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Selection.DocumentSelection.ContainsAnnotationMarkersOfType``1">
            <summary>
            Determines whether the selection contains annotation markers of type T.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Selection.DocumentSelection.GetSelectedSingleInline">
            <summary>
            Gets the selected Inline if it is the only inline selected, otherwise returns null. For example it is suitable to check if only an Image is selected.
            </summary>
            <returns>Returns the selected Inline if it is the only inline selected, otherwise returns null. For example it is suitable to check if only an Image is selected.</returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.Selection.DocumentSelection.CanGetSelectedBoxes">
            <summary>
            Gets value indicating whether the selected boxes can be enumerated correctly.
            <remarks>
            This method can return false when the selection is not valid during specific operation when the document is being edited.
            </remarks>
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Selection.MouseSelectionHandler.CheckMultipleClick">
            <summary>
            Returns true if multiple click.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.PageMarginTypesConverter.ToPadding(Telerik.WinForms.Documents.Model.PageMarginTypes)">
            <summary>
            Converts the specified PaperType enumeration to a pair of pixel values in SizeF.
            </summary>
            <param name="type">PaperType</param>
            <returns></returns>
        </member>
        <member name="M:System.Collections.Generic.ExtensionMethods.CastCovariant``2(System.Collections.Generic.IEnumerable{``0})">
            <summary>
            Casts enumerable of TFrom to enumerable of TTo on platforms where covariance is not supported.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Unit.DipToPoint(System.Double)">
            <summary>
            Converts dips to points.
            </summary>
            <param name="value">pixels</param>
            <returns>points</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Unit.DipToPointI(System.Double)">
            <summary>
            Converts dips to points.
            </summary>
            <param name="pixels">pixels</param>
            <returns>points</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Unit.DipToPica(System.Double)">
            <summary>
            Converts dips to picas.
            </summary>
            <param name="value">pixels</param>
            <returns>picas</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Unit.DipToCm(System.Double)">
            <summary>
            Converts dips to centimeters.
            </summary>
            <param name="value">pixels</param>
            <returns>centimeters</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Unit.DipToMm(System.Double)">
            <summary>
            Converts dips to milimeters.
            </summary>
            <param name="value">pixels</param>
            <returns>milimeters</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Unit.DipToInch(System.Double)">
            <summary>
            Converts dips to inches
            </summary>
            <param name="value">pixels</param>
            <returns>inches</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Unit.DipToTwip(System.Double)">
            <summary>
            Converts dips to twips
            </summary>
            <param name="value">pixels</param>
            <returns>twips</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Unit.DipToTwipI(System.Double)">
            <summary>
            Converts dips to twips
            </summary>
            <param name="value">pixels</param>
            <returns>twips</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Unit.DipToTwipF(System.Double)">
            <summary>
            Converts dips to twips
            </summary>
            <param name="value">pixels</param>
            <returns>twips</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Unit.TwipToDipF(System.Double)">
            <summary>
            Converts twips to dips
            </summary>
            <param name="value">twips</param>
            <returns>dips</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Unit.TwipToDipI(System.Double)">
            <summary>
            Converts twips to dips
            </summary>
            <param name="value">twips</param>
            <returns>dips</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Unit.DipToUnit(System.Double,Telerik.WinForms.Documents.Model.UnitTypes)">
            <summary>
            Converts DIPs to units.
            </summary>
            <param name="value">pixels</param>
            <param name="type">UnitType</param>
            <returns>units</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Unit.PointToDip(System.Double)">
            <summary>
            Converts to points dips.
            </summary>
            <param name="value">points</param>
            <returns>pixels</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Unit.PicaToDip(System.Double)">
            <summary>
            Converts to points dips.
            </summary>
            <param name="value">picas</param>
            <returns>pixels</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Unit.EMUsToDIP(System.Int32)">
            <summary>
            Converts EMUs to dips.
            </summary>
            <param name="value">EMUs</param>
            <returns>pixels</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Unit.EmuToDip(System.Double)">
            <summary>
            Converts EMUs to dips.
            </summary>
            <param name="value">EMUs</param>
            <returns>pixels</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Unit.CmToDip(System.Double)">
            <summary>
            Converts centimeters to dips.
            </summary>
            <param name="value">centimeters</param>
            <returns>pixels</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Unit.MmToDip(System.Double)">
            <summary>
            Converts milimeteres to dips.
            </summary>
            <param name="value">milimeteres</param>
            <returns>pixels</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Unit.InchToDip(System.Double)">
            <summary>
            Converts inches to dips.
            </summary>
            <param name="value">inches</param>
            <returns>pixels</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Unit.TwipToDip(System.Double)">
            <summary>
            Converts twips to dips.
            </summary>
            <param name="value">twips</param>
            <returns>pixels</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.Unit.UnitToDip(System.Double,Telerik.WinForms.Documents.Model.UnitTypes)">
            <summary>
            Converts Units to dips
            </summary>
            <param name="value">units</param>
            <param name="type">UnitType</param>
            <returns>pixels</returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.HtmlDataProvider.Html">
            <summary>
            Gets or sets the current document as HTML
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Attribute">
            <summary></summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Attribute.ToString">
            <summary></summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Attribute.Operand">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Attribute.Operator">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Attribute.Value">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.AttributeOperator.Equals">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.AttributeOperator.InList">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.AttributeOperator.Hyphenated">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.AttributeOperator.EndsWith">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.AttributeOperator.BeginsWith">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.AttributeOperator.Contains">
            <summary></summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Combinator">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Combinator.ChildOf">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Combinator.PrecededImmediatelyBy">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Combinator.PrecededBy">
            <summary></summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.CSS.IRuleSetContainer">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.IRuleSetContainer.RuleSets">
            <summary></summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.CSS.CssDocument.ToString">
            <summary></summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.CssDocument.Directives">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.CssDocument.RuleSets">
            <summary></summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Declaration">
            <summary>property ( name: stuff; )</summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Declaration.ToString">
            <summary></summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Declaration.Name">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Declaration.Important">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Declaration.Expression">
            <summary></summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Directive">
            <summary></summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.CSS.IDeclarationContainer">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.IDeclarationContainer.Declarations">
            <summary></summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Directive.ToString">
            <summary></summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Directive.ToString(System.Int32)">
            <summary></summary>
            <param name="nesting"></param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Directive.Type">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Directive.Name">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Directive.Expression">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Directive.Mediums">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Directive.Directives">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Directive.RuleSets">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Directive.Declarations">
            <summary></summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.CSS.DirectiveType">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.DirectiveType.Media">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.DirectiveType.Import">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.DirectiveType.Charset">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.DirectiveType.Page">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.DirectiveType.FontFace">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.DirectiveType.Namespace">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.DirectiveType.Other">
            <summary></summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Expression">
            <summary></summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Expression.ToString">
            <summary></summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Expression.PropertyValues">
            <summary></summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Function">
            <summary></summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Function.ToString">
            <summary></summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Function.Name">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Function.Expression">
            <summary></summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Medium">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Medium.all">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Medium.aural">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Medium.braille">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Medium.embossed">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Medium.handheld">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Medium.print">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Medium.projection">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Medium.screen">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Medium.tty">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Medium.tv">
            <summary></summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.CSS.PropertyValue">
            <summary>part of a property's value</summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.CSS.PropertyValue.ToString">
            <summary></summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.PropertyValue.Seperator">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.PropertyValue.SeperatorChar">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.PropertyValue.Sign">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.PropertyValue.SignChar">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.PropertyValue.Type">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.PropertyValue.Value">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.PropertyValue.Unit">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.PropertyValue.Function">
            <summary></summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.CSS.PropertyValueType">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.PropertyValueType.Number">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.PropertyValueType.Function">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.PropertyValueType.String">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.PropertyValueType.Url">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.PropertyValueType.Unicode">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.PropertyValueType.Hex">
            <summary></summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.CSS.RuleSet">
            <summary></summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.CSS.RuleSet.ToString">
            <summary></summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.CSS.RuleSet.ToString(System.Int32)">
            <summary></summary>
            <param name="nesting"></param>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.RuleSet.Selectors">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.RuleSet.Declarations">
            <summary></summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Selector">
            <summary></summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Selector.ToString">
            <summary></summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Selector.SelectorParts">
            <summary></summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.CSS.SelectorPart">
            <summary></summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.CSS.SelectorPart.ToString">
            <summary></summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.SelectorPart.Combinator">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.SelectorPart.ElementName">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.SelectorPart.ID">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.SelectorPart.Class">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.SelectorPart.Pseudo">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.SelectorPart.Attribute">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.SelectorPart.Function">
            <summary></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.CSS.SelectorPart.Child">
            <summary></summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.None">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.Percent">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.EM">
            <summary>the font size of the element (or, to the parent element's font size if set on the 'font-size' property)</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.EX">
            <summary>the x-height of the element's font</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.PX">
            <summary>viewing device</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.GD">
            <summary>the grid defined by 'layout-grid' described in the CSS3 Text module [CSS3TEXT]</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.REM">
            <summary>the font size of the root element</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.VW">
            <summary>the viewport's width</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.VH">
            <summary>the viewport's height</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.VM">
            <summary>the viewport's height or width, whichever is smaller of the two</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.CH">
            <summary>The width of the "0" (ZERO, U+0030) glyph found in the font for the font size used to render. If the "0" glyph is not found in the font, the average character width may be used. How is the "average character width" found?</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.MM">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.CM">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.IN">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.PT">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.PC">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.DEG">
            <summary>degrees</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.GRAD">
            <summary>grads</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.RAD">
            <summary>radians</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.TURN">
            <summary>turns</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.MS">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.S">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.Hz">
            <summary></summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.CSS.Unit.kHz">
            <summary></summary>
        </member>
        <!-- Badly formed XML comment ignored for member "T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException" -->
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException.IndexSize">
            <summary>If index or size is negative, or greater than the allowed value</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException.DomStringSize">
            <summary>If the specified range of text does not fit into a DOMString</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException.HierarchyRequest">
            <summary>If any node is inserted somewhere it doesn't belong</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException.WrongDocument">
            <summary>If a node is used in a different document than the one that created it 
            (that doesn't support it)</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException.InvalidCharacter">
            <summary>If an invalid or illegal character is specified, such as in a name. See 
            production 2 in the XML specification for the definition of a legal 
            character, and production 5 for the definition of a legal name 
            character.</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException.NoDataAllowed">
            <summary>If data is specified for a node which does not support data</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException.NoModificationAllowed">
            <summary>If an attempt is made to modify an object where modifications are not 
            allowed</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException.NotFound">
            <summary>If an attempt is made to reference a node in a context where it does 
            not exist</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException.NotSupported">
            <summary>If the implementation does not support the requested type of object or 
            operation.</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException.InUseAttribute">
            <summary>If an attempt is made to add an attribute that is already in use 
            elsewhere</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException.InvalidState">
            <summary>If an attempt is made to use an object that is not, or is no longer, 
            usable.</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException.Syntax">
            <summary>If an invalid or illegal string is specified.</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException.InvalidModification">
            <summary>If an attempt is made to modify the type of the underlying object.</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException.Namespace">
            <summary>If an attempt is made to create or change an object in a way which is 
            incorrect with regard to namespaces.</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException.InvalidAccess">
            <summary>If a parameter or an operation is not supported by the underlying 
            object.</summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException.#ctor">
            <summary>
            Default constuctor.  Used only for serialisation.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException.#ctor(System.Int16,System.String)">
            <summary>
            Constructor
            </summary>
            <param name="code">The code.</param>
            <param name="message">The message</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException.Code">
            <summary>
            The error code.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IAttr" -->
        <!-- Badly formed XML comment ignored for member "T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode" -->
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.InsertBefore(Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode,Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode)">
            <summary> Inserts the node <code>newChild</code> before the existing child node 
            <code>refChild</code>. If <code>refChild</code> is <code>null</code>, 
            insert <code>newChild</code> at the end of the list of children.
            <br/>If <code>newChild</code> is a <code>DocumentFragment</code> object, 
            all of its children are inserted, in the same order, before 
            <code>refChild</code>. If the <code>newChild</code> is already in the 
            tree, it is first removed.
            </summary>
            <param name="newChildThe">node to insert.</param>
            <param name="refChildThe">reference node, i.e., the node before which the new 
            node must be inserted.</param>
            <returns>The node being inserted.</returns>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException">
            HIERARCHY_REQUEST_ERR: Raised if this node is of a type that does not 
            allow children of the type of the <code>newChild</code> node, or if 
            the node to insert is one of this node's ancestors.
            <br/>WRONG_DOCUMENT_ERR: Raised if <code>newChild</code> was created 
            from a different document than the one that created this node.
            <br/>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly or 
            if the parent of the node being inserted is readonly.
            <br/>NOT_FOUND_ERR: Raised if <code>refChild</code> is not a child of 
            this node.
            </exception>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.ReplaceChild(Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode,Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode)" -->
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.RemoveChild(Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode)">
            <summary> Removes the child node indicated by <code>oldChild</code> from the list 
            of children, and returns it.
            </summary>
            <param name="oldChildThe">node being removed.</param>
            <returns>The node removed.</returns>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException">
            NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
            <br/>NOT_FOUND_ERR: Raised if <code>oldChild</code> is not a child of 
            this node.
            </exception>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.AppendChild(Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode)">
            <summary> Adds the node <code>newChild</code> to the end of the list of children 
            of this node. If the <code>newChild</code> is already in the tree, it 
            is first removed.
            </summary>
            <param name="newChildThe">node to add.If it is a <code>DocumentFragment</code>
            object, the entire contents of the document fragment are moved 
            into the child list of this node
            </param>
            <returns>The node added.</returns>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException">
            HIERARCHY_REQUEST_ERR: Raised if this node is of a type that does not 
            allow children of the type of the <code>newChild</code> node, or if 
            the node to append is one of this node's ancestors.
            <br/>WRONG_DOCUMENT_ERR: Raised if <code>newChild</code> was created 
            from a different document than the one that created this node.
            <br/>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
            </exception>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.HasChildNodes">
            <summary> Returns whether this node has any children.</summary>
            <returns>  <code>true</code> if this node has any children, 
            <code>false</code> otherwise.
            </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.CloneNode(System.Boolean)" -->
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.Normalize">
            <summary> Puts all <code>Text</code> nodes in the full depth of the sub-tree 
            underneath this <code>Node</code>, including attribute nodes, into a 
            "normal" form where only structure (e.g., elements, comments, 
            processing instructions, CDATA sections, and entity references) 
            separates <code>Text</code> nodes, i.e., there are neither adjacent 
            <code>Text</code> nodes nor empty <code>Text</code> nodes. This can 
            be used to ensure that the DOM view of a document is the same as if 
            it were saved and re-loaded, and is useful when operations (such as 
            XPointer  lookups) that depend on a particular document tree 
            structure are to be used.In cases where the document contains 
            <code>CDATASections</code>, the normalize operation alone may not be 
            sufficient, since XPointers do not differentiate between 
            <code>Text</code> nodes and <code>CDATASection</code> nodes.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.IsSupported(System.String,System.String)">
            <summary> Tests whether the DOM implementation implements a specific feature and 
            that feature is supported by this node.
            </summary>
            <param name="featureThe">name of the feature to test. This is the same name 
            which can be passed to the method <code>hasFeature</code> on 
            <code>DOMImplementation</code>.
            </param>
            <param name="versionThis">is the version number of the feature to test. In 
            Level 2, version 1, this is the string "2.0". If the version is not 
            specified, supporting any version of the feature will cause the 
            method to return <code>true</code>.
            </param>
            <returns> Returns <code>true</code> if the specified feature is 
            supported on this node, <code>false</code> otherwise.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.HasAttributes">
            <summary> Returns whether this node (if it is an element) has any attributes.</summary>
            <returns> <code>true</code> if this node has any attributes, 
            <code>false</code> otherwise.
            </returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.NodeName">
            <summary> The name of this node, depending on its type; see the table above.</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.NodeValue">
            <summary> The value of this node, depending on its type; see the table above. 
            When it is defined to be <code>null</code>, setting it has no effect.
            </summary>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException">
            NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
            </exception>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException">
            DOMSTRING_SIZE_ERR: Raised when it would return more characters than 
            fit in a <code>DOMString</code> variable on the implementation 
            platform.
            </exception>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.NodeType">
            <summary> A code representing the type of the underlying object, as defined above.</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.ParentNode">
            <summary> The parent of this node. All nodes, except <code>Attr</code>, 
            <code>Document</code>, <code>DocumentFragment</code>, 
            <code>Entity</code>, and <code>Notation</code> may have a parent. 
            However, if a node has just been created and not yet added to the 
            tree, or if it has been removed from the tree, this is 
            <code>null</code>.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.ChildNodes">
            <summary> A <code>NodeList</code> that contains all children of this node. If 
            there are no children, this is a <code>NodeList</code> containing no 
            nodes.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.FirstChild">
            <summary> The first child of this node. If there is no such node, this returns 
            <code>null</code>.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.LastChild">
            <summary> The last child of this node. If there is no such node, this returns 
            <code>null</code>.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.PreviousSibling">
            <summary> The node immediately preceding this node. If there is no such node, 
            this returns <code>null</code>.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.NextSibling">
            <summary> The node immediately following this node. If there is no such node, 
            this returns <code>null</code>.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.Attributes">
            <summary> A <code>NamedNodeMap</code> containing the attributes of this node (if 
            it is an <code>Element</code>) or <code>null</code> otherwise. 
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.OwnerDocument">
            <summary> The <code>Document</code> object associated with this node. This is 
            also the <code>Document</code> object used to create new nodes. When 
            this node is a <code>Document</code> or a <code>DocumentType</code> 
            which is not used with any <code>Document</code> yet, this is 
            <code>null</code>.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.NamespaceURI" -->
        <!-- Badly formed XML comment ignored for member "P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.Prefix" -->
        <!-- Badly formed XML comment ignored for member "P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode.LocalName" -->
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IAttr.Name">
            <summary>Returns the name of this attribute.</summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IAttr.Specified" -->
        <!-- Badly formed XML comment ignored for member "P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IAttr.Value" -->
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IAttr.OwnerElement">
            <summary>The <code>Element</code> node this attribute is attached to or 
            <code>null</code> if this attribute is not in use.</summary>
        </member>
        <!-- Badly formed XML comment ignored for member "T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.ICdataSection" -->
        <!-- Badly formed XML comment ignored for member "T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IText" -->
        <!-- Badly formed XML comment ignored for member "T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.ICharacterData" -->
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.ICharacterData.SubstringData(System.Int32,System.Int32)">
            <summary>Extracts a range of data from the node.</summary>
            <param name="offsetStart">offset of substring to extract.</param>
            <param name="countThe">number of 16-bit units to extract.</param>
            <returns> The specified substring. If the sum of <code>offset</code> and 
            <code>count</code> exceeds the <code>length</code>, then all 16-bit 
            units to the end of the data are returned.
            </returns>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException">
            INDEX_SIZE_ERR: Raised if the specified <code>offset</code> is 
            negative or greater than the number of 16-bit units in 
            <code>data</code>, or if the specified <code>count</code> is 
            negative.
            <br/>DOMSTRING_SIZE_ERR: Raised if the specified range of text does 
            not fit into a <code>DOMString</code>.
            </exception>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.ICharacterData.AppendData(System.String)">
            <summary> Append the string to the end of the character data of the node. Upon 
            success, <code>data</code> provides access to the concatenation of 
            <code>data</code> and the <code>DOMString</code> specified.
            </summary>
            <param name="argThe"><code>DOMString</code> to append.</param>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException">
            NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
            </exception>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.ICharacterData.InsertData(System.Int32,System.String)" -->
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.ICharacterData.DeleteData(System.Int32,System.Int32)">
            <summary> Remove a range of 16-bit units from the node. Upon success, 
            <code>data</code> and <code>length</code> reflect the change.
            </summary>
            <param name="offsetThe">offset from which to start removing.</param>
            <param name="countThe">number of 16-bit units to delete. If the sum of 
            <code>offset</code> and <code>count</code> exceeds 
            <code>length</code> then all 16-bit units from <code>offset</code> 
            to the end of the data are deleted.</param>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException">
            INDEX_SIZE_ERR: Raised if the specified <code>offset</code> is 
            negative or greater than the number of 16-bit units in 
            <code>data</code>, or if the specified <code>count</code> is 
            negative.
            <br/>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
            </exception>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.ICharacterData.ReplaceData(System.Int32,System.Int32,System.String)">
            <summary> Replace the characters starting at the specified 16-bit unit offset 
            with the specified string.
            </summary>
            <param name="offsetThe">offset from which to start replacing.</param>
            <param name="countThe">number of 16-bit units to replace. If the sum of 
            <code>offset</code> and <code>count</code> exceeds 
            <code>length</code>, then all 16-bit units to the end of the data 
            are replaced; (i.e., the effect is the same as a <code>remove</code>
            method call with the same range, followed by an <code>append</code>
            method invocation).
            </param>
            <param name="argThe"><code>DOMString</code> with which the range must be 
            replaced.</param>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException">
            INDEX_SIZE_ERR: Raised if the specified <code>offset</code> is 
            negative or greater than the number of 16-bit units in 
            <code>data</code>, or if the specified <code>count</code> is 
            negative.
            <br/>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
            </exception>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.ICharacterData.Data">
            <summary> The character data of the node that implements this interface. The DOM 
            implementation may not put arbitrary limits on the amount of data 
            that may be stored in a <code>CharacterData</code> node. However, 
            implementation limits may mean that the entirety of a node's data may 
            not fit into a single <code>DOMString</code>. In such cases, the user 
            may call <code>substringData</code> to retrieve the data in 
            appropriately sized pieces.
            </summary>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException">
            NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
            </exception>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException">
            DOMSTRING_SIZE_ERR: Raised when it would return more characters than 
            fit in a <code>DOMString</code> variable on the implementation 
            platform.
            
            </exception>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.ICharacterData.Length">
            <summary> The number of 16-bit units that are available through <code>data</code> 
            and the <code>substringData</code> method below. This may have the 
            value zero, i.e., <code>CharacterData</code> nodes may be empty.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IText.SplitText(System.Int32)">
            <summary> Breaks this node into two nodes at the specified <code>offset</code>, 
            keeping both in the tree as siblings. After being split, this node 
            will contain all the content up to the <code>offset</code> point. A 
            new node of the same type, which contains all the content at and 
            after the <code>offset</code> point, is returned. If the original 
            node had a parent node, the new node is inserted as the next sibling 
            of the original node. When the <code>offset</code> is equal to the 
            length of this node, the new node has no data.
            </summary>
            <param name="offsetThe">16-bit unit offset at which to split, starting from 
            <code>0</code>.
            </param>
            <returns> The new node, of the same type as this node.</returns>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException">
            INDEX_SIZE_ERR: Raised if the specified offset is negative or greater 
            than the number of 16-bit units in <code>data</code>.
            <br/>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
            </exception>
        </member>
        <!-- Badly formed XML comment ignored for member "T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IComment" -->
        <!-- Badly formed XML comment ignored for member "T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocument" -->
        <!-- Badly formed XML comment ignored for member "M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocument.CreateElement(System.String)" -->
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocument.CreateDocumentFragment">
            <summary>Creates an empty <code>DocumentFragment</code> object.</summary>
            <returns> A new <code>DocumentFragment</code>.</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocument.CreateTextNode(System.String)">
            <summary>Creates a <code>Text</code> node given the specified string.</summary>
            <param name="dataThe">data for the node.</param>
            <returns> The new <code>Text</code> object.</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocument.CreateComment(System.String)">
            <summary>Creates a <code>Comment</code> node given the specified string.</summary>
            <param name="dataThe">data for the node.</param>
            <returns> The new <code>Comment</code> object.</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocument.CreateCdataSection(System.String)">
            <summary>Creates a <code>CDATASection</code> node whose value is the specified 
            string.</summary>
            <param name="dataThe">data for the <code>CDATASection</code> contents.</param>
            <returns> The new <code>CDATASection</code> object.</returns>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException">NOT_SUPPORTED_ERR: Raised if this document is an HTML document.</exception>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocument.CreateProcessingInstruction(System.String,System.String)">
            <summary>Creates a <code>ProcessingInstruction</code> node given the specified 
            name and data strings.</summary>
            <param name="targetThe">target part of the processing instruction.</param>
            <param name="dataThe">data for the node.</param>
            <returns> The new <code>ProcessingInstruction</code> object.</returns>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException">
            INVALID_CHARACTER_ERR: Raised if the specified target contains an 
            illegal character.
            <br/>NOT_SUPPORTED_ERR: Raised if this document is an HTML document.
            </exception>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocument.CreateAttribute(System.String)" -->
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocument.CreateEntityReference(System.String)">
            <summary> Creates an <code>EntityReference</code> object. In addition, if the 
            referenced entity is known, the child list of the 
            <code>EntityReference</code> node is made the same as that of the 
            corresponding <code>Entity</code> node.If any descendant of the 
            <code>Entity</code> node has an unbound namespace prefix, the 
            corresponding descendant of the created <code>EntityReference</code> 
            node is also unbound; (its <code>namespaceURI</code> is 
            <code>null</code>). The DOM Level 2 does not support any mechanism to 
            resolve namespace prefixes.
            </summary>
            <param name="nameThe">name of the entity to reference. </param>
            <returns> The new <code>EntityReference</code> object.</returns>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException">
            INVALID_CHARACTER_ERR: Raised if the specified name contains an 
            illegal character.
            <br/>NOT_SUPPORTED_ERR: Raised if this document is an HTML document.
            </exception>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocument.GetElementsByTagName(System.String)">
            <summary>Returns a <code>NodeList</code> of all the <code>Elements</code> with a 
            given tag name in the order in which they are encountered in a 
            preorder traversal of the <code>Document</code> tree. 
            </summary>
            <param name="tagnameThe">name of the tag to match on. The special value "*" 
            matches all tags.</param>
            <returns>A new <code>NodeList</code> object containing all the matched 
            <code>Elements</code>.
            </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocument.ImportNode(Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode,System.Boolean)" -->
        <!-- Badly formed XML comment ignored for member "M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocument.CreateElementNS(System.String,System.String)" -->
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocument.CreateAttributeNS(System.String,System.String)">
            <summary> Creates an attribute of the given qualified name and namespace URI. 
            HTML-only DOM implementations do not need to implement this method.
            </summary>
            <param name="namespaceURIThe">namespace URI of the attribute to create.
            </param>
            <param name="qualifiedNameThe">qualified name of the attribute to instantiate.
            </param>
            <returns> A new <code>Attr</code> object with the following attributes:
            AttributeValue<code>Node.nodeName</code>qualifiedName
            <code>Node.namespaceURI</code><code>namespaceURI</code>
            <code>Node.prefix</code>prefix, extracted from 
            <code>qualifiedName</code>, or <code>null</code> if there is no 
            prefix<code>Node.localName</code>local name, extracted from 
            <code>qualifiedName</code><code>Attr.name</code>
            <code>qualifiedName</code><code>Node.nodeValue</code>the empty 
            string
            </returns>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException">
            INVALID_CHARACTER_ERR: Raised if the specified qualified name 
            contains an illegal character.
            <br/>NAMESPACE_ERR: Raised if the <code>qualifiedName</code> is 
            malformed, if the <code>qualifiedName</code> has a prefix and the 
            <code>namespaceURI</code> is <code>null</code>, if the 
            <code>qualifiedName</code> has a prefix that is "xml" and the 
            <code>namespaceURI</code> is different from "
            http://www.w3.org/XML/1998/namespace", or if the 
            <code>qualifiedName</code> is "xmlns" and the 
            <code>namespaceURI</code> is different from "
            http://www.w3.org/2000/xmlns/".
            </exception>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocument.GetElementsByTagNameNS(System.String,System.String)">
            <summary> Returns a <code>NodeList</code> of all the <code>Elements</code> with a 
            given local name and namespace URI in the order in which they are 
            encountered in a preorder traversal of the <code>Document</code> tree.
            </summary>
            <param name="namespaceURIThe">namespace URI of the elements to match on. The 
            special value "*" matches all namespaces.
            </param>
            <param name="localNameThe">local name of the elements to match on. The 
            special value "*" matches all local names.
            </param>
            <returns> A new <code>NodeList</code> object containing all the matched 
            <code>Elements</code>.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocument.GetElementById(System.String)">
            <summary> Returns the <code>Element</code> whose <code>ID</code> is given by 
            <code>elementId</code>. If no such element exists, returns 
            <code>null</code>. Behavior is not defined if more than one element 
            has this <code>ID</code>. The DOM implementation must have 
            information that says which attributes are of type ID. Attributes 
            with the name "ID" are not of type ID unless so defined. 
            Implementations that do not know whether attributes are of type ID or 
            not are expected to return <code>null</code>.
            </summary>
            <param name="elementIdThe">unique <code>id</code> value for an element.</param>
            <returns>The matching element.</returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocument.Doctype">
            <summary> The Document Type Declaration (see <code>DocumentType</code>) 
            associated with this document. For HTML documents as well as XML 
            documents without a document type declaration this returns 
            <code>null</code>. The DOM Level 2 does not support editing the 
            Document Type Declaration. <code>docType</code> cannot be altered in 
            any way, including through the use of methods inherited from the 
            <code>Node</code> interface, such as <code>insertNode</code> or 
            <code>removeNode</code>.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocument.Implementation">
            <summary> The <code>DOMImplementation</code> object that handles this document. A 
            DOM application may use objects from multiple implementations.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocument.DocumentElement">
            <summary> This is a convenience attribute that allows direct access to the child 
            node that is the root element of the document. For HTML documents, 
            this is the element with the tagName "HTML".
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocumentFragment" -->
        <!-- Badly formed XML comment ignored for member "T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocumentType" -->
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocumentType.Name">
            <summary>The name of DTD; i.e., the name immediately following the 
            <code>DOCTYPE</code> keyword.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocumentType.Entities" -->
        <!-- Badly formed XML comment ignored for member "P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocumentType.Notations" -->
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocumentType.PublicId">
            <summary> The public identifier of the external subset.</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocumentType.SystemId">
            <summary> The system identifier of the external subset.</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocumentType.InternalSubset">
            <summary> The internal subset as a string.The actual content returned depends on 
            how much information is available to the implementation. This may 
            vary depending on various parameters, including the XML processor 
            used to build the document.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDomImplementation" -->
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDomImplementation.HasFeature(System.String,System.String)">
            <summary> Test if the DOM implementation implements a specific feature.
            </summary>
            <param name="featureThe">name of the feature to test (case-insensitive). The 
            values used by DOM features are defined throughout the DOM Level 2 
            specifications and listed in the  section. The name must be an XML 
            name. To avoid possible conflicts, as a convention, names referring 
            to features defined outside the DOM specification should be made 
            unique by reversing the name of the Internet domain name of the 
            person (or the organization that the person belongs to) who defines 
            the feature, component by component, and using this as a prefix. 
            For instance, the W3C SVG Working Group defines the feature 
            "TidyNet.svg".
            </param>
            <param name="versionThis">is the version number of the feature to test. In 
            Level 2, the string can be either "2.0" or "1.0". If the version is 
            not specified, supporting any version of the feature causes the 
            method to return <code>true</code>.
            </param>
            <returns> <code>true</code> if the feature is implemented in the 
            specified version, <code>false</code> otherwise.</returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDomImplementation.CreateDocumentType(System.String,System.String,System.String)" -->
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDomImplementation.CreateDocument(System.String,System.String,Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IDocumentType)">
            <summary> Creates an XML <code>Document</code> object of the specified type with 
            its document element. HTML-only DOM implementations do not need to 
            implement this method.
            </summary>
            <param name="namespaceURIThe">namespace URI of the document element to create.</param>
            <param name="qualifiedNameThe">qualified name of the document element to be created.</param>
            <param name="doctypeThe">type of document to be created or <code>null</code>.
            When <code>doctype</code> is not <code>null</code>, its 
            <code>Node.ownerDocument</code> attribute is set to the document 
            being created.
            </param>
            <returns>A new <code>Document</code> object.</returns>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException">
            INVALID_CHARACTER_ERR: Raised if the specified qualified name 
            contains an illegal character.
            <br/>NAMESPACE_ERR: Raised if the <code>qualifiedName</code> is 
            malformed, if the <code>qualifiedName</code> has a prefix and the 
            <code>namespaceURI</code> is <code>null</code>, or if the 
            <code>qualifiedName</code> has a prefix that is "xml" and the 
            <code>namespaceURI</code> is different from "
            http://www.w3.org/XML/1998/namespace" .
            <br/>WRONG_DOCUMENT_ERR: Raised if <code>doctype</code> has already 
            been used with a different document or was created from a different 
            implementation.
            </exception>
        </member>
        <!-- Badly formed XML comment ignored for member "T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IElement" -->
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IElement.GetAttribute(System.String)">
            <summary> Retrieves an attribute value by name.</summary>
            <param name="nameThe">name of the attribute to retrieve.</param>
            <returns> The <code>Attr</code> value as a string, or the empty string 
            if that attribute does not have a specified or default value.
            </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IElement.SetAttribute(System.String,System.String)" -->
        <!-- Badly formed XML comment ignored for member "M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IElement.RemoveAttribute(System.String)" -->
        <!-- Badly formed XML comment ignored for member "M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IElement.GetAttributeNode(System.String)" -->
        <!-- Badly formed XML comment ignored for member "M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IElement.SetAttributeNode(Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IAttr)" -->
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IElement.RemoveAttributeNode(Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IAttr)">
            <summary> Removes the specified attribute node. If the removed <code>Attr</code> 
            has a default value it is immediately replaced. The replacing 
            attribute has the same namespace URI and local name, as well as the 
            original prefix, when applicable.
            </summary>
            <param name="oldAttrThe"><code>Attr</code> node to remove from the attribute 
            list.
            </param>
            <returns>The <code>Attr</code> node that was removed.</returns>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException">
            NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
            <br/>NOT_FOUND_ERR: Raised if <code>oldAttr</code> is not an attribute 
            of the element.
            </exception>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IElement.GetElementsByTagName(System.String)">
            <summary> Returns a <code>NodeList</code> of all descendant <code>Elements</code> 
            with a given tag name, in the order in which they are encountered in 
            a preorder traversal of this <code>Element</code> tree.
            </summary>
            <param name="nameThe">name of the tag to match on. The special value "*" 
            matches all tags.
            </param>
            <returns> A list of matching <code>Element</code> nodes.</returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IElement.GetAttributeNS(System.String,System.String)">
            <summary> Retrieves an attribute value by local name and namespace URI. HTML-only 
            DOM implementations do not need to implement this method.
            </summary>
            <param name="namespaceURIThe">namespace URI of the attribute to retrieve.</param>
            <param name="localNameThe">local name of the attribute to retrieve.</param>
            <returns> The <code>Attr</code> value as a string, or the empty string 
            if that attribute does not have a specified or default value.
            </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IElement.SetAttributeNS(System.String,System.String,System.String)" -->
        <!-- Badly formed XML comment ignored for member "M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IElement.RemoveAttributeNS(System.String,System.String)" -->
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IElement.GetAttributeNodeNS(System.String,System.String)">
            <summary> Retrieves an <code>Attr</code> node by local name and namespace URI. 
            HTML-only DOM implementations do not need to implement this method.
            </summary>
            <param name="namespaceURIThe">namespace URI of the attribute to retrieve.</param>
            <param name="localNameThe">local name of the attribute to retrieve.</param>
            <returns> The <code>Attr</code> node with the specified attribute local 
            name and namespace URI or <code>null</code> if there is no such 
            attribute.
            </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IElement.SetAttributeNodeNS(Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IAttr)" -->
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IElement.GetElementsByTagNameNS(System.String,System.String)">
            <summary> Returns a <code>NodeList</code> of all the descendant 
            <code>Elements</code> with a given local name and namespace URI in 
            the order in which they are encountered in a preorder traversal of 
            this <code>Element</code> tree.
            <br />HTML-only DOM implementations do not need to implement this method.
            </summary>
            <param name="namespaceURIThe">namespace URI of the elements to match on. The 
            special value "*" matches all namespaces.
            </param>
            <param name="localNameThe">local name of the elements to match on. The 
            special value "*" matches all local names.
            </param>
            <returns>A new <code>NodeList</code> object containing all the matched 
            <code>Elements</code>.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IElement.HasAttribute(System.String)">
            <summary> Returns <code>true</code> when an attribute with a given name is 
            specified on this element or has a default value, <code>false</code> 
            otherwise.
            </summary>
            <param name="nameThe">name of the attribute to look for.</param>
            <returns> <code>true</code> if an attribute with the given name is 
            specified on this element or has a default value, <code>false</code>
            otherwise.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IElement.HasAttributeNS(System.String,System.String)">
            <summary> Returns <code>true</code> when an attribute with a given local name and 
            namespace URI is specified on this element or has a default value, 
            <code>false</code> otherwise. HTML-only DOM implementations do not 
            need to implement this method.
            </summary>
            <param name="namespaceURIThe">namespace URI of the attribute to look for.</param>
            <param name="localNameThe">local name of the attribute to look for.</param>
            <returns> <code>true</code> if an attribute with the given local name 
            and namespace URI is specified or has a default value on this 
            element, <code>false</code> otherwise.
            </returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IElement.TagName">
            <summary> The name of the element. For example, in: 
            <pre> &lt;elementExample 
            id="demo"&gt; ... &lt;/elementExample&gt; , </pre>
            <code>tagName</code> has 
            the value <code>"elementExample"</code>. Note that this is 
            case-preserving in XML, as are all of the operations of the DOM. The 
            HTML DOM returns the <code>tagName</code> of an HTML element in the 
            canonical uppercase form, regardless of the case in the source HTML 
            document. 
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IEntityReference" -->
        <!-- Badly formed XML comment ignored for member "T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INamedNodeMap" -->
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INamedNodeMap.GetNamedItem(System.String)">
            <summary> Retrieves a node specified by name.</summary>
            <param name="nameThe"><code>nodeName</code> of a node to retrieve.</param>
            <returns> A <code>Node</code> (of any type) with the specified 
            <code>nodeName</code>, or <code>null</code> if it does not identify 
            any node in this map.
            </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INamedNodeMap.SetNamedItem(Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode)" -->
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INamedNodeMap.RemoveNamedItem(System.String)">
            <summary> Removes a node specified by name. When this map contains the attributes 
            attached to an element, if the removed attribute is known to have a 
            default value, an attribute immediately appears containing the 
            default value as well as the corresponding namespace URI, local name, 
            and prefix when applicable.
            </summary>
            <param name="nameThe"><code>nodeName</code> of the node to remove.</param>
            <returns> The node removed from this map if a node with such a name 
            exists.</returns>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException">
            NOT_FOUND_ERR: Raised if there is no node named <code>name</code> in 
            this map.
            <br/>NO_MODIFICATION_ALLOWED_ERR: Raised if this map is readonly.
            </exception>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INamedNodeMap.Item(System.Int32)">
            <summary> Returns the <code>index</code>th item in the map. If <code>index</code> 
            is greater than or equal to the number of nodes in this map, this 
            returns <code>null</code>.
            </summary>
            <param name="indexIndex">into this map.</param>
            <returns> The node at the <code>index</code>th position in the map, or 
            <code>null</code> if that is not a valid index.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INamedNodeMap.GetNamedItemNS(System.String,System.String)">
            <summary> Retrieves a node specified by local name and namespace URI. HTML-only 
            DOM implementations do not need to implement this method.
            </summary>
            <param name="namespaceURIThe">namespace URI of the node to retrieve.</param>
            <param name="localNameThe">local name of the node to retrieve.</param>
            <returns> A <code>Node</code> (of any type) with the specified local 
            name and namespace URI, or <code>null</code> if they do not 
            identify any node in this map.
            </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INamedNodeMap.SetNamedItemNS(Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode)" -->
        <!-- Badly formed XML comment ignored for member "M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INamedNodeMap.RemoveNamedItemNS(System.String,System.String)" -->
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INamedNodeMap.Length">
            <summary> The number of nodes in this map. The range of valid child node indices 
            is <code>0</code> to <code>length-1</code> inclusive. 
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INodeList" -->
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INodeList.Item(System.Int32)">
            <summary> Returns the <code>index</code>th item in the collection. If 
            <code>index</code> is greater than or equal to the number of nodes in 
            the list, this returns <code>null</code>.
            </summary>
            <param name="indexIndex">into the collection.</param>
            <returns> The node at the <code>index</code>th position in the 
            <code>NodeList</code>, or <code>null</code> if that is not a valid 
            index.
            </returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INodeList.Length">
            <summary> The number of nodes in the list. The range of valid child node indices 
            is 0 to <code>length-1</code> inclusive. 
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IProcessingInstruction" -->
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IProcessingInstruction.Target">
            <summary> The target of this processing instruction. XML defines this as being 
            the first token following the markup that begins the processing 
            instruction.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IProcessingInstruction.Data">
            <summary> The content of this processing instruction. This is from the first non 
            white space character after the target to the character immediately 
            preceding the <code>?&gt;</code>.
            </summary>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException">
            NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
            </exception>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.NodeType.ELEMENT_NODE">
            <summary> The node is an <code>Element</code>.</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.NodeType.ATTRIBUTE_NODE">
            <summary> The node is an <code>Attr</code>.</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.NodeType.TEXT_NODE">
            <summary> The node is a <code>Text</code> node.</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.NodeType.CDATA_SECTION_NODE">
            <summary> The node is a <code>CDATASection</code>.</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.NodeType.ENTITY_REFERENCE_NODE">
            <summary> The node is an <code>EntityReference</code>.</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.NodeType.ENTITY_NODE">
            <summary> The node is an <code>Entity</code>.</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.NodeType.PROCESSING_INSTRUCTION_NODE">
            <summary> The node is a <code>ProcessingInstruction</code>.</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.NodeType.COMMENT_NODE">
            <summary> The node is a <code>Comment</code>.</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.NodeType.DOCUMENT_NODE">
            <summary> The node is a <code>Document</code>.</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.NodeType.DOCUMENT_TYPE_NODE">
            <summary> The node is a <code>DocumentType</code>.</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.NodeType.DOCUMENT_FRAGMENT_NODE">
            <summary> The node is a <code>DocumentFragment</code>.</summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.NodeType.NOTATION_NODE">
            <summary> The node is a <code>Notation</code>.</summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.AlignAttrCheck">
            <summary>
            Check attributes
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.IAttrCheck">
            <summary>
            Check attribute values
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.AnchorCheckTableCheckAttribs">
            <summary>
            Check attributes
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.ICheckAttribs">
            <summary>
            Check HTML attributes
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.AreaCheckTableCheckAttribs">
            <summary>
            Check attributes
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.AttrCheckImpl">
            <summary>
            Check attribute values implementations
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Attribute">
            <summary>
            HTML attribute
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.AttributeTable">
            <summary>
            HTML attribute hash table
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.AttVal">
            <summary>
            Attribute/Value linked list node
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.BoolAttrCheck">
            <summary>
            Check attributes
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.CaptionCheckTableCheckAttribs">
            <summary>
            Check attributes
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.CharEncoding">
            <summary>
            Character encoding
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.CharEncoding.Raw">
            <summary>
            Raw
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.CharEncoding.ASCII">
            <summary>
            Ascii
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.CharEncoding.Latin1">
            <summary>
            Latin-1
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.CharEncoding.UTF8">
            <summary>
            UTF-8
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.CharEncoding.ISO2022">
            <summary>
            ISO-2022
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.CharEncoding.MacroMan">
            <summary>
            Mac
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.CheckAttribsImpl">
            <summary>
            Check HTML attributes implementation
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Clean">
            <summary>
            Clean up misuse of presentation markup
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
            <remarks>
            Filters from other formats such as Microsoft Word
            often make excessive use of presentation markup such
            as font tags, B, I, and the align attribute. By applying
            a set of production rules, it is straight forward to
            transform this to use CSS.
            
            Some rules replace some of the children of an element by
            style properties on the element, e.g.
            
            &lt;p&gt;&lt;b&gt;...&lt;/b&gt;&lt;/p&gt; -&gt; &lt;p style="font-weight: bold"&gt;...&lt;/p&gt;
            
            Such rules are applied to the element's content and then 
            to the element itself until none of the rules more apply.
            Having applied all the rules to an element, it will have
            a style attribute with one or more properties. 
            
            Other rules strip the element they apply to, replacing
            it by style properties on the contents, e.g.
            
            &lt;dir&gt;&lt;li&gt;&lt;p&gt;...&lt;/li&gt;&lt;/dir&gt; -&gt; &lt;p style="margin-left 1em"&gt;...
            
            These rules are applied to an element before processing
            its content and replace the current element by the first
            element in the exposed content.
            
            After applying both sets of rules, you can replace the
            style attribute by a class value and style rule in the
            document head. To support this, an association of styles
            and class names is built.
            
            A naive approach is to rely on string matching to test
            when two property lists are the same. A better approach
            would be to first sort the properties before matching.
            </remarks>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.ClsStreamInImpl">
            <summary>
            .NET native Input Stream Implementation
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.StreamIn">
            <summary>
            Input Stream
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.ContentModel">
            <summary>
            Content Model enum.
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dict">
            <summary>
            Tag dictionary node
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DocType">
            <summary>
            DOCTYPE enumeration.
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DocType.Omit">
            <summary>
            Omit / omitted
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DocType.Auto">
            <summary>
            Automatic
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DocType.Strict">
            <summary>
            Strict
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DocType.Loose">
            <summary>
            Loose
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DocType.User">
            <summary>
            User-defined
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomAttrImpl">
            <summary>
            DomAttrImpl
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomNodeImpl">
            <summary>
            DomNodeImpl
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomNodeImpl.Normalize">
            <summary> DOM2 - not implemented.</summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomNodeImpl.Supports(System.String,System.String)">
            <summary> DOM2 - not implemented.</summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomNodeImpl.IsSupported(System.String,System.String)">
            <summary> DOM2 - not implemented.</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomNodeImpl.NamespaceURI">
            <summary> DOM2 - not implemented.</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomNodeImpl.Prefix">
            <summary> DOM2 - not implemented.</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomNodeImpl.LocalName">
            <summary> DOM2 - not implemented.</summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomAttrImpl.Value" -->
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomAttrImpl.OwnerElement">
            <summary> DOM2 - not implemented.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomAttrMapImpl">
            <summary>
            DomAttrMapImpl
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomAttrMapImpl.GetNamedItemNS(System.String,System.String)">
            <summary> DOM2 - not implemented. </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomAttrMapImpl.SetNamedItemNS(Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode)">
            <summary> DOM2 - not implemented. </summary>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException"></exception>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomAttrMapImpl.RemoveNamedItemNS(System.String,System.String)">
            <summary> DOM2 - not implemented. </summary>
            <exception cref="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.DomException"></exception>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomCdataSectionImpl">
            <summary>
            DomCdataSectionImpl
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <author>Gary L Peskin &lt;garyp@firstech.com&gt;</author>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomTextImpl">
            <summary>
            DomTextImpl
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomCharacterDataImpl">
            <summary>
            DomCharacterDataImpl
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomCommentImpl">
            <summary>
            DomCommentImpl
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomDocumentImpl">
            <summary>
            DomDocumentImpl
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomDocumentImpl.ImportNode(Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.INode,System.Boolean)">
            <summary> DOM2 - not implemented. </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomDocumentImpl.CreateAttributeNS(System.String,System.String)">
            <summary> DOM2 - not implemented. </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomDocumentImpl.CreateElementNS(System.String,System.String)">
            <summary> DOM2 - not implemented. </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomDocumentImpl.GetElementsByTagNameNS(System.String,System.String)">
            <summary> DOM2 - not implemented. </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomDocumentImpl.GetElementById(System.String)">
            <summary> DOM2 - not implemented. </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomDocumentTypeImpl">
            <summary>
            DomDocumentTypeImpl
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomDocumentTypeImpl.PublicId">
            <summary> DOM2 - not implemented. </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomDocumentTypeImpl.SystemId">
            <summary> DOM2 - not implemented. </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomDocumentTypeImpl.InternalSubset">
            <summary> DOM2 - not implemented. </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DOMElementImpl">
            <summary>
            DOMElementImpl
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DOMElementImpl.SetAttributeNS(System.String,System.String,System.String)">
            <summary> DOM2 - not implemented. </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DOMElementImpl.RemoveAttributeNS(System.String,System.String)">
            <summary> DOM2 - not implemented. </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DOMElementImpl.GetAttributeNodeNS(System.String,System.String)">
            <summary> DOM2 - not implemented. </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DOMElementImpl.SetAttributeNodeNS(Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Dom.IAttr)">
            <summary> DOM2 - not implemented. </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DOMElementImpl.GetElementsByTagNameNS(System.String,System.String)">
            <summary> DOM2 - not implemented. </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DOMElementImpl.HasAttribute(System.String)">
            <summary> DOM2 - not implemented. </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DOMElementImpl.HasAttributeNS(System.String,System.String)">
            <summary> DOM2 - not implemented. </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomNodeListByTagNameImpl" -->
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomNodeListImpl">
            <summary>
            DomNodeListImpl
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
            <remarks> <p>The items in the <code>NodeList</code> are accessible via an integral 
            index, starting from 0. 
            </p>
            </remarks>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.DomProcessingInstructionImpl">
            <summary>
            DomProcessingInstructionImpl
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Entity">
            <summary>
            HTML ISO entity
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.EntityTable">
            <summary>
            Entity hash table
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HrCheckTableCheckAttribs">
            <summary>
            Check attributes
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlCheckAttribs">
            <summary>
            Check attributes
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <!-- Badly formed XML comment ignored for member "T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParser" -->
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParser.ParseInternal(System.IO.Stream,System.IO.Stream,Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserMessageCollection)">
            <summary> Parses InputStream in and returns the root Node.
            If out is non-null, pretty prints to OutputStream out.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParser.ParseInternal(System.IO.Stream,System.String,System.IO.Stream,Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserMessageCollection)">
            <summary> Internal routine that actually does the parsing.  The caller
            can pass either an InputStream or file name.  If both are passed,
            the file name is preferred.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParser.ParseDom(System.IO.Stream,System.IO.Stream,Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserMessageCollection)">
            <summary> Parses InputStream in and returns a DOM Document node.
            If out is non-null, pretty prints to OutputStream out.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParser.ParseDom(System.IO.Stream,Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserMessageCollection)">
            <summary>
            Parses InputStream in and returns a DOM Document node.        
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParser.CreateEmptyDocument">
            <summary> Creates an empty DOM Document.</summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserMessage">
            <summary>
            A message from HtmlParser.
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserMessageCollection">
            <summary>
            Collection of TidyMessages
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserMessageCollection.#ctor">
            <summary>
            Public default constructor
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserMessageCollection.Add(Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserMessage)">
            <summary>
            Adds a message.
            </summary>
            <param name="message">The message to add.</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserMessageCollection.Errors">
            <summary> Errors - the number of errors that occurred in the most
            recent parse operation
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserMessageCollection.Warnings">
            <summary> Warnings - the number of warnings that occurred in the most
            recent parse operation
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions">
            <summary>
            HtmlParser options.
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.#ctor">
            <summary>
            Default constructor.
            </summary>
            <param name="configuration"></param>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.Spaces">
            <summary>Default indentation</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.WrapLen">
            <summary>Default wrap margin</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.CharEncoding">
            <summary>Character Encoding</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.TabSize">
            <summary>Tab size</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.IndentContent">
            <summary>Indent content of appropriate tags</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.SmartIndent">
            <summary>Does text/block level content affect indentation</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.HideEndTags">
            <summary>Suppress optional end tags</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.XmlTags">
            <summary>Treat input as XML</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.XmlOut">
            <summary>Create output as XML</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.Xhtml">
            <summary>Output XHTML</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.RawOut">
            <summary>Avoid mapping values > 127 to entities</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.UpperCaseTags">
            <summary>Output tags in upper not lower case</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.UpperCaseAttrs">
            <summary>Output attributes in upper not lower case</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.MakeClean">
            <summary>Remove presentational clutter</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.BreakBeforeBR">
            <summary>O/p newline before &lt;br&gt; or not?</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.BurstSlides">
            <summary>Create slides on each h2 element</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.NumEntities">
            <summary>Use numeric entities</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.QuoteMarks">
            <summary>Output " marks as &amp;quot;</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.QuoteNbsp">
            <summary>Output non-breaking space as entity</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.QuoteAmpersand">
            <summary>Output naked ampersand as &amp;</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.WrapAttributeValues">
            <summary>Wrap within attribute values</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.WrapScriptlets">
            <summary>Wrap within JavaScript string literals</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.WrapSection">
            <summary>Wrap within &lt;![ ... ]&gt; section tags</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.AltText">
            <summary>Default text for alt attribute</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.Slidestyle">
            <summary>Style sheet for slides</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.XmlPi">
            <summary>Add &lt;?xml?&gt; for XML docs</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.DropFontTags">
            <summary>Discard presentation tags</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.DropEmptyParas">
            <summary>Discard empty p elements</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.FixComments">
            <summary>Fix comments with adjacent hyphens</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.WrapAsp">
            <summary>Wrap within ASP pseudo elements</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.WrapJste">
            <summary>Wrap within JSTE pseudo elements</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.WrapPhp">
            <summary>Wrap within PHP pseudo elements</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.FixBackslash">
            <summary>Fix URLs by replacing \ with /</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.IndentAttributes">
            <summary>Newline+indent before each attribute</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.LogicalEmphasis">
            <summary>Replace i by em and b by strong</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.XmlPIs">
            <summary>If set to true PIs must end with ?></summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.EncloseText">
            <summary>If true text at body is wrapped in &lt;p&gt;'s</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.EncloseBlockText">
            <summary>If true text in blocks is wrapped in &lt;p&gt;'s</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.Word2000">
            <summary>Draconian cleaning for Word2000</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.XmlSpace">
            <summary>If set to yes adds xml:space attr as needed</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.LiteralAttribs">
            <summary>If true attributes may use newlines</summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.DocType">
            <summary>
            The DOCTYPE
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlParserOptions.DocTypeStr">
            <summary> DocType - user specified doctype
            omit | auto | strict | loose | <i>fpi</i>
            where the <i>fpi</i> is a string similar to
            &quot;-//ACME//DTD HTML 3.14159//EN&quot;
            Note: for <i>fpi</i> include the double-quotes in the string.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.HtmlVersion">
            <summary>
            Version of HTML.
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
            <remarks>
            If the document uses just HTML 2.0 tags and attributes described it as HTML 2.0
            Similarly for HTML 3.2 and the 3 flavors of HTML 4.0. If there are proprietary
            tags and attributes then describe it as HTML Proprietary. If it includes the
            xml-lang or xmlns attributes but is otherwise HTML 2.0, 3.2 or 4.0 then describe
            it as one of the flavors of Voyager (strict, loose or frameset).
            </remarks>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.IdAttrCheck">
            <summary>
            Check attributes.
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.ImgCheckTableCheckAttribs">
            <summary>
            Check attributes.
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.InlineStack">
            <summary>
            Inline stack node
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.IParser">
            <summary>
            HTML Parser
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Lexer">
            <summary>
            Lexer for html parser
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
            <remarks>
            Given a file stream fp it returns a sequence of tokens.
            
            GetToken(fp) gets the next token
            UngetToken(fp) provides one level undo
            
            The tags include an attribute list:
            
            - linked list of attribute/value nodes
            - each node has 2 null-terminated strings.
            - entities are replaced in attribute values
            
            white space is compacted if not in preformatted mode
            If not in preformatted mode then leading white space
            is discarded and subsequent white space sequences
            compacted to single space chars.
            
            If XmlTags is no then Tag names are folded to upper
            case and attribute names to lower case.
            
            Not yet done:
            -   Doctype subset and marked sections
            </remarks>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.LinkCheckTableCheckAttribs">
            <summary>
            Check attributes.
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.MapCheckTableCheckAttribs">
            <summary>
            Check attributes.
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.MessageLevel">
            <summary>
            Level of messaging.
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.MessageLevel.Info">
            <summary>
            Informational only.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.MessageLevel.Warning">
            <summary>
            Warning.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.MessageLevel.Error">
            <summary>
            Error.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.MutableBoolean">
            <summary>
            Mutable Boolean
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.MutableInteger">
            <summary>
            Mutable Integer
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.MutableObject">
            <summary>
            Mutable Object
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.NameAttrCheck">
            <summary>
            Check attributes.
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Node">
            <summary>
            Node
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
            <remarks>
            Used for elements and text nodes element name is null for text nodes
            start and end are offsets into lexbuf which contains the textual content of
            all elements in the parse tree.
            
            parent and content allow traversal of the parse tree in any direction.
            attributes are represented as a linked list of AttVal nodes which hold the
            strings for attribute/value pairs.
            </remarks>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.ParserImpl">
            <summary>
            HTML Parser implementation
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.ParserImpl.XMLPreserveWhiteSpace(Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Node,Telerik.WinForms.Documents.FormatProviders.Html.Parsing.TagTable)">
            <summary>  Indicates whether or not whitespace should be preserved for this element.
            If an <code>xml:space</code> attribute is found, then if the attribute value is
            <code>preserve</code>, returns <code>true</code>.  For any other value, returns
            <code>false</code>.  If an <code>xml:space</code> attribute was <em>not</em>
            found, then the following element names result in a return value of <code>true:
            pre, script, style,</code> and <code>xsl:text</code>.  Finally, if a
            <code>TagTable</code> was passed in and the element appears as the "pre" element
            in the <code>TagTable</code>, then <code>true</code> will be returned.
            Otherwise, <code>false</code> is returned.
            </summary>
            <param name="element">The <code>Node</code> to test to see if whitespace should be
            preserved.
            </param>
            <param name="tt">The <code>TagTable</code> to test for the <code>getNodePre()</code>
            function.  This may be <code>null</code>, in which case this test
            is bypassed.
            </param>
            <returns> <code>true</code> or <code>false</code>, as explained above.
            
            </returns>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.PPrint">
            <summary>
            Pretty print parse tree
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
            <remarks>Block-level and unknown elements are printed on
            new lines and their contents indented 2 spaces
            Inline elements are printed inline.
            Inline content is wrapped on spaces (except in
            attribute values or preformatted text, after
            start tags and before end tags
            </remarks>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Report">
            <summary>
            Error/informational message reporter.
            
            You should only need to edit the file TidyMessages.properties
            to localize HTML tidy.
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.ScriptAttrCheck">
            <summary>
            Check attributes.
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.ScriptCheckAttribs">
            <summary>
            Check attributes.
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.StreamInImpl">
            <summary>
            Input Stream Implementation
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.Style">
            <summary>
            Linked list of class names and styles
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.StyleCheckTableCheckAttribs">
            <summary>
            Check attributes.
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.StyleProp">
            <summary>
            Linked list of style properties
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.TableCellCheckTableCheckAttribs">
            <summary>
            Check attributes.
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.TableCheckAttribs">
            <summary>
            Check attributes.
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.TagTable">
            <summary>
            Tag dictionary node hash table
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.UrlAttrCheck">
            <summary>
            Check attribute values
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="T:Telerik.WinForms.Documents.FormatProviders.Html.Parsing.ValignAttrCheck">
            <summary>
            Check attribute values
            
            (c) 1998-2000 (W3C) MIT, INRIA, Keio University
            See HtmlParser.cs for the copyright notice.
            Derived from <a href="http://www.w3.org/People/Raggett/tidy">
            HTML HtmlParser Release 4 Aug 2000</a>
            
            </summary>
            <author>Dave Raggett &lt;dsr@w3.org&gt;</author>
            <author>Andy Quick &lt;ac.quick@sympatico.ca&gt; (translation to Java)</author>
            <author>Seth Yates &lt;seth_yates@hotmail.com&gt; (translation to C#)</author>
            <version>1.0, 1999/05/22</version>
            <version>1.0.1, 1999/05/29</version>
            <version>1.1, 1999/06/18 Java Bean</version>
            <version>1.2, 1999/07/10 HtmlParser Release 7 Jul 1999</version>
            <version>1.3, 1999/07/30 HtmlParser Release 26 Jul 1999</version>
            <version>1.4, 1999/09/04 DOM support</version>
            <version>1.5, 1999/10/23 HtmlParser Release 27 Sep 1999</version>
            <version>1.6, 1999/11/01 HtmlParser Release 22 Oct 1999</version>
            <version>1.7, 1999/12/06 HtmlParser Release 30 Nov 1999</version>
            <version>1.8, 2000/01/22 HtmlParser Release 13 Jan 2000</version>
            <version>1.9, 2000/06/03 HtmlParser Release 30 Apr 2000</version>
            <version>1.10, 2000/07/22 HtmlParser Release 8 Jul 2000</version>
            <version>1.11, 2000/08/16 HtmlParser Release 4 Aug 2000</version>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.OpenXml.DocxDataProvider.Docx">
            <summary>
            Gets or sets the current document as HTML
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfException.#ctor">
            <summary>Creates a new instance.</summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfException.#ctor(System.String)">
            <summary>Creates a new instance with the given message.</summary>
            <param name="message">the message to display</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfException.#ctor(System.String,System.Exception)">
            <summary>Creates a new instance with the given message, based on the given cause.</summary>
            <param name="message">the message to display</param>
            <param name="cause">the original cause for this exception</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfParserException.#ctor">
            <summary>Creates a new instance.</summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfParserException.#ctor(System.String)">
            <summary>Creates a new instance with the given message.</summary>
            <param name="message">the message to display</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfParserException.#ctor(System.String,System.Exception)">
            <summary>Creates a new instance with the given message, based on the given cause.</summary>
            <param name="message">the message to display</param>
            <param name="cause">the original cause for this exception</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfStructureException.#ctor">
            <summary>Creates a new instance.</summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfStructureException.#ctor(System.String)">
            <summary>Creates a new instance with the given message.</summary>
            <param name="message">the message to display</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfStructureException.#ctor(System.String,System.Exception)">
            <summary>Creates a new instance with the given message, based on the given cause.</summary>
            <param name="message">the message to display</param>
            <param name="cause">the original cause for this exception</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfBraceNestingException.#ctor">
            <summary>Creates a new instance.</summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfBraceNestingException.#ctor(System.String)">
            <summary>Creates a new instance with the given message.</summary>
            <param name="message">the message to display</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfBraceNestingException.#ctor(System.String,System.Exception)">
            <summary>Creates a new instance with the given message, based on the given cause.</summary>
            <param name="message">the message to display</param>
            <param name="cause">the original cause for this exception</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfColorException.#ctor">
            <summary>Creates a new instance.</summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfColorException.#ctor(System.String)">
            <summary>Creates a new instance with the given message.</summary>
            <param name="message">the message to display</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfColorException.#ctor(System.String,System.Exception)">
            <summary>Creates a new instance with the given message, based on the given cause.</summary>
            <param name="message">the message to display</param>
            <param name="cause">the original cause for this exception</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfColorTableFormatException.#ctor">
            <summary>Creates a new instance.</summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfColorTableFormatException.#ctor(System.String)">
            <summary>Creates a new instance with the given message.</summary>
            <param name="message">the message to display</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfColorTableFormatException.#ctor(System.String,System.Exception)">
            <summary>Creates a new instance with the given message, based on the given cause.</summary>
            <param name="message">the message to display</param>
            <param name="cause">the original cause for this exception</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfEmptyDocumentException.#ctor">
            <summary>Creates a new instance.</summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfEmptyDocumentException.#ctor(System.String)">
            <summary>Creates a new instance with the given message.</summary>
            <param name="message">the message to display</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfEmptyDocumentException.#ctor(System.String,System.Exception)">
            <summary>Creates a new instance with the given message, based on the given cause.</summary>
            <param name="message">the message to display</param>
            <param name="cause">the original cause for this exception</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfEncodingException.#ctor">
            <summary>Creates a new instance.</summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfEncodingException.#ctor(System.String)">
            <summary>Creates a new instance with the given message.</summary>
            <param name="message">the message to display</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfEncodingException.#ctor(System.String,System.Exception)">
            <summary>Creates a new instance with the given message, based on the given cause.</summary>
            <param name="message">the message to display</param>
            <param name="cause">the original cause for this exception</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfFontTableFormatException.#ctor">
            <summary>Creates a new instance.</summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfFontTableFormatException.#ctor(System.String)">
            <summary>Creates a new instance with the given message.</summary>
            <param name="message">the message to display</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfFontTableFormatException.#ctor(System.String,System.Exception)">
            <summary>Creates a new instance with the given message, based on the given cause.</summary>
            <param name="message">the message to display</param>
            <param name="cause">the original cause for this exception</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfHexEncodingException.#ctor">
            <summary>Creates a new instance.</summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfHexEncodingException.#ctor(System.String)">
            <summary>Creates a new instance with the given message.</summary>
            <param name="message">the message to display</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfHexEncodingException.#ctor(System.String,System.Exception)">
            <summary>Creates a new instance with the given message, based on the given cause.</summary>
            <param name="message">the message to display</param>
            <param name="cause">the original cause for this exception</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfMissingCharacterException.#ctor">
            <summary>Creates a new instance.</summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfMissingCharacterException.#ctor(System.String)">
            <summary>Creates a new instance with the given message.</summary>
            <param name="message">the message to display</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfMissingCharacterException.#ctor(System.String,System.Exception)">
            <summary>Creates a new instance with the given message, based on the given cause.</summary>
            <param name="message">the message to display</param>
            <param name="cause">the original cause for this exception</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfMultiByteEncodingException.#ctor">
            <summary>Creates a new instance.</summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfMultiByteEncodingException.#ctor(System.String)">
            <summary>Creates a new instance with the given message.</summary>
            <param name="message">the message to display</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfMultiByteEncodingException.#ctor(System.String,System.Exception)">
            <summary>Creates a new instance with the given message, based on the given cause.</summary>
            <param name="message">the message to display</param>
            <param name="cause">the original cause for this exception</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfUnicodeEncodingException.#ctor">
            <summary>Creates a new instance.</summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfUnicodeEncodingException.#ctor(System.String)">
            <summary>Creates a new instance with the given message.</summary>
            <param name="message">the message to display</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions.RtfUnicodeEncodingException.#ctor(System.String,System.Exception)">
            <summary>Creates a new instance with the given message, based on the given cause.</summary>
            <param name="message">the message to display</param>
            <param name="cause">the original cause for this exception</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Rtf.RtfDataProvider.Rtf">
            <summary>
            Gets or sets the current document as RTF
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.FormatProviders.Xaml.XamlDataProvider.Xaml">
            <summary>
            Gets or sets the current document as HTML
            </summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.BitmapCreateOptions.None">
            <summary>No <see cref="T:System.Windows.Media.Imaging.BitmapCreateOptions" /> are specified. This is the default value.</summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.BitmapCreateOptions.PreservePixelFormat">
            <summary>Ensures that the <see cref="T:System.Windows.Media.PixelFormat" /> a file is stored in is the same as it is loaded to.</summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.BitmapCreateOptions.DelayCreation">
            <summary>Causes a <see cref="T:System.Windows.Media.Imaging.BitmapSource" /> object to delay initialization until it is necessary. This is useful when dealing with collections of images.</summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.BitmapCreateOptions.IgnoreColorProfile">
            <summary>Causes a <see cref="T:System.Windows.Media.Imaging.BitmapSource" /> to ignore an embedded color profile.</summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.BitmapCreateOptions.IgnoreImageCache">
            <summary>Loads images without using an existing image cache. This option should only be selected when images in a cache need to be refreshed.</summary>
        </member>
        <member name="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor">
            <summary>
            A struct representing a color comprised of Cyan, Magenta, Yellow, Key (Black) and Alpha channels.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor.#ctor(System.Double,System.Double,System.Double,System.Double,System.Double)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/> struct.
            </summary>
            <param name="cyan">The cyan channel.</param>
            <param name="magenta">The magenta channel.</param>
            <param name="yellow">The yellow channel.</param>
            <param name="key">The key (black) channel.</param>
            <param name="alpha">The alpha channel.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor.op_Equality(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor,Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor)">
            <summary>
            Implements the operator ==.
            </summary>
            <param name="instance1">The instance1.</param>
            <param name="instance2">The instance2.</param>
            <returns>
            The result of the operator.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor.op_Inequality(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor,Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor)">
            <summary>
            Implements the operator !=.
            </summary>
            <param name="instance1">The instance1.</param>
            <param name="instance2">The instance2.</param>
            <returns>
            The result of the operator.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object" /> is equal
            to the current <see cref="T:System.Object" />.
            </summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with the current
            <see cref="T:System.Object" />.</param>
            <returns>
            True if the specified <see cref="T:System.Object" /> is equal to the
            current <see cref="T:System.Object" />; otherwise, false.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor.Equals(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor)">
            <summary>
            Compares the two instances.
            </summary>
            <param name="otherInstance">The other instance.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor.GetHashCode">
            <summary>
            Serves as a hash function for a particular type.
            </summary>
            <returns>A hash code for the current <see cref="T:System.Object" />.</returns>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor.Alpha">
            <summary>
            Gets the alpha (opacity) channel of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/> instance.
            </summary>
            <value>The alpha channel.</value>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor.Cyan">
            <summary>
            Gets the cyan channel of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/> instance.
            </summary>
            <value>The cyan channel.</value>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor.Key">
            <summary>
            Gets the key (black) channel of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/> instance.
            </summary>
            <value>The key channel.</value>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor.Magenta">
            <summary>
            Gets the magenta channel of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/> instance.
            </summary>
            <value>The magenta channel.</value>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor.Yellow">
            <summary>
            Gets the yellow channel of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/> instance.
            </summary>
            <value>The yellow channel.</value>
        </member>
        <member name="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter">
            <summary>
            A class that converts all the available color schemas (RGB, HLS, HSV, HEX and CMYK) between each other.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.#cctor">
            <summary>
            Initializes static members of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.ColorFromString(System.String)">
            <summary>
            Creates the color from string.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.CmykaToHex(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor)">
            <summary>
            Converts a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/> to a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor"/>.
            </summary>
            <param name="color">The <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/> color.</param>
            <returns><see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor"/></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.CmykaToHlsa(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor)">
            <summary>
            Converts a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/> to a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor"/>.
            </summary>
            <param name="color">The <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/> color.</param>
            <returns><see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor"/></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.CmykaToHsva(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor)">
            <summary>
            Converts a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/> to a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor"/>.
            </summary>
            <param name="color">The <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/> color.</param>
            <returns><see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor"/></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.CmykaToRgba(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor)">
            <summary>
            Converts a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/> to a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/>.
            </summary>
            <param name="color">The <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/> color.</param>
            <returns><see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.HexToCmyka(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor)">
            <summary>
            Converts a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor"/> to a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/>.
            </summary>
            <param name="color">The <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor"/> color.</param>
            <returns><see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.HexToHlsa(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor)">
            <summary>
            Converts a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor"/> to a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor"/>.
            </summary>
            <param name="color">The <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor"/> color.</param>
            <returns><see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor"/></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.HexToHsva(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor)">
            <summary>
            Converts a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor"/> to a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor"/>.
            </summary>
            <param name="color">The <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor"/> color.</param>
            <returns><see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor"/></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.HexToRgba(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor)">
            <summary>
            Converts a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor"/> to a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/>.
            </summary>
            <param name="color">The <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor"/> color.</param>
            <returns><see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.HlsaToCmyka(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor)">
            <summary>
            Converts a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor"/> to a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/>.
            </summary>
            <param name="color">The <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor"/> color.</param>
            <returns><see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.HlsaToHex(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor)">
            <summary>
            Converts a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor"/> to a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor"/>.
            </summary>
            <param name="color">The <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor"/> color.</param>
            <returns><see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor"/></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.HlsaToHsva(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor)">
            <summary>
            Converts a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor"/> to a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor"/>.
            </summary>
            <param name="color">The <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor"/> color.</param>
            <returns><see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor"/></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.HlsaToRgba(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor)">
            <summary>
            Converts a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor"/> to a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/>.
            </summary>
            <param name="color">The <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor"/> color.</param>
            <returns><see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.HsvaToCmyka(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor)">
            <summary>
            Converts a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor"/> to a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/>.
            </summary>
            <param name="color">The <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor"/> color.</param>
            <returns><see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.HsvaToHex(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor)">
            <summary>
            Converts a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor"/> to a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor"/>.
            </summary>
            <param name="color">The <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor"/> color.</param>
            <returns><see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor"/></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.HsvaToHlsa(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor)">
            <summary>
            Converts a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor"/> to a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor"/>.
            </summary>
            <param name="color">The <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor"/> color.</param>
            <returns><see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor"/></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.HsvaToRgba(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor)">
            <summary>
            Converts a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor"/> to a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/>.
            </summary>
            <param name="color">The <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor"/> color.</param>
            <returns><see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.RgbaToCmyka(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor)">
            <summary>
            Converts a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/> to a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/>.
            </summary>
            <param name="color">The <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/> color.</param>
            <returns><see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.CmykaColor"/></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.RgbaToHex(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor)">
            <summary>
            Converts a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/> to a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor"/>.
            </summary>
            <param name="color">The <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/> color.</param>
            <returns><see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor"/></returns>		
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.RgbaToHlsa(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor)">
            <summary>
            Converts a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/> to a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor"/>.
            </summary>
            <param name="color">The <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/> color.</param>
            <returns><see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor"/></returns>		
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.RgbaToHsva(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor)">
            <summary>
            Converts a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/> to a <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor"/>.
            </summary>
            <param name="color">The <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/> color.</param>
            <returns><see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor"/></returns>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.Instance">
            <summary>
            Gets the ColorConverter instance.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.ColorConverter.KnownColors">
            <summary>
            Provides a dictionary with known colors and their hex representation.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor">
            <summary>
            A struct representing a Hex color representation of a color.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor"/> struct.
            </summary>
            <param name="value">The hex value.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor.op_Equality(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor,Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor)">
            <summary>
            Implements the operator ==.
            </summary>
            <param name="instance1">The instance1.</param>
            <param name="instance2">The instance2.</param>
            <returns>
            The result of the operator.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor.op_Inequality(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor,Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor)">
            <summary>
            Implements the operator !=.
            </summary>
            <param name="instance1">The instance1.</param>
            <param name="instance2">The instance2.</param>
            <returns>
            The result of the operator.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object" /> is equal
            to the current <see cref="T:System.Object" />.
            </summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with the current
            <see cref="T:System.Object" />.</param>
            <returns>
            True if the specified <see cref="T:System.Object" /> is equal to the
            current <see cref="T:System.Object" />; otherwise, false.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor.Equals(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor)">
            <summary>
            Compares this <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor"/> instance to another <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor"/> instance.
            </summary>
            <param name="otherHex">The other <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor"/> instance.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor.GetHashCode">
            <summary>
            Serves as a hash function for a particular type.
            </summary>
            <returns>A hash code for the current <see cref="T:System.Object" />.</returns>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor.Value">
            <summary>
            Gets the hex value of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HexColor"/> class.
            </summary>
            <value>The value.</value>
        </member>
        <member name="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor">
            <summary>
            A struct representing a color comprised of Hue, Luminance, Saturation and Alpha channels.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor.#ctor(System.Double,System.Double,System.Double,System.Double)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor"/> struct.
            </summary>
            <param name="hue">The hue channel.</param>
            <param name="luminance">The luminance channel.</param>
            <param name="saturation">The saturation channel.</param>
            <param name="alpha">The alpha channel.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor.op_Equality(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor,Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor)">
            <summary>
            Implements the operator ==.
            </summary>
            <param name="instance1">The instance1.</param>
            <param name="instance2">The instance2.</param>
            <returns>
            The result of the operator.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor.op_Inequality(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor,Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor)">
            <summary>
            Implements the operator !=.
            </summary>
            <param name="instance1">The instance1.</param>
            <param name="instance2">The instance2.</param>
            <returns>
            The result of the operator.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object" /> is equal
            to the current <see cref="T:System.Object" />.
            </summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with the current
            <see cref="T:System.Object" />.</param>
            <returns>
            True if the specified <see cref="T:System.Object" /> is equal to the
            current <see cref="T:System.Object" />; otherwise, false.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor.Equals(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor)">
            <summary>
            Compares the two instances.
            </summary>
            <param name="otherInstance">The other instance.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor.GetHashCode">
            <summary>
            Serves as a hash function for a particular type.
            </summary>
            <returns>A hash code for the current <see cref="T:System.Object" />.</returns>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor.Alpha">
            <summary>
            Gets the alpha (opacity) channel of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor"/> instance.
            </summary>
            <value>The alpha channel.</value>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor.Hue">
            <summary>
            Gets the hue channel of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor"/> instance.
            </summary>
            <value>The hue channel.</value>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor.Luminance">
            <summary>
            Gets the luminance channel of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor"/> instance.
            </summary>
            <value>The luminance channel.</value>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor.Saturation">
            <summary>
            Gets the saturation channel of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HlsaColor"/> instance.
            </summary>
            <value>The saturation channel.</value>
        </member>
        <member name="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor">
            <summary>
            A struct representing a color comprised of Hue, Saturation, Value and Alpha channels.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor.#ctor(System.Double,System.Double,System.Double,System.Double)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor"/> struct.
            </summary>
            <param name="hue">The hue channel.</param>
            <param name="saturation">The saturation channel.</param>
            <param name="value">The value channel.</param>
            <param name="alpha">The alpha channel.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor.op_Equality(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor,Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor)">
            <summary>
            Implements the operator ==.
            </summary>
            <param name="instance1">The instance1.</param>
            <param name="instance2">The instance2.</param>
            <returns>
            The result of the operator.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor.op_Inequality(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor,Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor)">
            <summary>
            Implements the operator !=.
            </summary>
            <param name="instance1">The instance1.</param>
            <param name="instance2">The instance2.</param>
            <returns>
            The result of the operator.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object" /> is equal
            to the current <see cref="T:System.Object" />.
            </summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with the current
            <see cref="T:System.Object" />.</param>
            <returns>
            True if the specified <see cref="T:System.Object" /> is equal to the
            current <see cref="T:System.Object" />; otherwise, false.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor.Equals(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor)">
            <summary>
            Compares the two instance.
            </summary>
            <param name="otherInstance">The other instance.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor.GetHashCode">
            <summary>
            Serves as a hash function for a particular type.
            </summary>
            <returns>A hash code for the current <see cref="T:System.Object" />.</returns>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor.Alpha">
            <summary>
            Gets the alpha (opacity) channel of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor"/> instance.
            </summary>
            <value>The alpha channel.</value>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor.Hue">
            <summary>
            Gets the hue channel of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor"/> instance.
            </summary>
            <value>The hue channel.</value>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor.Saturation">
            <summary>
            Gets the saturation channel of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor"/> instance.
            </summary>
            <value>The saturation channel.</value>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor.Value">
            <summary>
            Gets the value channel of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.HsvaColor"/> instance.
            </summary>
            <value>The value channel.</value>
        </member>
        <member name="T:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors">
            <summary>
            A helper class containing named colors.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors"/> class.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.AliceBlue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.AntiqueWhite">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Aqua">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Aquamarine">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Azure">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Beige">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Bisque">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Black">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.BlanchedAlmond">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Blue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.BlueViolet">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Brown">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.BurlyWood">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.CadetBlue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Chartreuse">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Chocolate">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Coral">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.CornflowerBlue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Cornsilk">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Crimson">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Cyan">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.DarkBlue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.DarkCyan">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.DarkGoldenrod">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.DarkGray">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.DarkGreen">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.DarkKhaki">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.DarkMagenta">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.DarkOliveGreen">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.DarkOrange">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.DarkOrchid">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.DarkRed">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.DarkSalmon">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.DarkSeaGreen">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.DarkSlateBlue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.DarkSlateGray">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.DarkTurquoise">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.DarkViolet">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.DeepPink">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.DeepSkyBlue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.DimGray">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.DodgerBlue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Firebrick">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.FloralWhite">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.ForestGreen">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Fuchsia">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Gainsboro">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.GhostWhite">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Gold">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Goldenrod">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Gray">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Green">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.GreenYellow">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Honeydew">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.HotPink">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.IndianRed">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Indigo">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Ivory">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Khaki">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Lavender">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.LavenderBlush">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.LawnGreen">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.LemonChiffon">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.LightBlue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.LightCoral">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.LightCyan">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.LightGoldenrodYellow">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.LightGray">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.LightGreen">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.LightPink">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.LightSalmon">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.LightSeaGreen">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.LightSkyBlue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.LightSlateGray">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.LightSteelBlue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.LightYellow">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Lime">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.LimeGreen">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Linen">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Magenta">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Maroon">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.MediumAquamarine">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.MediumBlue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.MediumOrchid">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.MediumPurple">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.MediumSeaGreen">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.MediumSlateBlue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.MediumSpringGreen">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.MediumTurquoise">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.MediumVioletRed">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.MidnightBlue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.MintCream">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.MistyRose">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Moccasin">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.NavajoWhite">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Navy">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.OldLace">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Olive">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.OliveDrab">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Orange">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.OrangeRed">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Orchid">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.PaleGoldenrod">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.PaleGreen">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.PaleTurquoise">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.PaleVioletRed">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.PapayaWhip">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.PeachPuff">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Peru">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Pink">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Plum">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.PowderBlue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Purple">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Red">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.RosyBrown">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.RoyalBlue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.SaddleBrown">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Salmon">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.SandyBrown">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.SeaGreen">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.SeaShell">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Sienna">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Silver">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.SkyBlue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.SlateBlue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.SlateGray">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Snow">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.SpringGreen">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.SteelBlue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Tan">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Teal">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Thistle">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Tomato">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Transparent">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Turquoise">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Violet">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Wheat">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.White">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.WhiteSmoke">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.Yellow">
            <summary>
            
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.KnownColors.YellowGreen">
            <summary>
            
            </summary>
        </member>
        <member name="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor">
            <summary>
            A struct representing a color comprised of Red, Green, Blue and Alpha channels.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor.#ctor(System.Double,System.Double,System.Double,System.Double)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/> struct.
            </summary>
            <param name="red">The red channel.</param>
            <param name="green">The green channel.</param>
            <param name="blue">The blue channel.</param>
            <param name="alpha">The alpha channel.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor.#ctor(Telerik.WinControls.RichTextEditor.UI.Color)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/> struct.
            </summary>
            <param name="color">The color.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor.op_Equality(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor,Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor)">
            <summary>
            Implements the operator ==.
            </summary>
            <param name="instance1">The instance1.</param>
            <param name="instance2">The instance2.</param>
            <returns>
            The result of the operator.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor.op_Inequality(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor,Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor)">
            <summary>
            Implements the operator !=.
            </summary>
            <param name="instance1">The instance1.</param>
            <param name="instance2">The instance2.</param>
            <returns>
            The result of the operator.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object" /> is equal
            to the current <see cref="T:System.Object" />.
            </summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with the current
            <see cref="T:System.Object" />.</param>
            <returns>
            True if the specified <see cref="T:System.Object" /> is equal to the
            current <see cref="T:System.Object" />; otherwise, false.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor.Equals(Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor)">
            <summary>
            Compares the two instance.
            </summary>
            <param name="otherInstance">The other instance.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor.GetHashCode">
            <summary>
            Serves as a hash function for a particular type.
            </summary>
            <returns>A hash code for the current <see cref="T:System.Object" />.</returns>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor.Alpha">
            <summary>
            Gets the alpha (opacity) channel of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/> instance.
            </summary>
            <value>The alpha channel.</value>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor.Blue">
            <summary>
            Gets the blue channel of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/> instance.
            </summary>
            <value>The blue channel.</value>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor.Green">
            <summary>
            Gets the green channel of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/> instance.
            </summary>
            <value>The green channel.</value>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor.Red">
            <summary>
            Gets the red channel of the <see cref="T:Telerik.WinForms.RichTextEditor.ColorEditor.ColorSchemas.RgbaColor"/> instance.
            </summary>
            <value>The red channel.</value>
        </member>
        <member name="T:Telerik.Windows.Media.Imaging.Zip.ZipCompression">
            <summary>
            Represents the compression methods.
            </summary>
        </member>
        <member name="F:Telerik.Windows.Media.Imaging.Zip.ZipCompression.Default">
            <summary>
            This is the default compression method.
            </summary>
        </member>
        <member name="F:Telerik.Windows.Media.Imaging.Zip.ZipCompression.Stored">
            <summary>
            This is the no-compression method.
            </summary>
        </member>
        <member name="F:Telerik.Windows.Media.Imaging.Zip.ZipCompression.BestSpeed">
            <summary>
            This is the fastest compression method.
            </summary>
        </member>
        <member name="F:Telerik.Windows.Media.Imaging.Zip.ZipCompression.Method2">
            <summary>
            This is a custom compression method.
            </summary>
        </member>
        <member name="F:Telerik.Windows.Media.Imaging.Zip.ZipCompression.Method3">
            <summary>
            This is a custom compression method.
            </summary>
        </member>
        <member name="F:Telerik.Windows.Media.Imaging.Zip.ZipCompression.Method4">
            <summary>
            This is a custom compression method.        
            </summary>
        </member>
        <member name="F:Telerik.Windows.Media.Imaging.Zip.ZipCompression.Method5">
            <summary>
            This is a custom compression method.
            </summary>
        </member>
        <member name="F:Telerik.Windows.Media.Imaging.Zip.ZipCompression.Method6">
            <summary>
            This is a custom compression method.
            </summary>
        </member>
        <member name="F:Telerik.Windows.Media.Imaging.Zip.ZipCompression.Method7">
            <summary>
            This is a custom compression method.
            </summary>
        </member>
        <member name="F:Telerik.Windows.Media.Imaging.Zip.ZipCompression.Deflated">
            <summary>
            This is the the best compression method.
            </summary>
        </member>
        <member name="F:Telerik.Windows.Media.Imaging.Zip.ZipCompression.Deflate64">
            <summary>
            This is the the best compression method.
            </summary>
        </member>
        <member name="T:Telerik.Windows.Media.Imaging.Zip.ZipInputStream">
            <summary>
            Represents a stream that can read from a compressed stream.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipInputStream.#ctor(System.IO.Stream)">
            <summary>
            Initializes a new instance of the ZipInputStream class.
            </summary>
            <param name="baseStream">
            The stream that will be decompressed.
            </param>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipInputStream.Flush">
            <summary>
            Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipInputStream.Read(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Reads a sequence of bytes from the
            current stream and advances the position within the stream by the number of bytes
            read.
            </summary>
            <returns>The total number of bytes read into the buffer. This can be less than
            the number of bytes requested if that many bytes are not currently available,
            or zero (0) if the end of the stream has been reached.</returns>
            <param name="buffer">An array of bytes. When this method returns, the buffer
            contains the specified byte array with the values between <paramref name="offset"/>
            and (<paramref name="offset"/> + <paramref name="count"/> - 1) replaced by the
            bytes read from the current source. </param>
            <param name="offset">The zero-based byte offset in <paramref name="buffer"/>
            at which to begin storing the data read from the current stream. </param>
            <param name="count">The maximum number of bytes to be read from the current stream.
            </param>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipInputStream.ReadByte">
            <summary>
            Reads a byte from the stream and advances the position within the stream
            by one byte, or returns -1 if at the end of the stream.</summary>
            <returns>The unsigned byte cast to an Int32, or -1 if at the end of the stream.
            </returns>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipInputStream.Seek(System.Int64,System.IO.SeekOrigin)">
            <summary>
            Seeking is not supported.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipInputStream.SetLength(System.Int64)">
            <summary>
            Sets the length of the current stream.
            </summary>
            <param name="value">The desired length of the current stream in bytes. </param>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipInputStream.Write(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Writing is not supported.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipInputStream.BaseStream">
            <summary>
            The stream that is decompressed.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipInputStream.CanRead">
            <summary>
            Gets a value indicating whether the current stream supports reading.
            </summary>
            <returns>true if the stream supports reading; otherwise, false.</returns>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipInputStream.CanSeek">
            <summary> 
            Gets a value indicating whether the current stream supports seeking.
            </summary>
            <returns>true if the stream supports seeking; otherwise, false.</returns>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipInputStream.CanWrite">
            <summary>
            Gets a value indicating whether the current stream supports writing.
            </summary>
            <returns>true if the stream supports writing; otherwise, false.</returns>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipInputStream.CompressedSize">
            <summary>
            Gets the compressed size of the stream.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipInputStream.Length">
            <summary>
            Gets the length in bytes of the stream.
            </summary>
            <returns>A long value representing the length of the stream in bytes.</returns>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipInputStream.Position">
            <summary>
            Gets the position within the current stream. Set is not supported.
            </summary>
            <returns>The current position within the stream.</returns>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipInputStream.UncompressedSize">
            <summary>
            Gets the uncompressed size of the stream.
            </summary>
        </member>
        <member name="T:Telerik.Windows.Media.Imaging.Zip.ZipOutputStream">
            <summary>
            Represents a stream that can write into a compressed stream.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipOutputStream.#ctor(System.IO.Stream)">
            <summary>
            Initializes a new instance of the ZipOutputStream class.
            </summary>
            <param name="baseStream">
            The stream that will be compressed.
            </param>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipOutputStream.#ctor(System.IO.Stream,Telerik.Windows.Media.Imaging.Zip.ZipCompression)">
            <summary>
            Initializes a new instance of the ZipOutputStream class.
            </summary>
            <param name="baseStream">
            The stream that will be compressed.
            </param>
            /// <param name="method">
            The compression method.
            </param>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipOutputStream.Cancel">
            <summary>
            Stops the compression of the stream.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipOutputStream.Close">
            <summary
            >Closes the current stream and releases any resources (such as sockets
            and file handles) associated with the current stream.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipOutputStream.Close(System.Boolean)">
            <summary
            >Closes the current stream and releases any resources (such as sockets
            and file handles) associated with the current stream.
            </summary>
            <param name="shouldCloseStream">Determines whether this method should close the stream or just finish the writing.
            </param>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipOutputStream.Flush">
            <summary>
            Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipOutputStream.Read(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Reading is not supported.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipOutputStream.Seek(System.Int64,System.IO.SeekOrigin)">
            <summary>
            Seeking is not supported.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipOutputStream.SetLength(System.Int64)">
            <summary>
            Setting length is not supported.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipOutputStream.Write(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Writes a sequence of bytes to the current stream and advances the current position within this stream by the number
            of bytes written.
            </summary>
            <param name="buffer">An array of bytes. This method copies <paramref name="count"/>
            bytes from <paramref name="buffer"/> to the current stream. </param>
            <param name="offset">The zero-based byte offset in <paramref name="buffer"/>
            at which to begin copying bytes to the current stream. </param>
            <param name="count">The number of bytes to be written to the current stream.
            </param>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipOutputStream.WriteByte(System.Byte)">
            <summary>
            Writes a byte to the current position in the stream and advances the
            position within the stream by one byte.
            </summary>
            <param name="value">The byte to write to the stream. </param>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipOutputStream.BaseStream">
            <summary>
            The stream that is compressed.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipOutputStream.CanRead">
            <summary>
            Gets a value indicating whether the current stream supports reading.
            </summary>
            <returns>true if the stream supports reading; otherwise, false.</returns>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipOutputStream.CanSeek">
            <summary> 
            Gets a value indicating whether the current stream supports seeking.
            </summary>
            <returns>true if the stream supports seeking; otherwise, false.</returns>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipOutputStream.CanWrite">
            <summary>
            Gets a value indicating whether the current stream supports writing.
            </summary>
            <returns>true if the stream supports writing; otherwise, false.</returns>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipOutputStream.Checksum">
            <summary>
            Gets the checksum of the compressed stream.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipOutputStream.CompressedSize">
            <summary>
            Gets the compressed size of the stream.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipOutputStream.Length">
            <summary>
            Gets the length in bytes of the stream.
            </summary>
            <returns>A long value representing the length of the stream in bytes.</returns>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipOutputStream.Position">
            <summary>
            Gets the position within the current stream. Set is not supported.
            </summary>
            <returns>The current position within the stream.</returns>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipOutputStream.UncompressedSize">
            <summary>
            Gets the uncompressed size of the stream.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipPackage.Create(System.IO.Stream)">
            <summary>
            This method is used to create a ZipPackage from a stream.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipPackage.CreateFile(System.String)">
            <summary>
            This method is used to create a ZipPackage with the passed file name.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipPackage.OpenFile(System.String,System.IO.FileAccess)">
            <summary>
            This method is used to open a ZipPackage with the passed file name.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipPackage.Open(System.IO.Stream,System.IO.FileAccess)">
            <summary>
            This method is used to open a ZipPackage from a stream.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipPackage.IsZipFile(System.IO.Stream)">
            <summary>
            Checks whether the stream that represents a zip file is actually a zip file.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipPackage.IsZipFile(System.String)">
            <summary>
            Checks whether the file with the passed file name is actually a zip file.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipPackage.Add(System.String)">
            <summary>
            Adds a file with the passed file name in the ZipPackage.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipPackage.Add(System.String[])">
            <summary>
            Adds the files from the passed array of file names in the ZipPackage.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipPackage.AddStream(System.String,System.IO.Stream)">
            <summary>
            Adds a stream in the ZipPackage and associates it with the passed file name in zip.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipPackage.Add(System.String,System.String)">
            <summary>
            Adds a file with the passed file name in the ZipPackage and associates it with the passed file name in zip.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipPackage.Add(System.String,System.String,System.DateTime)">
            <summary>
            Adds a file with the passed file name in the ZipPackage, associates it with the passed file name in zip and sets a date time for the entry.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipPackage.AddStream(Telerik.Windows.Media.Imaging.Zip.ZipCompression,System.String,System.IO.Stream,System.DateTime)">
            <summary>
            Adds a stream in the ZipPackage, compresses it with the passed compress method, associates it with the passed file name in zip and sets a date time for the entry. 
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipPackage.Close(System.Boolean)">
            <summary>
            Closes the ZipPackage. If the value is set to false it just resets the internal values, otherwise closes the file.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipPackage.IndexOf(System.String)">
            <summary>
            Gets the index of the entry in the list of entries of the ZipPackage.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipPackage.RemoveEntry(Telerik.Windows.Media.Imaging.Zip.ZipPackageEntry)">
            <summary>
            Removes the passed entry from the ZipPackage.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipPackage.FileName">
            <summary>
            Gets the file name for the ZipPackage.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipPackage.ZipPackageEntries">
            <summary>
            Gets the list with all zip entries.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.Zip.ZipPackageEntry.OpenInputStream">
            <summary>
            Opens an input stream that represents the entry.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipPackageEntry.Attributes">
            <summary>
            Gets the file attributes for the entry.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipPackageEntry.CompressedSize">
            <summary>
            Gets the compressed size for the entry.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipPackageEntry.FileNameInZip">
            <summary>
            Gets the file name in the ZipPackage for the entry.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.Zip.ZipPackageEntry.UncompressedSize">
            <summary>
            Gets the uncompressed size for the entry.
            </summary>
        </member>
        <member name="T:Telerik.Windows.Media.Imaging.BitmapFrame">
            <summary>
            Represents image data accepted by encoders.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.BitmapFrame.Create(Telerik.WinControls.RichTextEditor.UI.BitmapSource)">
            <summary>
            Creates a new BitmapFrame from a given BitmapSource.
            </summary>
            <param name="source"></param>
            <returns>BitmapFrame object.</returns>
        </member>
        <member name="T:Telerik.Windows.Media.Imaging.PngBitmapEncoder">
            <summary>
            Encodes a collection of BitmapFrame objects to a PNG image stream.
            </summary>
        </member>
        <member name="T:Telerik.Windows.Media.Imaging.BitmapEncoder">
            <summary>
            Encodes a collection of BitmapFrame objects to a stream.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.BitmapEncoder.#ctor">
            <summary>
            Initializes a new instance of the BitmapEncoder class.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.BitmapEncoder.Dispose">
            <summary>
            Disposes the encoder.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.BitmapEncoder.Save(System.IO.Stream)">
            <summary>
            Encodes a bitmap image to a specified System.IO.Stream.
            </summary>
            <param name="stream">Stream.</param>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.BitmapEncoder.CodecInfo">
            <summary>
            Gets information that describes this codec.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.BitmapEncoder.Frames">
            <summary>
            Gets or sets the individual frames within an image.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.PngBitmapEncoder.#ctor">
            <summary>
            Initializes a new instance of the PngBitmapEncoder class.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.PngBitmapEncoder.Dispose">
            <summary>
            Disposes the encoder.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.PngBitmapEncoder.Save(System.IO.Stream)">
            <summary>
            Encodes a bitmap image to a specified System.IO.Stream.
            </summary>
            <param name="stream">Stream.</param>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.PngBitmapEncoder.Save(System.IO.Stream,Telerik.Windows.Media.Imaging.PngBitmapEncoderSettings)">
            <summary>
            Saves the specified stream.
            </summary>
            <param name="stream">The stream.</param>
            <param name="settings">The settings.</param>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.PngBitmapEncoder.Dispose(System.Boolean)">
            <summary>
            Disposes the encoder.
            </summary>
            <param name="cleanUpBoth">Clean up.</param>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.PngBitmapEncoder.CodecInfo">
            <summary>
            Gets information that describes this codec.
            </summary>
        </member>
        <member name="T:Telerik.Windows.Media.Imaging.PngBitmapEncoder.PngChunkTypes">
            <summary>
            Contains a list of possible chunk type identifier.
            </summary>
        </member>
        <member name="F:Telerik.Windows.Media.Imaging.PngBitmapEncoder.PngChunkTypes.Header">
            <summary>
            The first chunk in a .png file. Can only exists once. Contains 
            common information like the width and the height of the image or
            the used compression method.
            </summary>
        </member>
        <member name="F:Telerik.Windows.Media.Imaging.PngBitmapEncoder.PngChunkTypes.Palette">
            <summary>
            The PLTE chunk contains from 1 to 256 palette entries, each a three byte
            series in the RGB format.
            </summary>
        </member>
        <member name="F:Telerik.Windows.Media.Imaging.PngBitmapEncoder.PngChunkTypes.Data">
            <summary>
            The IDAT chunk contains the actual image data. The image can contains more
            than one chunk of this type. All chunks together are the whole image.
            </summary>
        </member>
        <member name="F:Telerik.Windows.Media.Imaging.PngBitmapEncoder.PngChunkTypes.End">
            <summary>
            This chunk must appear last. It marks the end of the PNG DataStream. 
            The chunk's data field is empty. 
            </summary>
        </member>
        <member name="F:Telerik.Windows.Media.Imaging.PngBitmapEncoder.PngChunkTypes.PaletteAlpha">
            <summary>
            This chunk specifies that the image uses simple transparency: 
            either alpha values associated with palette entries (for indexed-color images) 
            or a single transparent color (for grayscale and true-color images). 
            </summary>
        </member>
        <member name="F:Telerik.Windows.Media.Imaging.PngBitmapEncoder.PngChunkTypes.Text">
            <summary>
            Textual information that the encoder wishes to record with the image can be stored in 
            "tEXt" chunks. Each "tEXt" chunk contains a keyword and a text string.
            </summary>
        </member>
        <member name="F:Telerik.Windows.Media.Imaging.PngBitmapEncoder.PngChunkTypes.Gamma">
            <summary>
            This chunk specifies the relationship between the image samples and the desired 
            display output intensity.
            </summary>
        </member>
        <member name="T:Telerik.Windows.Media.Imaging.PngBitmapEncoder.PngHeader">
            <summary>
            Represents the .png header chunk.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.PngBitmapEncoder.PngHeader.Width">
            <summary>
            The dimension in x-direction of the image in pixels.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.PngBitmapEncoder.PngHeader.Height">
            <summary>
            The dimension in y-direction of the image in pixels.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.PngBitmapEncoder.PngHeader.BitDepth">
            <summary>
            Bit depth is a single-byte integer giving the number of bits per sample 
            or per palette index (not per pixel). Valid values are 1, 2, 4, 8, and 16, 
            although not all values are allowed for all color types. 
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.PngBitmapEncoder.PngHeader.ColorType">
            <summary>
            Color type is a integer that describes the interpretation of the 
            image data. Color type codes represent sums of the following values: 
            1 (palette used), 2 (color used), and 4 (alpha channel used).
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.PngBitmapEncoder.PngHeader.CompressionMethod">
            <summary>
            Indicates the method  used to compress the image data. At present, 
            only compression method 0 (deflate/inflate compression with a sliding 
            window of at most 32768 bytes) is defined.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.PngBitmapEncoder.PngHeader.FilterMethod">
            <summary>
            Indicates the preprocessing method applied to the image 
            data before compression. At present, only filter method 0 
            (adaptive filtering with five basic filter types) is defined.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.PngBitmapEncoder.PngHeader.InterlaceMethod">
            <summary>
            Indicates the transmission order of the image data. 
            Two values are currently defined: 0 (no interlace) or 1 (Adam7 interlace).
            </summary>
        </member>
        <member name="F:Telerik.WinControls.NativeTextRenderer.GM_COMPATIBLE">
            <summary>
            Compatible graphics mode
            </summary>
        </member>
        <member name="F:Telerik.WinControls.NativeTextRenderer.GM_ADVANCED">
            <summary>
            Advanced grapcihs mode
            </summary>
        </member>
        <member name="F:Telerik.WinControls.NativeTextRenderer._charFit">
            <summary>
            used for <see cref="M:Telerik.WinControls.NativeTextRenderer.MeasureString(System.String,System.Drawing.Font,System.Single,System.Int32@,System.Int32@)"/> calculation.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.NativeTextRenderer._charFitWidth">
            <summary>
            used for <see cref="M:Telerik.WinControls.NativeTextRenderer.MeasureString(System.String,System.Drawing.Font,System.Single,System.Int32@,System.Int32@)"/> calculation.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.NativeTextRenderer._fontsCache">
            <summary>
            cache of all the font used not to create same font again and again
            </summary>
        </member>
        <member name="F:Telerik.WinControls.NativeTextRenderer._g">
            <summary>
            The wrapped WinForms graphics object
            </summary>
        </member>
        <member name="F:Telerik.WinControls.NativeTextRenderer._hdc">
            <summary>
            the initialized HDC used
            </summary>
        </member>
        <member name="M:Telerik.WinControls.NativeTextRenderer.#ctor(System.Drawing.Graphics)">
            <summary>
            Init.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.NativeTextRenderer.MeasureString(System.String,System.Drawing.Font)">
            <summary>
            Measure the width and height of string <paramref name="str"/> when drawn on device context HDC
            using the given font <paramref name="font"/>.
            </summary>
            <param name="str">the string to measure</param>
            <param name="font">the font to measure string with</param>
            <returns>the size of the string</returns>
        </member>
        <member name="M:Telerik.WinControls.NativeTextRenderer.MeasureString(System.String,System.Drawing.Font,System.Single,System.Int32@,System.Int32@)">
            <summary>
            Measure the width and height of string <paramref name="str"/> when drawn on device context HDC
            using the given font <paramref name="font"/>.<br/>
            Restrict the width of the string and get the number of characters able to fit in the restriction and
            the width those characters take.
            </summary>
            <param name="str">the string to measure</param>
            <param name="font">the font to measure string with</param>
            <param name="maxWidth">the max width to render the string in</param>
            <param name="charFit">the number of characters that will fit under maxWidth restriction</param>
            <param name="charFitWidth"></param>
            <returns>the size of the string</returns>
        </member>
        <member name="M:Telerik.WinControls.NativeTextRenderer.DrawString(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.Point)">
            <summary>
            Draw the given string using the given font and foreground color at given location.
            </summary>
            <param name="str">the string to draw</param>
            <param name="font">the font to use to draw the string</param>
            <param name="color">the text color to set</param>
            <param name="point">the location to start string draw (top-left)</param>
        </member>
        <member name="M:Telerik.WinControls.NativeTextRenderer.DrawString(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.Rectangle,Telerik.WinControls.TextFormatFlags)">
            <summary>
            Draw the given string using the given font and foreground color at given location.<br/>
            See http://msdn.microsoft.com/en-us/library/windows/desktop/dd162498(v=vs.85).aspx.
            </summary>
            <param name="str">the string to draw</param>
            <param name="font">the font to use to draw the string</param>
            <param name="color">the text color to set</param>
            <param name="rect">the rectangle in which the text is to be formatted</param>
            <param name="flags">The method of formatting the text</param>
        </member>
        <member name="M:Telerik.WinControls.NativeTextRenderer.DrawTransparentText(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.Point,System.Drawing.Size)">
            <summary>
            Special draw logic to draw transparent text using GDI.<br/>
            1. Create in-memory DC<br/>
            2. Copy background to in-memory DC<br/>
            3. Draw the text to in-memory DC<br/>
            4. Copy the in-memory DC to the proper location with alpha blend<br/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.NativeTextRenderer.SetWorldScale(System.Single,System.Single)">
            <summary>
            Sets a scale transform to the entire world.
            </summary>
            <param name="X">Scale factor on the X-axis.</param>
            <param name="Y">Scale factor on the Y-axis.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.NativeTextRenderer.Dispose">
            <summary>
            Release current HDC to be able to use <see cref="T:System.Drawing.Graphics"/> methods.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.NativeTextRenderer.SetFont(System.Drawing.Font)">
            <summary>
            Set a resource (e.g. a font) for the specified device context.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.NativeTextRenderer.GetCachedHFont(System.Drawing.Font)">
            <summary>
            Get cached unmanaged font handle for given font.<br/>
            </summary>
            <param name="font">the font to get unmanaged font handle for</param>
            <returns>handle to unmanaged font</returns>
        </member>
        <member name="M:Telerik.WinControls.NativeTextRenderer.GetUnicodeRangesForFont(System.Drawing.Font)">
            <summary>
            Returns information about which Unicode characters are supported by a font.
            </summary>
            <param name="font">The font.</param>
            <returns>List of ranges.</returns>
        </member>
        <member name="M:Telerik.WinControls.NativeTextRenderer.SetTextColor(System.Drawing.Color)">
            <summary>
            Set the text color of the device context.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.NativeTextRenderer.BitBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,Telerik.WinControls.TernaryRasterOperations)">
            <summary>
               Performs a bit-block transfer of the color data corresponding to a
               rectangle of pixels from the specified source device context into
               a destination device context.
            </summary>
            <param name="hdc">Handle to the destination device context.</param>
            <param name="nXDest">The leftmost x-coordinate of the destination rectangle (in pixels).</param>
            <param name="nYDest">The topmost y-coordinate of the destination rectangle (in pixels).</param>
            <param name="nWidth">The width of the source and destination rectangles (in pixels).</param>
            <param name="nHeight">The height of the source and the destination rectangles (in pixels).</param>
            <param name="hdcSrc">Handle to the source device context.</param>
            <param name="nXSrc">The leftmost x-coordinate of the source rectangle (in pixels).</param>
            <param name="nYSrc">The topmost y-coordinate of the source rectangle (in pixels).</param>
            <param name="dwRop">A raster-operation code.</param>
            <returns>
               <c>true</c> if the operation succeedes, <c>false</c> otherwise. To get extended error information, call <see cref="M:System.Runtime.InteropServices.Marshal.GetLastWin32Error"/>.
            </returns>
        </member>
        <member name="T:Telerik.WinControls.TextFormatFlags">
            <summary>
            See http://msdn.microsoft.com/en-us/library/windows/desktop/dd162498(v=vs.85).aspx
            </summary>
        </member>
        <member name="T:Telerik.WinControls.TernaryRasterOperations">
            <summary>
                Specifies a raster-operation code. These codes define how the color data for the
                source rectangle is to be combined with the color data for the destination
                rectangle to achieve the final color.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.TernaryRasterOperations.SRCCOPY">
            <summary>dest = source</summary>
        </member>
        <member name="F:Telerik.WinControls.TernaryRasterOperations.SRCPAINT">
            <summary>dest = source OR dest</summary>
        </member>
        <member name="F:Telerik.WinControls.TernaryRasterOperations.SRCAND">
            <summary>dest = source AND dest</summary>
        </member>
        <member name="F:Telerik.WinControls.TernaryRasterOperations.SRCINVERT">
            <summary>dest = source XOR dest</summary>
        </member>
        <member name="F:Telerik.WinControls.TernaryRasterOperations.SRCERASE">
            <summary>dest = source AND (NOT dest)</summary>
        </member>
        <member name="F:Telerik.WinControls.TernaryRasterOperations.NOTSRCCOPY">
            <summary>dest = (NOT source)</summary>
        </member>
        <member name="F:Telerik.WinControls.TernaryRasterOperations.NOTSRCERASE">
            <summary>dest = (NOT src) AND (NOT dest)</summary>
        </member>
        <member name="F:Telerik.WinControls.TernaryRasterOperations.MERGECOPY">
            <summary>dest = (source AND pattern)</summary>
        </member>
        <member name="F:Telerik.WinControls.TernaryRasterOperations.MERGEPAINT">
            <summary>dest = (NOT source) OR dest</summary>
        </member>
        <member name="F:Telerik.WinControls.TernaryRasterOperations.PATCOPY">
            <summary>dest = pattern</summary>
        </member>
        <member name="F:Telerik.WinControls.TernaryRasterOperations.PATPAINT">
            <summary>dest = DPSnoo</summary>
        </member>
        <member name="F:Telerik.WinControls.TernaryRasterOperations.PATINVERT">
            <summary>dest = pattern XOR dest</summary>
        </member>
        <member name="F:Telerik.WinControls.TernaryRasterOperations.DSTINVERT">
            <summary>dest = (NOT dest)</summary>
        </member>
        <member name="F:Telerik.WinControls.TernaryRasterOperations.BLACKNESS">
            <summary>dest = BLACK</summary>
        </member>
        <member name="F:Telerik.WinControls.TernaryRasterOperations.WHITENESS">
            <summary>dest = WHITE</summary>
        </member>
        <member name="F:Telerik.WinControls.TernaryRasterOperations.CAPTUREBLT">
            <summary>
            Capture window as seen on screen.  This includes layered windows 
            such as WPF windows with AllowsTransparency="true"
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.Properties.Resources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources._new">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Accept">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.AcceptChange">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.AcceptChange16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.AcceptChange32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.AddNewSource">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.AddNewSource16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.aligncenter">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.aligncenter16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.aligndistribute">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.aligndistribute16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.alignjustify">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.alignjustify16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.alignleft">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.alignleft16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.alignright">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.alignright16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.allBorders">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.allBorders16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.asap">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.asapR">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.AutoFit">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.AutoFit32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.AutoFItToWindow">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.AutoFItToWindow16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Bibliography">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.BibliographyStyle">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.BibliographyStyle16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.bold">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.bold16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Bookmark">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.bottomBorder">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.bottomBorder16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.BottomCellAlignment54">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Break">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Break16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Breaks">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Cell3DBorder">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Cell3DBorder32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.CellBoxBorder">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.CellBoxBorder32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.CellCustomBorder">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.CellCustomBorder32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.CellNoneBorder">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.CellNoneBorder32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.CenterBottomCellAlignment">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.CenterBottomCellAlignment16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.CenterCellAlignment54">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.CenterMiddleCellAlignment">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.CenterMiddleCellAlignment16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.CenterTableAlignment54">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.CenterTopCellAlignment">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.CenterTopCellAlignment16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ChangeEditingPermissions">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ChangeEditingPermissions32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ChangeStyles">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ChangeStyles32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ClearFormatting16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Code">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.CodeBlock">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.CodeBlock16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.CodeBlock32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.confidential">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.confidentialR">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ContinueNumbering">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ContinueNumbering16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.copy">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.copy16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.CrossReference">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.cut">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.cut16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.DateAndTime">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.DeleteAll">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.DeleteAllComments">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.DeleteAllComments32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.DeleteComment">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.DeleteComment16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.DeleteComment32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.DeleteTable">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.DeleteTable16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.DeleteTable32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.DeleteTableColumn">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.DeleteTableColumn16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.DeleteTableColumns">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.DeleteTableColumns32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.DeleteTableRow">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.DeleteTableRow16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.DeleteTableRows">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.DeleteTableRows32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.doNotCopy">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.doNotCopyR">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.draft">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.draftR">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.EditFooter">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.EditFooter16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.EditFooter32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.EditHeader">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.EditHeader16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.EditHeader32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.EditingRestrictions">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.EnableSpellCheck">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.EnableSpellCheck16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.EnableSpellCheck32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.EvenPageSectionBreak">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.EvenPageSectionBreak32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ExitHeaderFooterEditMode">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ExitHeaderFooterEditMode32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.find">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.find16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.FindAndReplace">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.FindNextSpellingError">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.FindNextSpellingError16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.First">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.First32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.FixedColumnWidth">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.FixedColumnWidth16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.font_decreasesize">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.font_decreasesize16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.font_increasesize">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.font_increasesize16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.fontcolor">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.fontcolor16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.FontDialog">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.FontForeColor">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.FontForeColor16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.FontProperties">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.FontProperties16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Footer">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.FooterFromBottom">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.FooterFromBottom16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.formatting_symbols">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.formatting_symbols16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Header">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.HeaderFromTop">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.HeaderFromTop16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.HighlighMergeFields">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.highlight">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.highlight16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.HighlightMergeFields">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.HighlightMergeFields32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Html">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Hyperlink">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Image">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.indent">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.indent16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.innerHorizontalBorder">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.innerHorizontalBorder16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.innerVerticalBorder">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.innerVerticalBorder16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertBibliography">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertBibliography16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertBookmark">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertBookmark32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertCaption">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertCaption16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertCaption32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertCitation">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertCitation32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertCrossReference">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertCrossReference32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertDateTime">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertDateTime32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertEndnote">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertEndnote16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertFootnote">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertFootnote32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.inserthyperlink">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.inserthyperlink16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.inserthyperlink32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertMergeField">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertMergeField32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertPageNumber">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertPageNumber32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTable">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTable16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTable32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTableColumn">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTableColumn16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTableColumn32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTableColumnToTheLeft">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTableColumnToTheLeft16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTableColumnToTheLeft32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTableColumnToTheRight">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTableColumnToTheRight16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTableColumnToTheRight32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTableOfContents">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTableOfContents32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTableRow">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTableRow16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTableRow32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTableRowAbove">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTableRowAbove16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTableRowAbove32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTableRowBelow">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTableRowBelow16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.InsertTableRowBelow32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.insideBorders">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.insideBorders16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.inspectdocument">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.inspectdocument32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.italic">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.italic16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.JustifyCellAlignment54">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Last">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Last32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.leftBorder">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.leftBorder16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.LeftBottomCellAlignment">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.LeftBottomCellAlignment16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.LeftCellAlignment54">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.LeftMiddleCellAlignment">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.LeftMiddleCellAlignment16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.LeftTableAlignment54">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.LeftTopCellAlignment">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.LeftTopCellAlignment16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.LeftToRight">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.LeftToRightFlowDirection">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.LeftToRightFlowDirection16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.lineSpacing_double">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.lineSpacing_double16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.lineSpacing_half">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.lineSpacing_half16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.lineSpacing_less">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.lineSpacing_less16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.lineSpacing_more">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.lineSpacing_more16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.lineSpacing_single">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.lineSpacing_single16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.LinkToPreviousHeaderFooter">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.LinkToPreviousHeaderFooter16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.list_bullets">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.list_bullets16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.list_numbered">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.list_numbered16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.MailMerge">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.MailMerge32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ManageSources">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ManageSources16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.MergeTableCells">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.MergeTableCells16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.MergeTableCells32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.MiddleCellAlignment54">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.MultilevelList">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.MultilevelList16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.MultilevelListBulleted">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.MultilevelListNone">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.MultilevelListNumbered">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.MultilevelListNumberedHierarchical">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.MultilevelListNumberedParenthesis">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.NavigateFirst">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.NavigateLast">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.NavigateNext">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.NavigatePrevious">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.new16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.new32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.NewComment">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.NewComment32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Next">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Next32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.NextChange">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.NextChange16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.NextComment">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.NextComment32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.NextError">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.NextFootnote">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.NextNote">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.NextNote16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.NextPageSectionBreak">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.NextPageSectionBreak32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.noBorders">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.noBorders16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.OddPageSectionBreak">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.OddPageSectionBreak32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.open">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.open16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.open32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.outdent">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.outdent16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.outsideBorders">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.outsideBorders16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageBreak">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageBreak32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageMargin">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageMargin32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageMarginModerate">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageMarginNarrow">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageMarginNormal">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageMargins">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageMarginWide">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageNumber">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageOrientation">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageOrientation32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageOrientationLandscape">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageOrientationLandscape32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageOrientationPortrait">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageOrientationPortrait32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageOrientationRotate180">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageOrientationRotate18032">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageOrientationRotate270">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageOrientationRotate27032">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.pagesetup">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageSize">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PageSize32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ParagraphBackgroundColor">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ParagraphBackgroundColor16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ParagraphProperties">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ParagraphProperties16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.paste">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.paste16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Pdf">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Picture">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.picture16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Picture32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PlainText">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PreviewResults">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Previous">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Previous32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PreviousChange">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PreviousChange16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PreviousComment">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PreviousComment32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PreviousNote">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PreviousNote16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.print">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.print_preview">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.print16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PrintLayout">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.properties32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.properties3232">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.PropertiesDialog">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ProtectDocument">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ProtectDocument32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.redo">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.redo16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Reject">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RejectChange">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RejectChange16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RejectChange32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RemoveHyperlink">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RemoveHyperlink16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RemoveWatermark">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RemoveWatermark16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RestartNumbering">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RestartNumbering16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.rightBorder">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.rightBorder16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RightBottomCellAlignment">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RightBottomCellAlignment16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RightCellAlignment54">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RightMiddleCellAlignment">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RightMiddleCellAlignment16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RightTableAlignment54">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RightToLeft">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RightToLeftFlowDirection">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RightToLeftFlowDirection16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RightTopCellAlignment">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.RightTopCellAlignment16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Rtf">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.sample">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.sampleR">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.save">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.save16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.save32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.saveas">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.saveas16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.saveas32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.SelectTable">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.SelectTable16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.SelectTableCell">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.SelectTableCell16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.SelectTableColumn">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.SelectTableColumn16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.SelectTableRow">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.SelectTableRow16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.SelectTableTools">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.SelectTableTools32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.SetNumberingValue">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.SetNumberingValue16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ShowAllFieldCodes">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ShowAllFieldNames">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ShowAllFieldsCodes">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ShowAllFieldsCodes32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ShowAllFieldsDisplayNames">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ShowAllFieldsDisplayNames32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ShowAllFieldsResults">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ShowAllFieldsResults32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ShowHideComments">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.ShowHideComments32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.SpellCheck">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Strikethrough16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Style">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.subscript">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.subscript16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.superscript">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.superscript16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Symbol">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.symbol16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Symbol32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Table">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.TableAllBorder">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.TableAllBorder32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.TableBorders">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.TableBorders16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.TableBoxBorder">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.TableBoxBorder32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.TableCustomBorder">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.TableCustomBorder32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.TableGridBorder">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.TableGridBorder32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.TableNoneBorder">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.TableNoneBorder32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.TableOfContents">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.TableProperties">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.TableProperties16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.TableProperties32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.topBorder">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.topBorder16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.TopCellAlignment54">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.TrackChanges">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.TrackChanges32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.underline">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.underline1">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.underline16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.underline2">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.underline3">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.underline4">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.underline5">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.underline6">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.underline7">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.underline8">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.undo">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.undo16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.UpdateField">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.UpdateField16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.urgent">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.urgentR">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Watermark">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Watermark16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Watermark32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.web_C">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.web_C_PNG32">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.WebLayout">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.worddoc">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.WrappingTextBehindText">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.WrappingTextBehindText16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.WrappingTextBehindText54">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.WrappingTextInFrontOfText">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.WrappingTextInFrontOfText16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.WrappingTextInFrontOfText54">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.WrappingTextInLineWithText">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.WrappingTextInLineWithText16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.WrappingTextInLineWithText54">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.WrappingTextMoreLayoutOptions">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.WrappingTextMoreLayoutOptions16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.WrappingTextSquare">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.WrappingTextSquare16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.WrappingTextSquare54">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.WrappingTextTopAndBottom">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.WrappingTextTopAndBottom16">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.WrappingTextTopAndBottom54">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.Properties.Resources.Xaml">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.ProviderUILayerInitilizedEventArgs">
            <summary>
            Provides the event arguments for the ProviderUILayerInitialized event of <see cref="T:Telerik.WinControls.UI.RadRichTextEditor"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ProviderUILayerInitilizedEventArgs.Layer">
            <summary>
            The layer which has been initialized.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ProviderUILayerInitilizedEventArgs.Container">
            <summary>
            The main element container for the layer.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.ProviderUILayerInitilizedEventArgs.Context">
            <summary>
            The context under which the layer is being initialized.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RadRichTextBox.MinScaleFactor">
            <summary>
            Represents the minimum scale factor the control supports.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RadRichTextBox.MaxScaleFactor">
            <summary>
            Represents the maximum scale factor the control supports.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnSelectionChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:SelectionChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnDocumentChanging">
            <summary>
            Raises the <see cref="E:DocumentChanging" /> event.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnUserInfoChanged">
            <summary>
            Raises the <see cref="E:UserInfoChanged" /> event.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnProtectionStateChanged">
            <summary>
            Raises the <see cref="E:ProtectionStateChanged" /> event.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnDocumentChanged">
            <summary>
            Raises the <see cref="E:DocumentChanged" /> event.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnDocumentLayoutModeChanged">
            <summary>
            Raises the <see cref="E:DocumentLayoutModeChanged" /> event.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnDocumentContentChanged">
            <summary>
            Raises the <see cref="E:DocumentContentChanged" /> event.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnDocumentPresentationChanged(Telerik.WinForms.Documents.Model.PresentationChangedEventArgs)">
            <summary>
            Raises the <see cref="E:DocumentPresentationChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinForms.Documents.Model.PresentationChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnDocumentArranged">
            <summary>
            Raises the <see cref="E:DocumentArranged" /> event.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnCurrentSpanStyleChanged">
            <summary>
            Raises the <see cref="E:CurrentSpanStyleChanged" /> event.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnCurrentParagraphStyleChanged">
            <summary>
            Raises the <see cref="E:CurrentParagraphStyleChanged" /> event.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnCurrentEditingStyleChanged">
            <summary>
            Raises the <see cref="E:CurrentEditingStyleChanged" /> event.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnSelectedLayoutBoxChanged(Telerik.WinForms.Documents.Layout.LayoutBox)">
            <summary>
            Raises the <see cref="E:SelectedLayoutBoxChanged"/> event.
            </summary>
            <param name="layoutBoxNode">The newly selected <see cref="T:Telerik.WinForms.Documents.Layout.LayoutBox"/>.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnScaleFactorChanged">
            <summary>
            Raises the <see cref="E:ScaleFactorChanged" /> event.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnCurrentVisiblePageChanged">
            <summary>
            Raises the <see cref="E:CurrentVisiblePageChanged" /> event.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnCommandError(Telerik.WinForms.Documents.RichTextBoxCommands.CommandErrorEventArgs)">
            <summary>
            Raises the <see cref="E:CommandError"/> event.
            </summary>
            <param name="args">The <see cref="T:Telerik.WinForms.Documents.RichTextBoxCommands.CommandErrorEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnCommentShowing(Telerik.WinForms.Documents.UI.CommentShowingEventArgs)">
            <summary>
            Raises the <see cref="E:CommentShowing"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinForms.Documents.UI.CommentShowingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnCommandExecuting(Telerik.WinForms.Documents.RichTextBoxCommands.CommandExecutingEventArgs)">
            <summary>
            Raises the <see cref="E:CommandExecuting"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinForms.Documents.RichTextBoxCommands.CommandExecutingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnCommandExecuted(Telerik.WinForms.Documents.RichTextBoxCommands.CommandExecutedEventArgs)">
            <summary>
            Raises the <see cref="E:CommandExecuted"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinForms.Documents.RichTextBoxCommands.CommandExecutedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnHyperlinkClicked(System.Object,Telerik.WinForms.Documents.Model.HyperlinkClickedEventArgs)">
            <summary>
            Raises the <see cref="E:HyperlinkClicked"/> event.
            </summary>
            <param name="sender">The sender of the event.</param>
            <param name="eventArgs">The <see cref="T:Telerik.WinForms.Documents.Model.HyperlinkClickedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnMergeFieldToStringConverting(System.Object,Telerik.WinForms.Documents.Model.MergeFieldToStringConvertingEventArgs)">
            <summary>
            Raises the <see cref="E:MergeFieldToStringConverting"/> event.
            </summary>
            <param name="sender">The sender of the event.</param>
            <param name="e">The <see cref="T:Telerik.WinForms.Documents.Model.MergeFieldToStringConvertingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnIsReadOnlyChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:IsReadOnlyChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnPrintStarted(System.EventArgs)">
            <summary>
            Raises the <see cref="E:PrintStarted"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnPrintCompleted(Telerik.WinForms.Documents.UI.PrintCompletedEventArgs)">
            <summary>
            Raises the <see cref="E:PrintCompleted"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinForms.Documents.UI.PrintCompletedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnIsSpellCheckingEnabledChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:IsSpellCheckingEnabledChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnIsSpellCheckingEnabledChanged(Telerik.WinControls.RadObject,Telerik.WinControls.RadPropertyChangedEventArgs)">
            <summary>
            Raises the <see cref="E:IsSpellCheckingEnabledChanged"/> event.
            </summary>
            <param name="o">The sender of the event.</param>
            <param name="e">The <see cref="T:Telerik.WinControls.RadPropertyChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnIsInHeaderFooterEditModeChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:IsInHeaderFooterEditModeChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnStreamFromUriResolving(Telerik.WinForms.Documents.Model.StreamFromUriResolvingEventArgs)">
            <summary>
            Raises the <see cref="E:StreamFromUriResolving"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinForms.Documents.Model.StreamFromUriResolvingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnShowMergeFieldsHighlightChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:ShowMergeFieldsHighlightChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnActiveDocumentEditorChanged(Telerik.WinForms.Documents.UI.ActiveDocumentEditorChangedEventArgs)">
            <summary>
            Raises the <see cref="E:ActiveDocumentEditorChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinForms.Documents.UI.ActiveDocumentEditorChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnPreviewEditorKeyDown(Telerik.WinForms.Documents.PreviewEditorKeyEventArgs)">
            <summary>
            Raises the <see cref="E:PreviewEditorKeyDown"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinForms.Documents.PreviewEditorKeyEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnUntrackableCommandExecuting(Telerik.WinForms.Documents.Model.UntrackableCommandExecutingEventArgs)">
            <summary>
            Raises the <see cref="E:UntrackableCommandExecuting"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinForms.Documents.Model.UntrackableCommandExecutingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OnNoteReferenceClicked(Telerik.WinControls.RichTextEditor.UI.MouseButtonEventArgs)">
            <summary>
            Raises the <see cref="E:NoteReferenceClicked"/> event.
            </summary>
            <param name="args">The MouseButtonEventArgs instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.SuspendUpdateLayout">
            <summary>
            This method supports control infrastructure and is not intended for use directly from your code.
            Suspends layout updates forced by document editing operations (e.g. multiple insert/delete operations). Each call to to this method should be followed by a call to <see cref="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ResumeUpdateLayout(System.Boolean)"/> method.
            </summary>
            <remarks>
            Use this method when you have to do sequence of updates to the document, to improve performance and avoid unnecessary layout and UI updates.
            </remarks>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ResumeUpdateLayout(System.Boolean)">
            <summary>
            This method supports control infrastructure and is not intended for use directly from your code. 
            Resumes layout updates suspended by calls to <see cref="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.SuspendUpdateLayout"/> method.
            </summary>
            <param name="updateLayout">True to call UpdateEditorLayout once all "resume" calls are equal to the "suspend" calls.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ScrollToNote(Telerik.WinForms.Documents.Model.Notes.Note)">
            <summary>
            Scrolls the viewport so that a note becomes visible.
            </summary>
            <param name="note">The note.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.UpdateEditorLayout">
            <summary>
            Forces the control to update its layout and UI;
            </summary> 
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.UpdateEditorLayout(System.Boolean)">
            <summary>
            Forces the control to update its layout and UI.
            </summary>
            <param name="async">False to execute the update immediately. Otherwise it will be executed with slight delay using Dispatcher Timer for performance reasons.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InvalidateEditorLayout">
            <summary>
            Invalidates the active editor presenter layout.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InvalidateProofingErrors(System.Boolean)">
            <summary>
            Clears the spell-checking state of all words in the document and updates the UI.
            </summary>
            <param name="invalidateIncorrectWordsOnly">True to invalidate incorrect word only.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.OpenContextMenuOnNextSpellingError">
            <summary>
            Opens the context menu next to the next spelling error in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowContextMenuAtDocumentPosition(Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Opens the context menu at the specified document position.
            </summary>
            <param name="position">The <see cref="T:Telerik.WinForms.Documents.DocumentPosition"/> where the context menu will be opened.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowContextMenuAtDocumentPosition(Telerik.WinControls.RichTextEditor.UI.Point,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Opens the context menu at the specified document position.
            </summary>
            <param name="proposedLocation">A point where the context menu should appear without taking into account element obstruction.</param>
            <param name="position">The <see cref="T:Telerik.WinForms.Documents.DocumentPosition"/> for indicating the element for which the context menu is being shown.</param> 
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.GetLayersBuilder">
            <summary>
            Gets the component responsible for building the UI layers of the editor.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ToggleHeaderFooterEditingMode">
            <summary>
            Toggles the headers/footers editing mode.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ToggleFormattingSymbols">
            <summary>
            Toggles the visibility of the formatting symbols in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ToggleComments">
            <summary>
            Toggles the visibility of the comments in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ToggleBookmarks">
            <summary>
            Toggles the visibility of the bookmarks in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.Undo">
            <summary>
            Reverts last executed command group.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.Redo">
            <summary>
            Re-executes the last undone command group.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.BeginUndoGroup">
            <summary>
            Begins new undo group.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.CancelUndoGroup">
            <summary>
            Cancels current undo group.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.EndUndoGroup">
            <summary>
            Closes current undo group.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.EndUndoGroup(System.String)">
            <summary>
            Closes current undo group.
            </summary>
            <param name="groupDisplayText">The display text which will be used for the undo group.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.Cut">
            <summary>
            Executes the Cut command.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.Copy">
            <summary>
            Copies currently selected document elements into the clipboard
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.Paste">
            <summary>
            Pastes from clipboard into the document respecting CaretPosition and Selection
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.MoveSelection(Telerik.WinForms.Documents.DocumentPosition,System.Boolean)">
            <summary>
            Moves current document selection to a specified position.
            </summary>
            <param name="position">The move position.</param>
            <param name="deleteSelection">Indicates whether the current selection should be deleted.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.Delete(System.Boolean)">
            <summary>
            Deletes from the document respecting CaretPosition and Selection.
            </summary>
            <param name="deletePrevious">If the selection is empty, indicates whether to delete the character before or after the caret.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.Telerik#WinForms#Documents#Model#IDocumentEditor#Delete(System.Boolean)">
            <summary>
            Deletes from the document respecting CaretPosition and Selection.
            </summary>
            <param name="deletePrevious">If the selection is empty, indicates whether to delete the character before or after the caret.</param>
            <returns>True if the command was executed successfully.</returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.Insert(System.String)">
            <summary>
            Inserts text into the document at current caret position.
            </summary>
            <param name="text">The text to insert.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.Telerik#WinForms#Documents#Model#IDocumentEditor#Insert(System.String)">
            <summary>
            Inserts text into the document at current caret position.
            </summary>
            <param name="text">The text to insert.</param>
            <returns>True if the command was executed successfully.</returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.Insert(System.String,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Inserts text into the document at the specified position.
            </summary>
            <param name="text">The text to insert.</param>
            <param name="insertionPosition">The position where the text will be inserted.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertPageBreak">
            <summary>
            Inserts PageBreak into the document at current caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertLineBreak">
            <summary>
            Inserts LineBreak into the document at current caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertSectionBreak">
            <summary>
            Inserts SectionBreak into the document at current caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertSectionBreak(Telerik.WinForms.Documents.SectionBreakType)">
            <summary>
            Inserts SectionBreak of the specified type into the document at current caret position.
            </summary>
            <param name="sectionBreakType">The type of the section break.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertInline(Telerik.WinForms.Documents.Model.Inline)">
            <summary>
            Inserts inline element into the document.
            </summary>
            <param name="inline">The inline element to insert.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertInline(Telerik.WinForms.Documents.Model.Inline,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Inserts inline element into the document.
            </summary>
            <param name="inline">The inline element to insert.</param>
            <param name="documentPosition">The document position to insert the inline at.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertParagraph">
            <summary>
            Inserts a new paragraph.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertLine(System.String)">
            <summary>
            Inserts text and adds new paragraph after it.
            </summary>
            <param name="text">The text.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertFragment(Telerik.WinForms.Documents.Model.DocumentFragment)">
            <summary>
            Inserts a document fragment.
            </summary>
            <param name="documentFragment">The document fragment to insert.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertFragment(Telerik.WinForms.Documents.Model.DocumentFragment,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Inserts a fragment at specified position.
            </summary>
            <param name="documentFragment">The fragment to insert.</param>
            <param name="documentPosition">The document position to insert the fragment at.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertHyperlink(Telerik.WinForms.Documents.Model.HyperlinkInfo,System.Collections.Generic.IEnumerable{Telerik.WinForms.Documents.Model.Inline})">
            <summary>
            Inserts collection of inlines as hyperlink into the document.
            </summary>
            <param name="hyperlinkInfo">The hyperlink info.</param>
            <param name="inlines">The inlines.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertHyperlink(Telerik.WinForms.Documents.Model.HyperlinkInfo,System.String)">
            <summary>
            Inserts hyperlink into the document.
            </summary>
            <param name="hyperlinkInfo">The hyperlink info.</param>
            <param name="hyperlinkText">The hyperlink text.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertHyperlink(Telerik.WinForms.Documents.Model.HyperlinkInfo,System.String,Telerik.WinForms.Documents.Model.Styles.StyleDefinition)">
            <summary>
            Inserts hyperlink into the document.
            </summary>
            <param name="hyperlinkInfo">The hyperlink info.</param>
            <param name="hyperlinkText">The hyperlink text.</param>
            <param name="hyperlinkStyle">The hyperlink style.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertHyperlink(Telerik.WinForms.Documents.Model.HyperlinkInfo)">
            <summary>
            Creates hyperlink form the current selection.
            </summary>
            <param name="hyperlinkInfo">The hyperlink info.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertHyperlink(Telerik.WinForms.Documents.Model.HyperlinkInfo,Telerik.WinForms.Documents.Model.Styles.StyleDefinition)">
            <summary>
            Creates hyperlink form the current selection.
            </summary>
            <param name="hyperlinkInfo">The hyperlink info.</param>
            <param name="hyperlinkStyle">The hyperlink style.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.RemoveHyperlink">
            <summary>
            Removes the hyperlink on the caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertImage(System.IO.Stream,System.String)">
            <summary>
            Inserts image inline into the document.
            </summary>
            <param name="imageStream">The stream to the image's contents.</param>
            <param name="extension">The extension specifying the image format.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertComment(Telerik.WinForms.Documents.Model.Comment)">
            <summary>
            Inserts a comment.
            </summary>
            <param name="comment">The comment.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.DeleteComment">
            <summary>
            Deletes the current comment.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.DeleteComment(Telerik.WinForms.Documents.Model.CommentRangeStart)">
            <summary>
            Deletes a comment.
            </summary>
            <param name="commentRangeStart">The comment range start.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.DeleteAllComments">
            <summary>
            Deletes all comments in the current document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.SetSelectedComment(Telerik.WinForms.Documents.Model.CommentRangeStart)">
            <summary>
            Sets the provided comment as selected.
            </summary>
            <param name="commentStart">The comment to select.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.GetApperanceSettingsForComment(Telerik.WinForms.Documents.Model.Comment)">
            <summary>
            Gets an object containing the appearance settings for the given comment.
            </summary>
            <param name="comment">The <see cref="T:Telerik.WinForms.Documents.Model.Comment"/> to get the settings for.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.GoToPreviousComment">
            <summary>
            Moves current position to the previous comment.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.GoToNextComment">
            <summary>
            Moves current position to the next comment.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.DeleteBookmark(Telerik.WinForms.Documents.Model.BookmarkRangeStart)">
            <summary>
            Deletes a bookmark.
            </summary>
            <param name="bookmarkRangeStart">The bookmark range start.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.DeleteBookmark(System.String)">
            <summary>
            Deletes a bookmark.
            </summary>
            <param name="bookmarkName">Name of the bookmark.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertBookmark(System.String)">
            <summary>
            Inserts a bookmark.
            </summary>
            <param name="bookmarkName">Name of the bookmark.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertPermissionRange(System.Collections.Generic.IEnumerable{Telerik.WinForms.Documents.Model.PermissionRangeInfo})">
            <summary>
            Inserts new permission range.
            </summary>
            <param name="permissionInfos">The permissions for the new range.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.DeletePermissionRange(Telerik.WinForms.Documents.Model.PermissionRangeStart)">
            <summary>
            Deletes a permission range.
            </summary>
            <param name="permissionRangeStart">The permission range start.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertAnnotationRange(Telerik.WinForms.Documents.Model.AnnotationRangeStart,Telerik.WinForms.Documents.Model.AnnotationRangeEnd)">
            <summary>
            Inserts an annotation range.
            </summary>
            <param name="rangeStart">The annotation range start.</param>
            <param name="rangeEnd">The annotation range end.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.DeleteAnnotationRange(Telerik.WinForms.Documents.Model.AnnotationRangeStart)">
            <summary>
            Deletes an annotation range.
            </summary>
            <param name="rangeStart">The start of the range that is to be deleted.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.SplitAnnotationRange(Telerik.WinForms.Documents.Model.AnnotationRangeStart,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Splits an annotation range at the specified position.
            </summary>
            <param name="rangeStart">The start of the range that is to be split.</param>
            <param name="position">The position where the range is to be split.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.SplitAnnotationRange(Telerik.WinForms.Documents.Model.AnnotationRangeStart)">
            <summary>
            Splits an annotation range at the caret position.
            </summary>
            <param name="rangeStart">The start of the range that is to be split.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeLayoutMode(Telerik.WinForms.Documents.Model.DocumentLayoutMode)">
            <summary>
            Changes the layout mode.
            </summary>
            <param name="layoutMode">The new layout mode to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeDocumentElementTag(Telerik.WinForms.Documents.Model.DocumentElement,System.String)">
            <summary>
            Changes the Tag property of a specified DocumentElement.
            </summary>
            <param name="element">The DocumentElement.</param>
            <param name="tag">The new tag value.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.GetContent(System.String)">
            <summary>
            Gets the content in various formats.
            </summary>
            <param name="format">The format to export into.</param>
            <returns>String representation of the content.</returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertReadOnlyRange">
            <summary>
            Inserts a read only range.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.DeleteReadOnlyRange">
            <summary>
            Deletes the current read only range.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.DeleteReadOnlyRange(Telerik.WinForms.Documents.Model.ReadOnlyRangeStart)">
            <summary>
            Deletes the read only range.
            </summary>
            <param name="readOnlyRangeStart">The read only range that is to be deleted.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertField(Telerik.WinForms.Documents.Model.Field)">
            <summary>
            Inserts a field into the document at current caret position.
            </summary>
            <param name="field">The field.</param>
            <returns>True if the operation completed successfully</returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertField(Telerik.WinForms.Documents.Model.Field,Telerik.WinForms.Documents.Model.FieldDisplayMode)">
            <summary>
            Inserts a field into the document at current caret position in a specified display mode.
            </summary>
            <param name="field">The field.</param>
            <param name="displayMode">The display mode.</param>
            <returns>True if the operation completed successfully</returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.UpdateField(Telerik.WinForms.Documents.Model.FieldRangeStart)">
            <summary>
            Updates a field.
            </summary>
            <param name="fieldStart">The field start.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.UpdateAllFields">
            <summary>
            Updates all fields in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.UpdateAllFields(Telerik.WinForms.Documents.Model.FieldDisplayMode)">
            <summary>
            Updates all fields and displays them in the specified display mode.
            </summary>
            <param name="displayMode">The display mode.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeBibliographicStyle(Telerik.WinForms.Documents.Model.BibliographicReferences.BibliographicReferenceStyleBase)">
            <summary>
            Changes the bibliographic style of all bibliography related fields in the document.
            </summary>
            <param name="newBibliographicStyle">The new bibliographic style.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ToggleFieldCodes(Telerik.WinForms.Documents.Model.FieldRangeStart)">
            <summary>
            Toggles the display mode of a field.
            </summary>
            <param name="fieldStart">The field start.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeFieldDisplayMode(Telerik.WinForms.Documents.Model.FieldRangeStart,Telerik.WinForms.Documents.Model.FieldDisplayMode)">
            <summary>
            Changes the field display mode.
            </summary>
            <param name="fieldStart">The field start.</param>
            <param name="displayMode">The new display mode.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeAllFieldsDisplayMode(Telerik.WinForms.Documents.Model.FieldDisplayMode)">
            <summary>
            Changes the display mode of all fields in the document.
            </summary>
            <param name="displayMode">The display mode.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.PreviewFirstMailMergeDataRecord">
            <summary>
            Previews the first mail merge data record.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.PreviewLastMailMergeDataRecord">
            <summary>
            Previews the last mail merge data record.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.PreviewPreviousMailMergeDataRecord">
            <summary>
            Previews the previous mail merge data record.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.PreviewNextMailMergeDataRecord">
            <summary>
            Previews the next mail merge data record.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.PreviewMailMergeDataRecordAtIndex(System.Int32)">
            <summary>
            Previews the the mail merge data record at a specified index.
            </summary>
            <param name="index">The index of the record to be shown.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.MailMergeCurrentRecord">
            <summary>
            Produces a mail merge document for the current mail merge data record.
            </summary>
            <returns>The document</returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.MailMerge(System.Boolean)">
            <summary>
            Produces a mail merge document for all the mail merge data records.
            </summary>
            <param name="startEachRecordOnNewPage"><c>true</c> if each record should start on a new page.</param>
            <returns>The document</returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ToggleMergeFieldsHighlight">
            <summary>
            Toggles between highlighting and not highlighting Merge Fields.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertCaption(Telerik.WinForms.Documents.Model.CaptionDefinition,System.String,System.Boolean,System.Boolean)">
            <summary>
            Inserts a caption.
            </summary>
            <param name="definition">The definition.</param>
            <param name="caption">The caption text to be used.</param>
            <param name="includeLabel">if set to <c>true</c> the label is included in the caption.</param>
            <param name="insertBelow">if set to <c>true</c> the caption is inserted after the current selection.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.UpdateAllCaptions(Telerik.WinForms.Documents.Model.CaptionDefinition)">
            <summary>
            Updates all captions related to caption definition.
            </summary>
            <param name="captionDefinition">The caption definition.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertCrossReferenceToBookmark(System.String,Telerik.WinForms.Documents.Model.Fields.ReferenceContentType,System.Boolean)">
            <summary>
            Inserts a Cross-Reference to a bookmark into the document at current caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertCrossReferenceToHeading(Telerik.WinForms.Documents.Model.Paragraph,Telerik.WinForms.Documents.Model.Fields.ReferenceContentType,System.Boolean)">
            <summary>
            Inserts a Cross-Reference to a heading paragraph into the document at current caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertCrossReferenceToCaption(Telerik.WinForms.Documents.Model.Paragraph,Telerik.WinForms.Documents.Model.Fields.ReferenceContentType,System.Boolean)">
            <summary>
            Inserts a Cross-Reference to a caption into the document at current caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.FocusHeader">
            <summary>
            Focuses the header of the current page.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.FocusFooter">
            <summary>
            Focuses the footer of the current page.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.UpdateHeader(Telerik.WinForms.Documents.Model.Section,Telerik.WinForms.Documents.Model.HeaderFooterType,Telerik.WinForms.Documents.Model.Header)">
            <summary>
            Updates the header for a section.
            </summary>
            <param name="section">The section of the header.</param>
            <param name="headerType">Type of the header.</param>
            <param name="header">The header.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.UpdateFooter(Telerik.WinForms.Documents.Model.Section,Telerik.WinForms.Documents.Model.HeaderFooterType,Telerik.WinForms.Documents.Model.Footer)">
            <summary>
            Updates the footer for a section.
            </summary>
            <param name="section">The section of the footer.</param>
            <param name="footerType">Type of the footer.</param>
            <param name="footer">The footer.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeSectionHeaderLinkToPrevious(Telerik.WinForms.Documents.Model.Section,Telerik.WinForms.Documents.Model.HeaderFooterType,System.Boolean)">
            <summary>
            Changes the value indicated whether the a section header should be linked to the header of the previous section.
            </summary>
            <param name="section">The section.</param>
            <param name="headerType">Type of the header.</param>
            <param name="value"><c>true</c> if the header should be linked.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeSectionFooterLinkToPrevious(Telerik.WinForms.Documents.Model.Section,Telerik.WinForms.Documents.Model.HeaderFooterType,System.Boolean)">
            <summary>
            Changes the value indicated whether the a section footer should be linked to the footer of the previous section.
            </summary>
            <param name="section">The section.</param>
            <param name="footerType">Type of the footer.</param>
            <param name="value"><c>true</c> if the footer should be linked.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ClearFormatting">
            <summary>
            Clears the formatting of the current run in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ToggleBold">
            <summary>
            Toggles the bold state of the current run in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeFontWeight(Telerik.WinControls.RichTextEditor.UI.FontWeight)">
            <summary>
            Changes the font weight of the current run in the document.
            </summary>
            <param name="fontWeight">The new font weight.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ToggleItalic">
            <summary>
            Toggles the italic state of the current run in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeFontStyle(Telerik.WinControls.RichTextEditor.UI.FontStyle)">
            <summary>
            Changes the font style of the current run in the document.
            </summary>
            <param name="fontStyle">The new font style.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeFontFamily(Telerik.WinControls.RichTextEditor.UI.FontFamily)">
            <summary>
            Changes the font family of the current run in the document.
            </summary>
            <param name="fontFamily">The new font family to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeStyleNameToActiveEditor(System.String)">
            <summary>
            Changes the style name of the current run in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeStyleName(System.String)">
            <summary>
            Applies style with a given name to the selected elements in the document.
            </summary>
            <param name="styleName">Name of the style.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeStyleName(System.String,System.Boolean)">
            <summary>
            Applies style with a given name to the selected elements in the document.
            </summary>
            <param name="styleName">Name of the style.</param>
            <param name="useLinkedStyle">If true, the linked style may be used depending on the selection.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeFontSize(System.Double)">
            <summary>
            Changes the font size of the current run in the document.
            </summary>
            <param name="newFontSize">The new font size to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.IncrementFontSize">
            <summary>
            Increments the font size of the current run in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.DecrementFontSize">
            <summary>
            Decrements the font size of the current run in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeTextForeColor(Telerik.WinControls.RichTextEditor.UI.Color)">
            <summary>
            Changes the text foreground color of the current run in the document.
            </summary>
            <param name="newColor">The new foreground color to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeUnderlineColor(Telerik.WinControls.RichTextEditor.UI.Color)">
            <summary>
            Changes the underline color of the current run in the document.
            </summary>
            <param name="newColor">The new underline color to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeTextHighlightColor(Telerik.WinControls.RichTextEditor.UI.Color)">
            <summary>
            Changes the text highligh color of the current run in the document.
            </summary>
            <param name="newColor">The new highlight color to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeBaselineAlignment(Telerik.WinForms.Documents.Model.BaselineAlignment)">
            <summary>
            Changes the baseline alignment of the current run in the document.
            </summary>
            <param name="newBaselineAlignment">The new baseline alignment to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ToggleSubscript">
            <summary>
            Toggles the subscript state of the current run in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ToggleSuperscript">
            <summary>
            Changes the superscript state of the current run in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ToggleUnderline">
            <summary>
            Toggles the underline state of the current run in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeUnderlineDecoration(Telerik.WinForms.Documents.UI.TextDecorations.DecorationProviders.IUnderlineUIDecorationProvider)">
            <summary>
            Changes the underline decoration of the current run in the document.
            </summary>
            <param name="decoration">The new underline decoration provider to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ToggleStrikethrough">
            <summary>
            Toggles the subscript state of the current run in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeStrikethrough(System.Boolean)">
            <summary>
            Changes the strikethrough of the current run in the document.
            </summary>
            <param name="isStrikethrough">The new strikethrough value.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeSpanStyle(Telerik.WinForms.Documents.Model.Styles.StyleDefinition)">
            <summary>
            Changes the style of current run in the document.
            </summary>
            <param name="styleInfo">The new style to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeImageSize(Telerik.WinForms.Documents.Model.ImageInline,Telerik.WinControls.RichTextEditor.UI.Size)">
            <summary>
            Changes the size of the image.
            </summary>
            <param name="image">The ImageInline.</param>
            <param name="size">The new size.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeImageRotateAngle(Telerik.WinForms.Documents.Model.ImageInline,System.Double)">
            <summary>
            Changes the image rotate angle.
            </summary>
            <param name="image">The ImageInline.</param>
            <param name="angle">The new angle.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ClearAllFormatting">
            <summary>
            Clears all of the formatting of the current paragraph and run in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeTextAlignment(Telerik.WinForms.Documents.Layout.RadTextAlignment)">
            <summary>
            Changes the text alignment of the current run in the document.
            </summary>
            <param name="alignment">The new text alignment to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeParagraphFlowDirection(Telerik.WinControls.RichTextEditor.UI.FlowDirection)">
            <summary>
            Changes the flow direction of the selected paragraphs in the document.
            </summary>
            <param name="flowDirection">The new flow direction to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeParagraphBackground(Telerik.WinControls.RichTextEditor.UI.Color)">
            <summary>
            Changes the background color of the selected paragraphs in the document.
            </summary>
            <param name="color">The new background color to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeParagraphListLevel(System.Int32)">
            <summary>
            Changes the list level the paragraph is currently in.
            </summary>
            <param name="listLevel">The list level to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.IncrementParagraphListLevel">
            <summary>
            Increments the list level the paragraph is currently in by 1.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.DecrementParagraphListLevel">
            <summary>
            Decrements the list level the paragraph is currently in by 1.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.IncrementParagraphLeftIndent">
            <summary>
            Increments the left indent of the current paragraph.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.DecrementParagraphLeftIndent">
            <summary>
            Decrements the left indent of the current paragraph.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeParagraphLeftIndent(System.Double)">
            <summary>
            Changes the left indent of the current paragraph.
            </summary>
            <param name="leftIndent">The new left indent to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeParagraphRightIndent(System.Double)">
            <summary>
            Changes the right indent of the current paragraph.
            </summary>
            <param name="rightIndent">The new right indent to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeParagraphFirstLineIndent(System.Double)">
            <summary>
            Changes the left indent of the current paragraph.
            </summary>
            <param name="firstLineIndent">The new left indent to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeParagraphSpacingBefore(System.Double)">
            <summary>
            Changes the spacing before the current paragraph.
            </summary>
            <param name="spacingBefore">The new spacing to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeParagraphAutomaticSpacingBefore(System.Boolean)">
            <summary>
            Controls whether automatic spacing is applied before the current paragraph.
            </summary>
            <param name="value">True if automatic spacing should be applied, otherwise false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeParagraphSpacingAfter(System.Double)">
            <summary>
            Changes the spacing after the current paragraph.
            </summary>
            <param name="spacingAfter">The new spacing to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeParagraphAutomaticSpacingAfter(System.Boolean)">
            <summary>
            Controls whether automatic spacing is applied after the current paragraph.
            </summary>
            <param name="value">True if automatic spacing should be applied, otherwise false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeParagraphLineSpacing(System.Double,Telerik.WinForms.Documents.Model.LineSpacingType)">
            <summary>
            Changes the line spacing inside the current paragraph.
            </summary>
            <param name="lineSpacing">The new line spacing to be applied.</param>
            <param name="lineSpacingType">The type of the line spacing to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeParagraphLineSpacing(System.Double)">
            <summary>
            Changes the lines spacing inside the current paragraph.
            </summary>
            <param name="lineSpacing">The new line spacing to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeParagraphLineSpacingType(Telerik.WinForms.Documents.Model.LineSpacingType)">
            <summary>
            Changes the line spacing type inside the current paragraph.
            </summary>
            <param name="lineSpacingType">The new line spacing type to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeParagraphStyle(Telerik.WinForms.Documents.Model.Styles.StyleDefinition)">
            <summary>
            Changes the paragraph style of the current paragraph.
            </summary>
            <param name="styleInfo">The new style to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeListStyle(Telerik.WinForms.Documents.Model.ListStyle)">
            <summary>
            Changes the paragraph style of the current paragraph.
            </summary>
            <param name="style">The new style to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.RestartListNumbering">
            <summary>
            Creates a new list from the current paragraph. The paragraph should be in list, otherwise this method does nothing.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ContinueListNumbering">
            <summary>
            Removes all paragraphs from the current list and continues the first possible list before that paragraph. The paragraph should be in list and should be first in the list, otherwise this method does nothing.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeParagraphIsLineBreakingRuleEnabled(System.Boolean)">
            <summary>
            Sets a value indicating whether line brealing rules are enabled.
            </summary>
            <param name="value">true if rules should be enabled otherwise false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeDocumentDefaultTabWidth(System.Double)">
            <summary>
            Changes the space a single Tab (\t) character takes.
            </summary>
            <param name="tabWidth">The new width.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.AddTabStop(Telerik.WinForms.Documents.Model.TabStop)">
            <summary>
            Adds a tab stop at the current position in the document.
            </summary>
            <param name="tabStop">The tab stop to add.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.RemoveTabStop(Telerik.WinForms.Documents.Model.TabStop)">
            <summary>
            Removes the given tab stop from the currently selected paragraphs.
            </summary>
            <param name="tabStop">The tab stop to be removed.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ReplaceTabStop(Telerik.WinForms.Documents.Model.TabStop,Telerik.WinForms.Documents.Model.TabStop)">
            <summary>
            Replaces the old tab stop with the new one in the currently selected paragraphs.
            </summary>
            <param name="oldTabStop"></param>
            <param name="newTabStop"></param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.AddTabStopRange(System.Collections.Generic.IEnumerable{Telerik.WinForms.Documents.Model.TabStop})">
            <summary>
            Adds the enumeration of tab stops.
            </summary>
            <param name="tabStops">The tab stops to add.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.RemoveTabStopRange(System.Collections.Generic.IEnumerable{Telerik.WinForms.Documents.Model.TabStop})">
            <summary>
            Removes the enumeration of tab stops.
            </summary>
            <param name="tabStops">The tab stops to remove.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ClearTabStops">
            <summary>
            Removes all tab stops from the currently selected paragraphs.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeSectionPageSize(Telerik.WinControls.RichTextEditor.UI.Size)">
            <summary>
            Changes the page size of the current section.
            </summary>
            <param name="size">The new page size to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeSectionPageMargin(Telerik.WinForms.Documents.Layout.Padding)">
            <summary>
            Changes the page margin of the current section.
            </summary>
            <param name="sectionMargin">The new margin to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeSectionActualPageMargin(Telerik.WinForms.Documents.Layout.Padding)">
            <summary>
            Changes the actual page margin (regarding the page orientation) of the section.
            </summary>
            <param name="sectionMargin">The section margin.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeSectionPageOrientation(Telerik.WinForms.Documents.Model.PageOrientation)">
            <summary>
            Changes the page orientation of the current section.
            </summary>
            <param name="sectionPageOrientation">The new page orientation to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeSectionHeaderTopMargin(System.Int32)">
            <summary>
            Changes the top margin of the header of the current section.
            </summary>
            <param name="sectionHeaderTopMargin">Header top margin to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeSectionFooterBottomMargin(System.Int32)">
            <summary>
            Changes the bottom margin of the footer of the current section.
            </summary>
            <param name="sectionFooterBottomMargin">Footer bottom margin to be applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeSectionFirstPageNumber(System.Nullable{System.Int32})">
            <summary>
            Changes the first page number of the current section.
            Set null continue numeration form the previous section.
            </summary>
            <param name="firstPageNumber">The new first page number value.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ToggleDifferentFirstPageHeaderFooter">
            <summary>
            Toggles between different first page header and footer and same header and footer for all pages.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeDifferentFirstPageHeaderFooter(System.Boolean)">
            <summary>
            Sets a value indicating whether the first page header and footer would be different than the rest of the pages.
            </summary>
            <param name="value">true if the header and footer will be different, otherwise false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ToggleDifferentOddAndEvenPagesHeaderFooter">
            <summary>
            Toggles between different odd and eventpage header and footer and same header and footer for all pages.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeDifferentOddAndEvenPagesHeaderFooter(System.Boolean)">
            <summary>
            Sets a value indicating whether even and odd pages headers and footers would be different.
            </summary>
            <param name="value">true if the headers and footers will be different, otherwise false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeDocumentIsStrictLineBreakingRuleEnabled(System.Boolean)">
            <summary>
            Sets a value indicating whether strict line brealing rule is enabled.
            </summary>
            <param name="value">true if rule should be enabled otherwise false.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeDocumentNoLineBreaksBeforeRule(Telerik.WinForms.Documents.Model.LineBreakingRule)">
            <summary>
            Changes the characters before which a line break cannot be placed.
            </summary>
            <param name="lineBreakingCharacterRule">The new rule for line breaks before a character.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeDocumentNoLineBreaksAfterRule(Telerik.WinForms.Documents.Model.LineBreakingRule)">
            <summary>
            Changes the characters after which a line break cannot be placed.
            </summary>
            <param name="lineBreakingCharacterRule">The new rule for line breaks after a character.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeDocumentLineBreakingRuleLanguage(Telerik.WinForms.Documents.Model.LineBreakingRuleLanguage)">
            <summary>
            Changes the language for which line breaking rules are currently applied in the document.
            </summary>
            <param name="lineBreakingRuleLanguage">The new language for which line breaking rules are applied.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowParagraphPropertiesDialog">
            <summary>
            Shows the paragraph properties dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowFontPropertiesDialog">
            <summary>
            Shows the font properties dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowTablePropertiesDialog">
            <summary>
            Shows the table properties dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowTableBordersDialog">
            <summary>
            Shows the table borders dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowInsertSymbolWindow">
            <summary>
            Show the insert symbol dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowInsertHyperlinkDialog">
            <summary>
            Shows the insert hyperlink dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowManageBookmarksDialog">
            <summary>
            Shows the dialog for managing bookmarks.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowFindReplaceDialog">
            <summary>
            Shows the find replace dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowInsertTableDialog">
            <summary>
            Shows the insert table dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowSpellCheckingDialog">
            <summary>
            Shows the spell checking dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowEditCustomDictionaryDialog">
            <summary>
            Shows the dialog for editing custom spellchecking dictionaries.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowFloatingBlockPropertiesDialog">
            <summary>
            Shows the floating block properties dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowTabStopsPropertiesDialog">
            <summary>
            Shows the dialog for editing tab stops.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowImageEditorDialog(System.String)">
            <summary>
            Shows the image editor dialog.
            </summary>
            <param name="executeToolName">Name of the tool to execute when the dialog is opened.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowStyleFormattingPropertiesDialog">
            <summary>
            Shows the dialog for adding new style.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowStyleFormattingPropertiesDialog(Telerik.WinForms.Documents.Model.Styles.StyleDefinition)">
            <summary>
            Shows the dialog for modifying style formatting.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowStyleFormattingPropertiesDialog(Telerik.WinForms.Documents.UI.StyleFormattingPropertiesDialogSettings)">
            <summary>
            Shows the style formatting properties dialog.
            </summary>
            <param name="settings">The settings.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowManageStylesDialog">
            <summary>
            Shows the dialog for managing styles.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowDefineNewListStyleDialog">
            <summary>
            Shows dialog for creating new list style.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowInsertCrossReferenceWindow">
            <summary>
            Shows the insert cross reference window.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowInsertTableOfContentsDialog">
            <summary>
            Shows the insert Table of Contents window.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowAddNewBibliographicSourceDialog(System.String,System.Boolean,System.Action{Telerik.WinForms.Documents.Model.BibliographicReferences.BibliographicSource})">
            <summary>
            Shows the Add New Bibliographic Source Dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowSetNumberingValueDialog">
            <summary>
            Shows the Set Numbering Value Dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowManageBibliographicSourcesDialog">
            <summary>
            Shows the Manage Bibliographic Sources Dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowInsertCaptionDialog">
            <summary>
            Shows the insert caption dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowWatermarkSettingsDialog">
            <summary>
            Shows the watermark settings dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowNotesDialog">
            <summary>
            Shows the notes dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowCodeFormattingDialog">
            <summary>
            Shows the dialog for code formatting.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.EditListStyleInDialog(Telerik.WinForms.Documents.Model.ListStyle)">
            <summary>
            Shows the dialog for editing list styles.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowInsertDateTimeDialog">
            <summary>
            Shows the insert date field dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowProtectDocumentDialog">
            <summary>
            Shows the dialog for enforcing document protection.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowUnprotectDocumentDialog">
            <summary>
            Shows the dialog for removing document protection.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowChangeEditingPermissionsDialog">
            <summary>
            Shows the dialog for changing editing permissions.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowImageEditorDialog">
            <summary>
            Shows the image editor dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertTableRow">
            <summary>
            Inserts a row at the bottom of the table.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertTableRowAbove">
            <summary>
            Inserts a row above the current row in the table.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertTableRowBelow">
            <summary>
            Inserts a row below the current row in the table.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.DeleteTableRow">
            <summary>
            Deletes the current row from the table.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.DeleteTableRow(Telerik.WinForms.Documents.Model.TableRow)">
            <summary>
            Deletes the given row from the table.
            </summary>
            <param name="row">The <see cref="T:Telerik.WinForms.Documents.Model.TableRow"/> to delete.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.MergeTableCells">
            <summary>
            Merges the currently selected cells.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeTablePreferredWidth(Telerik.WinForms.Documents.Model.TableWidthUnit)">
            <summary>
            Changes the preferred width for the current table.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeTableFlowDirection(Telerik.WinControls.RichTextEditor.UI.FlowDirection)">
            <summary>
            Changes the flow direction of the current table.
            </summary>
            <param name="flowDirection">The new flow direction.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeTableIndent(System.Double)">
            <summary>
            Changes the table indent.
            </summary>
            <param name="indent">The new indent.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeTableHorizontalAlignment(Telerik.WinForms.Documents.Layout.RadHorizontalAlignment)">
            <summary>
            Changhes the table horizontal alignment.
            </summary>
            <param name="alignment">The new alignment.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeTableRowHeight(Telerik.WinForms.Documents.Model.TableRow,System.Double)">
            <summary>
            Changes the height of the given table row.
            </summary>
            <param name="tableRow">The row to change the height of.</param>
            <param name="height">The new height.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeTableLayoutMode(Telerik.WinForms.Documents.Model.Table,Telerik.WinForms.Documents.Model.TableLayoutMode)">
            <summary>
            Changes the layout mode of the given table.
            </summary>
            <param name="table">The table to change the layout of.</param>
            <param name="tableLayoutMode">The new layout mode.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ResizeTableColumn(Telerik.WinForms.Documents.Model.Table,System.Int32,System.Double)">
            <summary>
            Changes the width of the column at the specified index in the given table.
            </summary>
            <param name="table">The table containing the column.</param>
            <param name="columnIndex">The index of the column in the table.</param>
            <param name="columnWidth">The new column width.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeTableGridColumnWidth(Telerik.WinForms.Documents.Model.Table,System.Int32,Telerik.WinForms.Documents.Model.TableWidthUnit)">
            <summary>
            Changes the width of the column at the given index in the given table.
            </summary>
            <param name="table">The table containing the column.</param>
            <param name="gridColumnIndex">The index of the column in the table.</param>
            <param name="width">The new column width.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeTableCellBackground(Telerik.WinControls.RichTextEditor.UI.Color)">
            <summary>
            Changes the back color of the current cell.
            </summary>
            <param name="color">The new cell back color.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeTableCellBorders(Telerik.WinForms.Documents.Model.Border)">
            <summary>
            Changes the borders style of the current cell.
            </summary>
            <param name="border">The new borders style.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeTableCellPadding(Telerik.WinForms.Documents.Layout.Padding)">
            <summary>
            Changes the cell padding for the currently selected cells.
            </summary>
            <param name="padding">The new padding.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeTableCellBorders(Telerik.WinForms.Documents.Model.TableCellBorders)">
            <summary>
            Changes the cell border styles of the current table.
            </summary>
            <param name="tableCellBorders">The new cell border styles.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeTableBorders(Telerik.WinForms.Documents.Model.TableBorders)">
            <summary>
            Changes the borders of the current table.
            </summary>
            <param name="borders">The new table borders.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeTableDefaultCellPadding(Telerik.WinForms.Documents.Layout.Padding)">
            <summary>
            Changes the default padding applied to cells of the current table.
            </summary>
            <param name="padding">The new padding.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeTableCellSpacing(System.Double)">
            <summary>
            Changes the cell spacing of the current table.
            </summary>
            <param name="cellSpacing">The new cell spacing.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeTableCellContentAlignment(Telerik.WinForms.Documents.Layout.RadTextAlignment,Telerik.WinForms.Documents.Layout.RadVerticalAlignment)">
            <summary>
            Changes the content alignment of the currently selected cells.
            </summary>
            <param name="textAlignment">The new horizontal alignment.</param>
            <param name="verticalAlignment">The new vertical alignment.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeTableCellHorizontalContentAlignment(Telerik.WinForms.Documents.Layout.RadTextAlignment)">
            <summary>
            Changes the horizontal alignment of the currently selected cells.
            </summary>
            <param name="textAlignment">The new horizontal alignment.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeTableCellVerticalContentAlignment(Telerik.WinForms.Documents.Layout.RadVerticalAlignment)">
            <summary>
            Changes the vertical alignment of the currently selected cells.
            </summary>
            <param name="verticalAlignment">The new vertical alignment.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeTableLook(Telerik.WinForms.Documents.Model.TableLook)">
            <summary>
            Changes the visual appearance of the current table.
            </summary>
            <param name="tableLook">The new visual settings.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertTableColumn">
            <summary>
            Inserts a column to the right of the last table column.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertTableColumnToTheLeft">
            <summary>
            Inserts a column to the left of the current column.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertTableColumnToTheRight">
            <summary>
            Inserts a column to the right of the current column.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.DeleteTableColumn">
            <summary>
            Deletes the current column.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertTable(System.Int32,System.Int32)">
            <summary>
            Inserts a new table with the specified number of rows and columns at the current caret position.
            </summary>
            <param name="rows">The number of rows.</param>
            <param name="columns">The number of columns.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertTable(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Inserts a new table with the specified number of rows and columns at the current caret position.
            </summary>
            <param name="rows">The number of rows.</param>
            <param name="columns">The number of columns.</param>
            <param name="shouldInsertParagraphBeforeTable">Indicate whether a new paragraph should be inserted before the table.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertTable(Telerik.WinForms.Documents.Model.Table)">
            <summary>
            Inserts the given column at the current caret position.
            </summary>
            <param name="table">The table to insert.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertTable(Telerik.WinForms.Documents.Model.Table,System.Boolean)">
            <summary>
            Inserts the given column at the current caret position.
            </summary>
            <param name="table">The table to insert.</param>
            <param name="shouldInsertParagraphBeforeTable">Indicate whether a new paragraph should be inserted before the table.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.DeleteTable">
            <summary>
            Deletes the current table.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.DeleteTable(Telerik.WinForms.Documents.Model.Table)">
            <summary>
            Deletes the provided table from the document.
            </summary>
            <param name="table">The table to delete.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.SetWatermarkText(Telerik.WinForms.Documents.Model.WatermarkTextSettings)">
            <summary>
            Sets a text watermark with the provided settings.
            </summary>
            <param name="settings">The settings to apply to the watermark.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.SetWatermarkImage(Telerik.WinForms.Documents.Model.WatermarkImageSettings)">
            <summary>
            Sets an image watermark with the provided settings.
            </summary>
            <param name="settings">The settings to apply to the watermark.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.DisableWatermark">
            <summary>
            Removes the currently applied watermark.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.SetWatermark(Telerik.WinForms.Documents.Model.PredefinedWatermarkType)">
            <summary>
            Sets one of the predefined watermarks.
            </summary>
            <param name="predefinedType">The predefined watermark to apply.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.SetWatermark(Telerik.WinForms.Documents.Model.DocumentWatermarkSettings)">
            <summary>
            Sets a watermark with the provided settings.
            </summary>
            <param name="watermarkSettings">The settings to apply to the watermark.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertCodeBlock(System.String,Telerik.WinForms.Documents.Model.Code.CodeFormattingSettings)">
            <summary>
            Inserts code block into the document at caret position. If caret position is in code block, replaces the current code block.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.DeleteCodeBlock(Telerik.WinForms.Documents.Model.CodeAnnotationRangeStart)">
            <summary>
            Deletes a code block.
            </summary>
            <param name="rangeStart">The code range start of the block to delete.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.GoToNextRevision">
            <summary>
            Moves current position to the next revision.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.GoToPreviousRevision">
            <summary>
            Moves current position to the previous revision.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.AcceptRevision(Telerik.WinForms.Documents.Model.Revisions.Revision)">
            <summary>
            Accepts revision.
            </summary>
            <param name="revision">The revision.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.RejectRevision(Telerik.WinForms.Documents.Model.Revisions.Revision)">
            <summary>
            Rejects revision.
            </summary>
            <param name="revision">The revision.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.AcceptAllRevisions">
            <summary>
            Accepts all revisions in the current document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.RejectAllRevisions">
            <summary>
            Rejects all revisions in the current document.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertFootnote">
            <summary>
            Inserts footnote at the current position.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertFootnote(Telerik.WinForms.Documents.Model.Notes.Note)">
            <summary>
            Inserts the footnote at the current position.
            </summary>
            <param name="footnote">The footnote.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertEndnote">
            <summary>
            Inserts endnote at the current position.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertEndnote(Telerik.WinForms.Documents.Model.Notes.Note)">
            <summary>
            Inserts the endnote at the current position.
            </summary>
            <param name="endnote">The endnote.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.SetSelectedNote(Telerik.WinForms.Documents.Model.Notes.Note)">
            <summary>
            Sets the provided note as selected.
            </summary>
            <param name="note">The note to select.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.GoToNextFootnote">
            <summary>
            Moves current position to the next footnote.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.GoToPreviousFootnote">
            <summary>
            Moves current position to the previous footnote.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.GoToNextEndnote">
            <summary>
            Moves current position to the next endnote.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.GoToPreviousEndnote">
            <summary>
            Moves current position to the previous endnote.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeSectionFootnotesNumberingFormat(Telerik.WinForms.Documents.Lists.ListNumberingFormat)">
            <summary>
            Changes the footnotes numbering format for the current section.
            </summary>
            <param name="listNumberingFormat">The new numbering format.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeSectionFootnotesFirstNumber(System.Int32)">
            <summary>
            Changes the first number for footnotes for the current section.
            </summary>
            <param name="firstNumber">The new start number.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeSectionFootnotesNumberingRestartType(Telerik.WinForms.Documents.Model.Notes.NumberingRestartType)">
            <summary>
            Changes where footnote numbers will stop incrementing and will start from the first one for the current section.
            </summary>
            <param name="numberingRestartType">The new restart type.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeSectionEndnotesNumberingFormat(Telerik.WinForms.Documents.Lists.ListNumberingFormat)">
            <summary>
            Changes the endnotes numbering format for the current section.
            </summary>
            <param name="listNumberingFormat">The new numbering format.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeSectionEndnotesFirstNumber(System.Int32)">
            <summary>
            Changes the first number for endnotes for the current section.
            </summary>
            <param name="firstNumber">The new start number.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeSectionEndnotesNumberingRestartType(Telerik.WinForms.Documents.Model.Notes.NumberingRestartType)">
            <summary>
            Changes where endtnote numbers will stop incrementing and will start from the first one for the current section.
            </summary>
            <param name="numberingRestartType">The new restart type.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeDocumentFootnotesNumberingFormat(Telerik.WinForms.Documents.Lists.ListNumberingFormat)">
            <summary>
            Changes the footnotes numbering format for the entire document.
            </summary>
            <param name="listNumberingFormat">The new numbering format.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeDocumentFootnotesFirstNumber(System.Int32)">
            <summary>
            Changes the first number for footnotes for the entire document.
            </summary>
            <param name="firstNumber">The new start number.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeDocumentFootnotesNumberingRestartType(Telerik.WinForms.Documents.Model.Notes.NumberingRestartType)">
            <summary>
            Changes where footnote numbers will stop incrementing and will start from the first one for the entire document.
            </summary>
            <param name="numberingRestartType">The new restart type.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeDocumentFootnotesPosition(Telerik.WinForms.Documents.Model.Notes.FootnotesPosition)">
            <summary>
            Changes the position of the footnoes for the entire document.
            </summary>
            <param name="footnotesPosition">The new footnotes position.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeDocumentEndnotesNumberingFormat(Telerik.WinForms.Documents.Lists.ListNumberingFormat)">
            <summary>
            Changes the endnotes numbering format for the entire document.
            </summary>
            <param name="listNumberingFormat">The new numbering format.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeDocumentEndnotesFirstNumber(System.Int32)">
            <summary>
            Changes the first number for endnotes for the entire document.
            </summary>
            <param name="firstNumber">The new start number.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeDocumentEndnotesNumberingRestartType(Telerik.WinForms.Documents.Model.Notes.NumberingRestartType)">
            <summary>
            Changes where endtnote numbers will stop incrementing and will start from the first one for the entire document.
            </summary>
            <param name="numberingRestartType">The new restart type.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeDocumentEndnotesPosition(Telerik.WinForms.Documents.Model.Notes.EndnotesPosition)">
            <summary>
            Changes the position of the endnotes for the entire document.
            </summary>
            <param name="endnotesPosition"></param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.Print">
            <summary>
            Directly prints the <see cref="T:Telerik.WinControls.UI.RadRichTextEditor"/> document to the default printer.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.Print(System.Boolean)">
            <summary>
            Directly prints the <see cref="T:Telerik.WinControls.UI.RadRichTextEditor"/> document to the default printer or shows printer settings and then prints the <see cref="T:Telerik.WinControls.UI.RadRichTextEditor"/> document.
            </summary>
            <param name="showPrinterSettings">Indicates whether printer settings dialog should be shown.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.Print(System.Boolean,Telerik.WinControls.UI.RadPrintDocument)">
            <summary>
            Directly prints the <see cref="T:Telerik.WinControls.UI.RadRichTextEditor"/> document to the default printer or shows printer settings and then prints the <see cref="T:Telerik.WinControls.UI.RadRichTextEditor"/> document.
            </summary>
            <param name="showPrinterSettings">Indicates whether printer settings dialog should be shown.</param>
            <param name="document">As instance of <see cref="T:Telerik.WinControls.UI.RadPrintDocument"/> used to control the print process.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.PrintPreview">
            <summary>
            Shows a <see cref="T:Telerik.WinControls.UI.RadPrintPreviewDialog"/> for editing the <see cref="T:Telerik.WinControls.UI.RadRichTextEditor"/> print settings.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RadRichTextBox.PrintPreview(Telerik.WinControls.UI.RadPrintDocument)">
            <summary>
            Shows a <see cref="T:Telerik.WinControls.UI.RadPrintPreviewDialog"/> for editing the <see cref="T:Telerik.WinControls.UI.RadRichTextEditor"/> print settings.
            </summary>
            <param name="document">As instance of <see cref="T:Telerik.WinControls.UI.RadPrintDocument"/> used to control the print process.</param>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.SelectionChanged">
            <summary>
            Occurs when selection is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.DocumentChanging">
            <summary>
            Occurs when the current document is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.UserInfoChanged">
            <summary>
            Occurs when the current user info has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.ProtectionStateChanged">
            <summary>
            Occurs when the current protection state has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.DocumentChanged">
            <summary>
            Occurs when the current document has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.DocumentLayoutModeChanged">
            <summary>
            Occurs when the layout mode of the current document has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.DocumentContentChanged">
            <summary>
            Occurs when the content of the current document has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.DocumentPresentationChanged">
            <summary>
            Occurs when the presentation of the current document has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.DocumentArranged">
            <summary>
            Occurs when the current document has been arranged.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.CurrentSpanStyleChanged">
            <summary>
            Occurs when the current span's style has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.CurrentParagraphStyleChanged">
            <summary>
            Occurs when the current paragraph's style has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.CurrentEditingStyleChanged">
            <summary>
            Occurs when the current editing style has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.SelectedLayoutBoxChanged">
            <summary>
            Occurs when currently selected layout box has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.ScaleFactorChanged">
            <summary>
            Occurs when the ScaleFactor property value has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.CurrentVisiblePageChanged">
            <summary>
            Occurs when the CurrentPage property value has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.CommandError">
            <summary>
            Occurs on error while executing command.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.CommentShowing">
            <summary>
            Occurs when showing comment.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.CommandExecuting">
            <summary>
            Occurs before the execution of <see cref="T:Telerik.WinForms.Documents.RichTextBoxCommands.RichTextBoxCommandBase"/>.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.CommandExecuted">
            <summary>
            Occurs after the execution of <see cref="T:Telerik.WinForms.Documents.RichTextBoxCommands.RichTextBoxCommandBase"/>.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.HyperlinkClicked">
            <summary>
            Occurs when the users clicks on a hyperlink in the current document.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.MergeFieldToStringConverting">
            <summary>
            Occurs when MergeField is going to calculate its value. 
            If MergeFieldToStringConvertingEventArgs.ConvertedValue is set it becames a result string value.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.IsReadOnlyChanged">
            <summary>
            Occurs when IsReadOnly property changes.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.PrintStarted">
            <summary>
            Occurs when printing has started.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.PrintCompleted">
            <summary>
            Occurs when print is completed.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.IsSpellCheckingEnabledChanged">
            <summary>
            Occurs when IsSpellCheckingEnabled property changes.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.IsInHeaderFooterEditModeChanged">
            <summary>
            Occurs when going in or out of header/footer editing mode.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.StreamFromUriResolving">
            <summary>
            Occurs when resolving a URI tfor a stram object.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowMergeFieldsHighlightChanged">
            <summary>
            Occurs when merge fields highlighting is turned on or off.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.ActiveDocumentEditorChanged">
            <summary>
            Occurs when active document editor changes.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.PreviewEditorKeyDown">
            <summary>
            Occurs when a key is pressed while and editor is focused.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.UntrackableCommandExecuting">
            <summary>
            Occurs when executing command that does not support track changes and track changes are enabled.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.NoteReferenceClicked">
            <summary>
            Occurs when note reference is clicked.
            </summary>
        </member>
        <member name="E:Telerik.WinForms.RichTextEditor.RadRichTextBox.ProviderUILayerInitialized">
            <summary>
            Occurs when the child elements of an UI layer have been initialized and added to its container.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.FlowDirection">
            <inheritdoc />
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.CurrentEditingStyle">
            <summary>
            Gets a value indicating the current editing style.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.ActiveDocumentEditor">
            <summary>
            Gets the currently active editor.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.ActiveEditor">
            <summary>
            Gets the currently active editor.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.IsSpellCheckingEnabled">
            <summary>
            Gets or sets a value indicating whether the spell checking is enabled for this document.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.IgnoredWords">
            <summary>
            Gets or sets an instance of IIgnoredWordDictionary that provides a list of words that would be ignored by spell checker.
            </summary>
            <seealso cref="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.SpellChecker"/>
            <seealso cref="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.IsSpellCheckingEnabled"/>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.SpellChecker">
            <summary>
            Gets or sets the ISpellChecker implementation used when proofing.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.IsInHeaderFooterEditMode">
            <summary>
            Gets or sets a value indicating whether the editor is currently in Header/Footer edit mode.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.IsReadOnly">
            <summary>
            Gets or sets a value indicating whether the control is read-only.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.SelectedComment">
            <summary>
            Gets or sets the currently selected comment.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.SelectedNote">
            <summary>
            Gets or sets the currently selected note.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.FieldShadingMode">
            <summary>
            Gets or sets the field shading type/
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.AcceptsReturn">
            <summary>
            Gets or sets a value indicating whether pressing the RETURN key types a RETURN character in the control.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.AcceptsTab">
            <summary>
            Gets or sets a value indicating whether pressing the TAB key types a TAB character in the control instead of moving the focus to the next control in the tab order.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.InputHandler">
            <summary>
            Gets or sets an instance of <see cref="T:Telerik.WinForms.RichTextEditor.RichTextEditorInputBehavior"/> that will habdle user input.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.AllowScaling">
            <summary>
            Gets or sets a value indicating whether the scaling is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.ScaleFactor">
            <summary>
            Gets or sets a value representing the current view scale factor.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.HyperlinkPattern">
            <summary>
            Gets or sets the pattern used for matching hyperlinks
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.EmailPattern">
            <summary>
            Gets or sets the pattern used for matching emails
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.AutoInsertHyperlinks">
            <summary>
            Gets or sets a value indicating whether hyperlinks should be automatically detected.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.CurrentVisiblePage">
            <summary>
            Gets the index of the currently visible page.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.UILayersBuilder">
            <summary>
            Gets ro sets an instance of <see cref="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.UILayersBuilder"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.CaretFactory">
            <summary>
            Gets or sets an instance implementing <see cref="T:Telerik.WinForms.Documents.UI.ICaretFactory"/>
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.Commands">
            <summary>
            Gets or sets a collection of commands that can be executed.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.CommentTemplateContentMargin">
            <summary>
            Gets or sets the comment template content margin.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.CommentPaneMinWidth">
            <summary>
            Gets or sets the minimum widht of the panel containing comments.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.SelectionFill">
            <summary>
            Gets or sets the color of the selection rectangle.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.SelectionStroke">
            <summary>
            Gets or sets the brush for the selection rectabgle border.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.CaretColor">
            <summary>
            Gets or sets the color of the caret.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.IsContextMenuEnabled">
            <summary>
            Gets or sets a value indicating whether context menu is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.IsSelectionMiniToolBarEnabled">
            <summary>
            Gets or sets a value indicating whether the mini toolbar that appears after a selection is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.IsImageMiniToolBarEnabled">
            <summary>
            Gets or sets a value indicating whether the mini toolbar that appears when an image is selected is enabled.
            NOTE: not supported for WinForms
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowComments">
            <summary>
            Gets or sets a value indicating whether the comments are shown.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowFormattingSymbols">
            <summary>
            Gets or sets a value indicating whether formatting symbols are shown in the document.
            </summary>
            <value>
            	<c>true</c> if formatting symbols are shown; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.HorizontalScrollBarVisibility">
            <summary>
            Gets or sets a value representing the horizontal scroll bar visibility.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.VerticalScrollBarVisibility">
            <summary>
            Gets or sets a value representing the vertical scroll bar visibility.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.TrackChangesOptions">
            <summary>
            Gets the object containing options available for Track changes.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.ActiveEditorPresenter">
            <summary>
            Gets or sets a value representing the active document presenter.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.IsSelectionEnabled">
            <summary>
            Gets or sets a value indicating whether selection can be made in the document.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.CurrentUser">
            <summary>
            Gets or sets the currently active user.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.DocumentInheritsDefaultStyleSettings">
            <summary>
            Gets or sets value indicating whether the edited Document instance should use by default 
            the FontFamily, FontSize, ForeColor and other style properties applied to this RadRichTextBox using the DefaultStyleSettings.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.ImageSelectionAdornerSettings">
            <summary>
            Gets an object containing the options available for the Image selection adorner.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.CurrentEditingContext">
            <summary>
            Gets the current editing context.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.ShowMergeFieldsHighlight">
            <summary>
            Gets or sets a value indicating whether Merge Fields will be highlighted.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.IsTrackChangesEnabled">
            <summary>
            Gets or sets a value indicating whether formatting symbols are shown in the document.
            </summary>
            <value>
            	<c>true</c> if formatting symbols are shown; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.HyperlinkNavigationMode">
            <summary>
            Gets or sets the hyperlink navigation mode.
            </summary>
            <value>The hyperlink navigation mode.</value>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.HyperlinkToolTipFormatString">
            <summary>
            Gets or sets the hyperlink tool text.
            </summary>
            <value>The hyperlink tool tip.</value>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.CurrentSpanStyle">
            <summary>
            Gets a span object containing the style settings of the current span.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.LineBreakingRuleLanguage">
            <summary>
            Gets or sets the language which rules should be used for line breaking in the paragraphs.
            </summary>
            <value>The line breaking characters rule language.</value>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.VerticalScrollBar">
            <summary>
            Gets the vertical scroll bar of the <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/>
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.HorizontalScrollBar">
            <summary>
            Gets the horizontal scroll bar of the <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/>
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.LayoutMode">
            <summary>
            Gets or sets the document layout mode.
            </summary>
            <value>The document layout mode.</value>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.ProtectionAuthenticationProvider">
            <summary>
            Gets or sets the Protection Authentication Provider
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.CurrentParagraphStyle">
            <summary>
            Gets a paragraph object containing the style settings of the current paragraph.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.Document">
            <summary>
            Gets or sets the currently active document in the editor.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.Users">
            <summary>
            Gets or sets a collection containting the users' permissions on the current document.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.ParagraphPropertiesDialog">
            <summary>
            Gets or sets the dialog for editing paragraph properties.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertSymbolWindow">
            <summary>
            Gets or sets the dialog for inserting symbols in the document.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertHyperlinkDialog">
            <summary>
            Gets or sets the dialog for inserting hyperlinks in the document.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.ManageBookmarksDialog">
            <summary>
            Gets or sets the dialog for managing bookmarks in the document.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.FindReplaceDialog">
            <summary>
            Gets or sets the find and replace dialog.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertTableDialog">
            <summary>
            Gets or sets the dialog for inserting tables in the document.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.TablePropertiesDialog">
            <summary>
            Gets or sets the dialog for editing table properties.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.TableBordersDialog">
            <summary>
            Gets or sets the dialog for editing table borders.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.FloatingBlockPropertiesDialog">
            <summary>
            Gets or sets the dialog for editing floating block properties.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.TabStopsPropertiesDialog">
            <summary>
            Gets or sets the dialog for editing tab stop properties.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.FontPropertiesDialog">
            <summary>
            Gets or sets the dialog for editign font properties.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.SpellCheckingDialog">
            <summary>
            Gets or sets the dialog for spell chcking.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.EditCustomDictionaryDialog">
            <summary>
            Gets or sets the dialog for editing custom dictionaries.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.ContextMenu">
            <summary>
            Gets or sets the context menu.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.SelectionMiniToolBar">
            <summary>
            Gets or sets the selection mini toolbar.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.ImageEditorDialog">
            <summary>
            Gets or sets the dialog for edinting images.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.ImageMiniToolBar">
            <summary>
            Gets or sets the image mini toolbar.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertDateTimeDialog">
            <summary>
            Gets or sets the dialog for inserting date time values.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.ProtectDocumentDialog">
            <summary>
            Gets or sets the dialog for editing protection settings for the document.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.UnprotectDocumentDialog">
            <summary>
            Gets or sets the dialog for removing protection restrictopns on the document.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.ChangeEditingPermissionsDialog">
            <summary>
            Gets or sets the dialog for changing editing permissions of the ducument.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.StyleFormattingPropertiesDialog">
            <summary>
            Gets or sets the dialog for editing style properties.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.ManageStylesDialog">
            <summary>
            Gets or sets the dialog for managing styles.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertCrossReferenceWindow">
            <summary>
            Gets or sets the dialog for inserting cross-reference windows.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertTableOfContentsDialog">
            <summary>
            Gets or sets the dialog for inserting table of contents.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.AddNewBibliographicSourceDialog">
            <summary>
            Gets or sets the dialog for adding bibliographic sources.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.ManageBibliographicSourcesDialog">
            <summary>
            Gets or sets the dialog for managing bibliographics sources.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.InsertCaptionDialog">
            <summary>
            Gets or sets the dialog for for inserting captions.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.WatermarkSettingsDialog">
            <summary>
            Gets or sets the dialog for edinting watermark settings.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.NotesDialog">
            <summary>
            Gets or sets the dialog for editing footnotes and endnotes properties.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.SetNumberingValueDialog">
            <summary>
            Gets or sets the dialog for setting numbering values.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RadRichTextBox.CodeFormattingDialog">
            <summary>
            Gets or sets the dialog for formatting code blocks.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.UpdateEditorLayout">
            <summary>
            Forces the control to update its layout and UI;
            </summary> 
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.UpdateEditorLayout(System.Boolean)">
            <summary>
            Forces the control to update its layout and UI.
            </summary>
            <param name="async">False to execute the update immediately. Otherwise it will be executed with slight delay using Dispatcher Timer for performance reasons.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ScrollToNote(Telerik.WinForms.Documents.Model.Notes.Note)">
            <summary>
            Scrolls the viewport so that a note becomes visible.
            </summary>
            <param name="note">The note.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowContextMenuAtDocumentPosition(Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Opens the RichTextEditor context menu at the given position
            </summary>
            <param name="position">The position of the context menu.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowContextMenuAtDocumentPosition(Telerik.WinControls.RichTextEditor.UI.Point,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Shows the context menu and adjustst the position it needed.
            </summary>
            <param name="proposedLocation">The original location where the context menu will open.</param>
            <param name="position">The position in the document that would help adjust the precise location of the menu.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.OpenContextMenuOnNextSpellingError">
            <summary>
            Opens the context menu on the next word that has a spelling error.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ToggleHeaderFooterEditingMode">
            <summary>
            Toggles the headers/footers editing mode.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ToggleFormattingSymbols">
            <summary>
            Toggles the visibility of the formatting symbols in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ToggleComments">
            <summary>
            Toggles the visibility of the comments in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ToggleBookmarks">
            <summary>
            Toggles the visibility of the bookmarks in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.Undo">
            <summary>
            Reverts last executed command group.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.Redo">
            <summary>
            Re-executes the last undone command group.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.Cut">
            <summary>
            Executes the Cut command.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.Copy">
            <summary>
            Copies currently selected document elements into the clipboard
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.Paste">
            <summary>
            Pastes from clipboard into the document respecting CaretPosition and Selection
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.MoveSelection(Telerik.WinForms.Documents.DocumentPosition,System.Boolean)">
            <summary>
            Moves current document selection to a specified position.
            </summary>
            <param name="position">The move position.</param>
            <param name="deleteSelection">Indicates whether the current selection should be deleted.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.Delete(System.Boolean)">
            <summary>
            Deletes from the document respecting CaretPosition and Selection.
            </summary>
            <param name="deletePrevious">If the selection is empty, indicates whether to delete the character before or after the caret.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.Insert(System.String)">
            <summary>
            Inserts text into the document at current caret position.
            </summary>
            <param name="text">The text to insert.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.Insert(System.String,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Inserts text into the document at the specified position.
            </summary>
            <param name="text">The text to insert.</param>
            <param name="insertionPosition">The position where the text will be inserted.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertPageBreak">
            <summary>
            Inserts PageBreak into the document at current caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertLineBreak">
            <summary>
            Inserts LineBreak into the document at current caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertSectionBreak">
            <summary>
            Inserts SectionBreak into the document at current caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertSectionBreak(Telerik.WinForms.Documents.SectionBreakType)">
            <summary>
            Inserts SectionBreak of the specified type into the document at current caret position.
            </summary>
            <param name="sectionBreakType">The type of the section break.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertInline(Telerik.WinForms.Documents.Model.Inline)">
            <summary>
            Inserts inline element into the document.
            </summary>
            <param name="inline">The inline element to insert.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertInline(Telerik.WinForms.Documents.Model.Inline,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Inserts inline element into the document.
            </summary>
            <param name="inline">The inline element to insert.</param>
            <param name="documentPosition">The document position to insert the inline at.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertParagraph">
            <summary>
            Inserts a new paragraph.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertLine(System.String)">
            <summary>
            Inserts text and adds new paragraph after it.
            </summary>
            <param name="text">The text.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertFragment(Telerik.WinForms.Documents.Model.DocumentFragment)">
            <summary>
            Inserts a document fragment.
            </summary>
            <param name="documentFragment">The document fragment to insert.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertFragment(Telerik.WinForms.Documents.Model.DocumentFragment,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Inserts a fragment at specified position.
            </summary>
            <param name="documentFragment">The fragment to insert.</param>
            <param name="documentPosition">The document position to insert the fragment at.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertHyperlink(Telerik.WinForms.Documents.Model.HyperlinkInfo,System.Collections.Generic.IEnumerable{Telerik.WinForms.Documents.Model.Inline})">
            <summary>
            Inserts collection of inlines as hyperlink into the document.
            </summary>
            <param name="hyperlinkInfo">The hyperlink info.</param>
            <param name="inlines">The inlines.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertHyperlink(Telerik.WinForms.Documents.Model.HyperlinkInfo,System.String)">
            <summary>
            Inserts hyperlink into the document.
            </summary>
            <param name="hyperlinkInfo">The hyperlink info.</param>
            <param name="hyperlinkText">The hyperlink text.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertHyperlink(Telerik.WinForms.Documents.Model.HyperlinkInfo,System.String,Telerik.WinForms.Documents.Model.Styles.StyleDefinition)">
            <summary>
            Inserts hyperlink into the document.
            </summary>
            <param name="hyperlinkInfo">The hyperlink info.</param>
            <param name="hyperlinkText">The hyperlink text.</param>
            <param name="hyperlinkStyle">The hyperlink style.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertHyperlink(Telerik.WinForms.Documents.Model.HyperlinkInfo)">
            <summary>
            Creates hyperlink form the current selection.
            </summary>
            <param name="hyperlinkInfo">The hyperlink info.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertHyperlink(Telerik.WinForms.Documents.Model.HyperlinkInfo,Telerik.WinForms.Documents.Model.Styles.StyleDefinition)">
            <summary>
            Creates hyperlink form the current selection.
            </summary>
            <param name="hyperlinkInfo">The hyperlink info.</param>
            <param name="hyperlinkStyle">The hyperlink style.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.RemoveHyperlink">
            <summary>
            Removes the hyperlink on the caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertImage(System.IO.Stream,System.String)">
            <summary>
            Inserts image inline into the document.
            </summary>
            <param name="imageStream">The stream to the image's contents.</param>
            <param name="extension">The extension specifying the image format.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertComment(Telerik.WinForms.Documents.Model.Comment)">
            <summary>
            Inserts a comment.
            </summary>
            <param name="comment">The comment.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.DeleteComment">
            <summary>
            Deletes the current comment.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.DeleteComment(Telerik.WinForms.Documents.Model.CommentRangeStart)">
            <summary>
            Deletes a comment.
            </summary>
            <param name="commentRangeStart">The comment range start.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.DeleteAllComments">
            <summary>
            Deletes all comments in the current document.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.SetSelectedComment(Telerik.WinForms.Documents.Model.CommentRangeStart)">
            <summary>
            Sets the currently selected comment.
            </summary>
            <param name="commentStart"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.GetApperanceSettingsForComment(Telerik.WinForms.Documents.Model.Comment)">
            <summary>
            Gets the visual settings for the given comment.
            </summary>
            <param name="comment">The comment to get visual settings for.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.GoToPreviousComment">
            <summary>
            Moves current position to the previous comment.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.GoToNextComment">
            <summary>
            Moves current position to the next comment.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.DeleteBookmark(Telerik.WinForms.Documents.Model.BookmarkRangeStart)">
            <summary>
            Deletes a bookmark.
            </summary>
            <param name="bookmarkRangeStart">The bookmark range start.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.DeleteBookmark(System.String)">
            <summary>
            Deletes a bookmark.
            </summary>
            <param name="bookmarkName">Name of the bookmark.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertBookmark(System.String)">
            <summary>
            Inserts a bookmark.
            </summary>
            <param name="bookmarkName">Name of the bookmark.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertPermissionRange(System.Collections.Generic.IEnumerable{Telerik.WinForms.Documents.Model.PermissionRangeInfo})">
            <summary>
            Inserts new permission range.
            </summary>
            <param name="permissionInfos">The permissions for the new range.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.DeletePermissionRange(Telerik.WinForms.Documents.Model.PermissionRangeStart)">
            <summary>
            Deletes a permission range.
            </summary>
            <param name="permissionRangeStart">The permission range start.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertAnnotationRange(Telerik.WinForms.Documents.Model.AnnotationRangeStart,Telerik.WinForms.Documents.Model.AnnotationRangeEnd)">
            <summary>
            Inserts an annotation range.
            </summary>
            <param name="rangeStart">The annotation range start.</param>
            <param name="rangeEnd">The annotation range end.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.DeleteAnnotationRange(Telerik.WinForms.Documents.Model.AnnotationRangeStart)">
            <summary>
            Deletes an annotation range.
            </summary>
            <param name="rangeStart">The start of the range that is to be deleted.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.SplitAnnotationRange(Telerik.WinForms.Documents.Model.AnnotationRangeStart,Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Splits an annotation range at the specified position.
            </summary>
            <param name="rangeStart">The start of the range that is to be split.</param>
            <param name="position">The position where the range is to be split.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.SplitAnnotationRange(Telerik.WinForms.Documents.Model.AnnotationRangeStart)">
            <summary>
            Splits an annotation range at the caret position.
            </summary>
            <param name="rangeStart">The start of the range that is to be split.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeLayoutMode(Telerik.WinForms.Documents.Model.DocumentLayoutMode)">
            <summary>
            Changes the layout mode.
            </summary>
            <param name="layoutMode">The new layout mode to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeDocumentElementTag(Telerik.WinForms.Documents.Model.DocumentElement,System.String)">
            <summary>
            Changes the Tag property of a specified DocumentElement.
            </summary>
            <param name="element">The DocumentElement.</param>
            <param name="tag">The new tag value.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.GetContent(System.String)">
            <summary>
            Gets the content in various formats.
            </summary>
            <param name="format">The format to export into.</param>
            <returns>String representation of the content.</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertReadOnlyRange">
            <summary>
            Inserts a read only range.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.DeleteReadOnlyRange">
            <summary>
            Deletes the current read only range.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.DeleteReadOnlyRange(Telerik.WinForms.Documents.Model.ReadOnlyRangeStart)">
            <summary>
            Deletes the read only range.
            </summary>
            <param name="readOnlyRangeStart">The read only range that is to be deleted.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertField(Telerik.WinForms.Documents.Model.Field)">
            <summary>
            Inserts a field into the document at current caret position.
            </summary>
            <param name="field">The field.</param>
            <returns>True if the operation completed successfully</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertField(Telerik.WinForms.Documents.Model.Field,Telerik.WinForms.Documents.Model.FieldDisplayMode)">
            <summary>
            Inserts a field into the document at current caret position in a specified display mode.
            </summary>
            <param name="field">The field.</param>
            <param name="displayMode">The display mode.</param>
            <returns>True if the operation completed successfully</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.UpdateField(Telerik.WinForms.Documents.Model.FieldRangeStart)">
            <summary>
            Updates a field.
            </summary>
            <param name="fieldStart">The field start.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.UpdateAllFields">
            <summary>
            Updates all fields in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.UpdateAllFields(Telerik.WinForms.Documents.Model.FieldDisplayMode)">
            <summary>
            Updates all fields and displays them in the specified display mode.
            </summary>
            <param name="displayMode">The display mode.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeBibliographicStyle(Telerik.WinForms.Documents.Model.BibliographicReferences.BibliographicReferenceStyleBase)">
            <summary>
            Changes the bibliographic style of all bibliography related fields in the document.
            </summary>
            <param name="newBibliographicStyle">The new bibliographic style.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ToggleFieldCodes(Telerik.WinForms.Documents.Model.FieldRangeStart)">
            <summary>
            Toggles the display mode of a field.
            </summary>
            <param name="fieldStart">The field start.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeFieldDisplayMode(Telerik.WinForms.Documents.Model.FieldRangeStart,Telerik.WinForms.Documents.Model.FieldDisplayMode)">
            <summary>
            Changes the field display mode.
            </summary>
            <param name="fieldStart">The field start.</param>
            <param name="displayMode">The new display mode.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeAllFieldsDisplayMode(Telerik.WinForms.Documents.Model.FieldDisplayMode)">
            <summary>
            Changes the display mode of all fields in the document.
            </summary>
            <param name="displayMode">The display mode.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.PreviewFirstMailMergeDataRecord">
            <summary>
            Previews the first mail merge data record.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.PreviewLastMailMergeDataRecord">
            <summary>
            Previews the last mail merge data record.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.PreviewPreviousMailMergeDataRecord">
            <summary>
            Previews the previous mail merge data record.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.PreviewNextMailMergeDataRecord">
            <summary>
            Previews the next mail merge data record.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.PreviewMailMergeDataRecordAtIndex(System.Int32)">
            <summary>
            Previews the the mail merge data record at a specified index.
            </summary>
            <param name="index">The index of the record to be shown.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.MailMergeCurrentRecord">
            <summary>
            Produces a mail merge document for the current mail merge data record.
            </summary>
            <returns>The document</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.MailMerge(System.Boolean)">
            <summary>
            Produces a mail merge document for all the mail merge data records.
            </summary>
            <param name="startEachRecordOnNewPage"><c>true</c> if each record should start on a new page.</param>
            <returns>The document</returns>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ToggleMergeFieldsHighlight">
            <summary>
            Turns on or off the highlighting of merge fields.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertCaption(Telerik.WinForms.Documents.Model.CaptionDefinition,System.String,System.Boolean,System.Boolean)">
            <summary>
            Inserts a caption.
            </summary>
            <param name="definition">The definition.</param>
            <param name="caption">The caption text to be used.</param>
            <param name="includeLabel">if set to <c>true</c> the label is included in the caption.</param>
            <param name="insertBelow">if set to <c>true</c> the caption is inserted after the current selection.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.UpdateAllCaptions(Telerik.WinForms.Documents.Model.CaptionDefinition)">
            <summary>
            Updates all captions related to caption definition.
            </summary>
            <param name="captionDefinition">The caption definition.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertCrossReferenceToBookmark(System.String,Telerik.WinForms.Documents.Model.Fields.ReferenceContentType,System.Boolean)">
            <summary>
            Inserts a Cross-Reference to a bookmark into the document at current caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertCrossReferenceToHeading(Telerik.WinForms.Documents.Model.Paragraph,Telerik.WinForms.Documents.Model.Fields.ReferenceContentType,System.Boolean)">
            <summary>
            Inserts a Cross-Reference to a heading paragraph into the document at current caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertCrossReferenceToCaption(Telerik.WinForms.Documents.Model.Paragraph,Telerik.WinForms.Documents.Model.Fields.ReferenceContentType,System.Boolean)">
            <summary>
            Inserts a Cross-Reference to a caption into the document at current caret position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.UpdateHeader(Telerik.WinForms.Documents.Model.Section,Telerik.WinForms.Documents.Model.HeaderFooterType,Telerik.WinForms.Documents.Model.Header)">
            <summary>
            Updates the header for a section.
            </summary>
            <param name="section">The section of the header.</param>
            <param name="headerType">Type of the header.</param>
            <param name="header">The header.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.UpdateFooter(Telerik.WinForms.Documents.Model.Section,Telerik.WinForms.Documents.Model.HeaderFooterType,Telerik.WinForms.Documents.Model.Footer)">
            <summary>
            Updates the footer for a section.
            </summary>
            <param name="section">The section of the footer.</param>
            <param name="footerType">Type of the footer.</param>
            <param name="footer">The footer.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.FocusHeader">
            <summary>
            Focuses the header of the current page.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.FocusFooter">
            <summary>
            Focuses the footer of the current page.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeSectionHeaderLinkToPrevious(Telerik.WinForms.Documents.Model.Section,Telerik.WinForms.Documents.Model.HeaderFooterType,System.Boolean)">
            <summary>
            Changes the value indicated whether the a section header should be linked to the header of the previous section.
            </summary>
            <param name="section">The section.</param>
            <param name="headerType">Type of the header.</param>
            <param name="value"><c>true</c> if the header should be linked.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeSectionFooterLinkToPrevious(Telerik.WinForms.Documents.Model.Section,Telerik.WinForms.Documents.Model.HeaderFooterType,System.Boolean)">
            <summary>
            Changes the value indicated whether the a section footer should be linked to the footer of the previous section.
            </summary>
            <param name="section">The section.</param>
            <param name="footerType">Type of the footer.</param>
            <param name="value"><c>true</c> if the footer should be linked.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ClearFormatting">
            <summary>
            Clears the formatting of the current run in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ToggleBold">
            <summary>
            Toggles the bold state of the current run in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeFontWeight(Telerik.WinControls.RichTextEditor.UI.FontWeight)">
            <summary>
            Changes the font weight of the current run in the document.
            </summary>
            <param name="fontWeight">The new font weight.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ToggleItalic">
            <summary>
            Toggles the italic state of the current run in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeFontStyle(Telerik.WinControls.RichTextEditor.UI.FontStyle)">
            <summary>
            Changes the font style of the current run in the document.
            </summary>
            <param name="fontStyle">The new font style.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeFontFamily(Telerik.WinControls.RichTextEditor.UI.FontFamily)">
            <summary>
            Changes the font family of the current run in the document.
            </summary>
            <param name="fontFamily">The new font family to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeFontSize(System.Double)">
            <summary>
            Changes the font size of the current run in the document.
            </summary>
            <param name="newFontSize">The new font size to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.IncrementFontSize">
            <summary>
            Increments the font size of the current run in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.DecrementFontSize">
            <summary>
            Decrements the font size of the current run in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeTextForeColor(Telerik.WinControls.RichTextEditor.UI.Color)">
            <summary>
            Changes the text foreground color of the current run in the document.
            </summary>
            <param name="newColor">The new foreground color to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeUnderlineColor(Telerik.WinControls.RichTextEditor.UI.Color)">
            <summary>
            Changes the underline color of the current run in the document.
            </summary>
            <param name="newColor">The new underline color to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeTextHighlightColor(Telerik.WinControls.RichTextEditor.UI.Color)">
            <summary>
            Changes the text highlight color of the current run in the document.
            </summary>
            <param name="newColor">The new highlight color to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeBaselineAlignment(Telerik.WinForms.Documents.Model.BaselineAlignment)">
            <summary>
            Changes the baseline alignment of the current run in the document.
            </summary>
            <param name="newBaselineAlignment">The new baseline alignment to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ToggleSubscript">
            <summary>
            Toggles the subscript state of the current run in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ToggleSuperscript">
            <summary>
            Changes the superscript state of the current run in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ToggleUnderline">
            <summary>
            Toggles the underline state of the current run in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeUnderlineDecoration(Telerik.WinForms.Documents.UI.TextDecorations.DecorationProviders.IUnderlineUIDecorationProvider)">
            <summary>
            Changes the underline decoration of the current run in the document.
            </summary>
            <param name="decoration">The new underline decoration provider to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ToggleStrikethrough">
            <summary>
            Toggles the subscript state of the current run in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeStrikethrough(System.Boolean)">
            <summary>
            Changes the strikethrough of the current run in the document.
            </summary>
            <param name="isStrikethrough">The new strikethrough value.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeSpanStyle(Telerik.WinForms.Documents.Model.Styles.StyleDefinition)">
            <summary>
            Changes the style of current run in the document.
            </summary>
            <param name="styleInfo">The new style to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeImageSize(Telerik.WinForms.Documents.Model.ImageInline,Telerik.WinControls.RichTextEditor.UI.Size)">
            <summary>
            Changes the size of the image.
            </summary>
            <param name="image">The ImageInline.</param>
            <param name="size">The new size.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeImageRotateAngle(Telerik.WinForms.Documents.Model.ImageInline,System.Double)">
            <summary>
            Changes the image rotate angle.
            </summary>
            <param name="image">The ImageInline.</param>
            <param name="angle">The new angle.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ClearAllFormatting">
            <summary>
            Clears all of the formatting of the current paragraph and run in the document.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeTextAlignment(Telerik.WinForms.Documents.Layout.RadTextAlignment)">
            <summary>
            Changes the text alignment of the current run in the document.
            </summary>
            <param name="alignment">The new text alignment to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeParagraphFlowDirection(Telerik.WinControls.RichTextEditor.UI.FlowDirection)">
            <summary>
            Changes the FlowDirection of the selected paragraphs in the document.
            </summary>
            <param name="flowDirection"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeParagraphBackground(Telerik.WinControls.RichTextEditor.UI.Color)">
            <summary>
            Changes the background color of the selected paragraphs in the document.
            </summary>
            <param name="color">The new background color to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeParagraphListLevel(System.Int32)">
            <summary>
            Changes the list level the paragraph is currently in.
            </summary>
            <param name="listLevel">The list level to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.IncrementParagraphListLevel">
            <summary>
            Increments the list level the paragraph is currently in by 1.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.DecrementParagraphListLevel">
            <summary>
            Decrements the list level the paragraph is currently in by 1.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.IncrementParagraphLeftIndent">
            <summary>
            Increments the left indent of the current paragraph.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.DecrementParagraphLeftIndent">
            <summary>
            Decrements the left indent of the current paragraph.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeParagraphLeftIndent(System.Double)">
            <summary>
            Changes the left indent of the current paragraph.
            </summary>
            <param name="leftIndent">The new left indent to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeParagraphRightIndent(System.Double)">
            <summary>
            Changes the right indent of the current paragraph.
            </summary>
            <param name="rightIndent">The new right indent to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeParagraphFirstLineIndent(System.Double)">
            <summary>
            Changes the left indent of the current paragraph.
            </summary>
            <param name="firstLineIndent">The new left indent to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeParagraphSpacingBefore(System.Double)">
            <summary>
            Changes the spacing before the current paragraph.
            </summary>
            <param name="spacingBefore">The new spacing to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeParagraphAutomaticSpacingBefore(System.Boolean)">
            <summary>
            Controls whether automatic spacing is applied before the current paragraph.
            </summary>
            <param name="value">True if automatic spacing should be applied, otherwise false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeParagraphSpacingAfter(System.Double)">
            <summary>
            Changes the spacing after the current paragraph.
            </summary>
            <param name="spacingAfter">The new spacing to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeParagraphAutomaticSpacingAfter(System.Boolean)">
            <summary>
            Controls whether automatic spacing is applied after the current paragraph.
            </summary>
            <param name="value">True if automatic spacing should be applied, otherwise false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeParagraphLineSpacing(System.Double,Telerik.WinForms.Documents.Model.LineSpacingType)">
            <summary>
            Changes the line spacing inside the current paragraph.
            </summary>
            <param name="lineSpacing">The new line spacing to be applied.</param>
            <param name="lineSpacingType">The type of the line spacing to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeParagraphLineSpacing(System.Double)">
            <summary>
            Changes the lines spacing inside the current paragraph.
            </summary>
            <param name="lineSpacing">The new line spacing to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeParagraphLineSpacingType(Telerik.WinForms.Documents.Model.LineSpacingType)">
            <summary>
            Changes the line spacing type inside the current paragraph.
            </summary>
            <param name="lineSpacingType">The new line spacing type to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeParagraphStyle(Telerik.WinForms.Documents.Model.Styles.StyleDefinition)">
            <summary>
            Changes the paragraph style of the current paragraph.
            </summary>
            <param name="styleInfo">The new style to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeListStyle(Telerik.WinForms.Documents.Model.ListStyle)">
            <summary>
            Changes the <see cref="T:Telerik.WinForms.Documents.Model.ListStyle"/> of the selected paragraphs in the document.
            </summary>
            <param name="style">The style to apply</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.RestartListNumbering">
            <summary>
            Creates a new list from the current paragraph. The paragraph should be in list, otherwise this method does nothing.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ContinueListNumbering">
            <summary>
            Removes all paragraphs from the current list and continues the first possible list before that paragraph. The paragraph should be in list and should be first in the list, otherwise this method does nothing.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeParagraphIsLineBreakingRuleEnabled(System.Boolean)">
            <summary>
            Changes a value indicating whether the line breaking rule is enabled.
            </summary>
            <param name="value">True if the rule will be enabled otherwise false.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeDocumentDefaultTabWidth(System.Double)">
            <summary>
            Chages the width that a single Tab character takes.
            </summary>
            <param name="tabWidth"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.AddTabStop(Telerik.WinForms.Documents.Model.TabStop)">
            <summary>
            Adds the provided <see cref="T:Telerik.WinForms.Documents.Model.TabStop"/> at the current position of the document.
            </summary>
            <param name="tabStop"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.RemoveTabStop(Telerik.WinForms.Documents.Model.TabStop)">
            <summary>
            Removes the provided <see cref="T:Telerik.WinForms.Documents.Model.TabStop"/> from the document.
            </summary>
            <param name="tabStop"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ReplaceTabStop(Telerik.WinForms.Documents.Model.TabStop,Telerik.WinForms.Documents.Model.TabStop)">
            <summary>
            Replaces the provided tab stop with a new one.
            </summary>
            <param name="oldTabStop"></param>
            <param name="newTabStop"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.AddTabStopRange(System.Collections.Generic.IEnumerable{Telerik.WinForms.Documents.Model.TabStop})">
            <summary>
            Adds the provided <see cref="T:Telerik.WinForms.Documents.Model.TabStop"/>s at the current position of the document.
            </summary>
            <param name="tabStops"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.RemoveTabStopRange(System.Collections.Generic.IEnumerable{Telerik.WinForms.Documents.Model.TabStop})">
            <summary>
            Removes the provided <see cref="T:Telerik.WinForms.Documents.Model.TabStop"/>s from the document.
            </summary>
            <param name="tabStops"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ClearTabStops">
            <summary>
            Removes all <see cref="T:Telerik.WinForms.Documents.Model.TabStop"/>s from the document.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeSectionPageSize(Telerik.WinControls.RichTextEditor.UI.Size)">
            <summary>
            Changes the page size of the current section.
            </summary>
            <param name="size">The new page size to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeSectionPageMargin(Telerik.WinForms.Documents.Layout.Padding)">
            <summary>
            Changes the page margin of the current section.
            </summary>
            <param name="sectionMargin">The new margin to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeSectionActualPageMargin(Telerik.WinForms.Documents.Layout.Padding)">
            <summary>
            Changes the actual page margin (regarding the page orientation) of the section.
            </summary>
            <param name="sectionMargin">The section margin.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeSectionPageOrientation(Telerik.WinForms.Documents.Model.PageOrientation)">
            <summary>
            Changes the page orientation of the current section.
            </summary>
            <param name="sectionPageOrientation">The new page orientation to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeSectionHeaderTopMargin(System.Int32)">
            <summary>
            Changes the top margin of the header of the current section.
            </summary>
            <param name="sectionHeaderTopMargin">Header top margin to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeSectionFooterBottomMargin(System.Int32)">
            <summary>
            Changes the bottom margin of the footer of the current section.
            </summary>
            <param name="sectionFooterBottomMargin">Footer bottom margin to be applied.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeSectionFirstPageNumber(System.Nullable{System.Int32})">
            <summary>
            Changes the first page number of the current section.
            Set null continue numeration form the previous section.
            </summary>
            <param name="firstPageNumber">The new first page number value.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ToggleDifferentFirstPageHeaderFooter">
            <summary>
            Turns on or off the option to have a different header on the first page.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeDifferentFirstPageHeaderFooter(System.Boolean)">
            <summary>
            Torns on or off the option to have a different header on the first page.
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ToggleDifferentOddAndEvenPagesHeaderFooter">
            <summary>
            Torns on or off the option to have different headers and footers on odd and even pages.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeDifferentOddAndEvenPagesHeaderFooter(System.Boolean)">
            <summary>
            Torns on or off the option to have different headers and footers on odd and even pages.
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeDocumentIsStrictLineBreakingRuleEnabled(System.Boolean)">
            <summary>
            Enables or disabled the Strict line breaking rule.
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeDocumentNoLineBreaksBeforeRule(Telerik.WinForms.Documents.Model.LineBreakingRule)">
            <summary>
            Applies the provided line breaking rule as no line breaking before rule.
            </summary>
            <param name="lineBreakingCharacterRule"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeDocumentNoLineBreaksAfterRule(Telerik.WinForms.Documents.Model.LineBreakingRule)">
            <summary>
            Applies the provided line breaking as no line breaking after rule.
            </summary>
            <param name="lineBreakingCharacterRule"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeDocumentLineBreakingRuleLanguage(Telerik.WinForms.Documents.Model.LineBreakingRuleLanguage)">
            <summary>
            Applies the provided language to be used when calculating line breakings.
            </summary>
            <param name="lineBreakingRuleLanguage"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowParagraphPropertiesDialog">
            <summary>
            Shows the paragraph properties dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowFontPropertiesDialog">
            <summary>
            Shows the font properties dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowTablePropertiesDialog">
            <summary>
            Shows the table properties dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowTableBordersDialog">
            <summary>
            Shows the table borders dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowInsertSymbolWindow">
            <summary>
            Show the insert symbol dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowInsertHyperlinkDialog">
            <summary>
            Shows the insert hyperlink dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowManageBookmarksDialog">
            <summary>
            Shows the dialog for managing bookmarks.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowFindReplaceDialog">
            <summary>
            Shows the find replace dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowInsertTableDialog">
            <summary>
            Shows the insert table dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowSpellCheckingDialog">
            <summary>
            Shows the spell checking dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowEditCustomDictionaryDialog">
            <summary>
            Shows the dialog for editing custom spellchecking dictionaries.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowFloatingBlockPropertiesDialog">
            <summary>
            Shows the floating block properties dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowTabStopsPropertiesDialog">
            <summary>
            Shows the dialog for editing tab stops.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowImageEditorDialog(System.String)">
            <summary>
            Shows the image editor dialog.
            </summary>
            <param name="executeToolName">Name of the tool to execute when the dialog is opened.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowStyleFormattingPropertiesDialog">
            <summary>
            Shows the dialog for adding new style.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowStyleFormattingPropertiesDialog(Telerik.WinForms.Documents.Model.Styles.StyleDefinition)">
            <summary>
            Shows the dialog for modifying style formatting.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowStyleFormattingPropertiesDialog(Telerik.WinForms.Documents.UI.StyleFormattingPropertiesDialogSettings)">
            <summary>
            Shows the style formatting properties dialog.
            </summary>
            <param name="settings">The settings.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowManageStylesDialog">
            <summary>
            Shows the dialog for managing styles.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowDefineNewListStyleDialog">
            <summary>
            Shows dialog for creating new list style.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowInsertCrossReferenceWindow">
            <summary>
            Shows the insert cross reference window.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowInsertTableOfContentsDialog">
            <summary>
            Shows the insert Table of Contents window.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowAddNewBibliographicSourceDialog(System.String,System.Boolean,System.Action{Telerik.WinForms.Documents.Model.BibliographicReferences.BibliographicSource})">
            <summary>
            Shows the Add New Bibliographic Source Dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowSetNumberingValueDialog">
            <summary>
            Shows the Set Numbering Value Dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowManageBibliographicSourcesDialog">
            <summary>
            Shows the Manage Bibliographic Sources Dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowInsertCaptionDialog">
            <summary>
            Shows the insert caption dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowWatermarkSettingsDialog">
            <summary>
            Shows the watermark settings dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowNotesDialog">
            <summary>
            Shows the notes dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowCodeFormattingDialog">
            <summary>
            Shows the dialog for code formatting.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.EditListStyleInDialog(Telerik.WinForms.Documents.Model.ListStyle)">
            <summary>
            Shows the dialog for editing styles.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowImageEditorDialog">
            <summary>
            Shows the image editor dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowInsertDateTimeDialog">
            <summary>
            Shows the insert date field dialog.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowProtectDocumentDialog">
            <summary>
            Shows the dialog for enforcing document protection.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowUnprotectDocumentDialog">
            <summary>
            Shows the dialog for removing document protection.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ShowChangeEditingPermissionsDialog">
            <summary>
            Shows the dialog for changing editing permissions.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertTableRow">
            <summary>
            Adds a new row at the bottom of the current table.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertTableRowAbove">
            <summary>
            Inserts a row above the current row in the table.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertTableRowBelow">
            <summary>
            Inserts a row below the current row in the table.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.DeleteTableRow">
            <summary>
            Deletes the current row from the table.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.DeleteTableRow(Telerik.WinForms.Documents.Model.TableRow)">
            <summary>
            Deletes the row from the table.
            </summary>
            <param name="row"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.MergeTableCells">
            <summary>
            Merges the currently selected cells.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeTablePreferredWidth(Telerik.WinForms.Documents.Model.TableWidthUnit)">
            <summary>
            Changes the preferred table width to the provided one.
            </summary>
            <param name="tableWidth"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeTableFlowDirection(Telerik.WinControls.RichTextEditor.UI.FlowDirection)">
            <summary>
            Changes the flow direction of the current table to the flow direction.
            </summary>
            <param name="flowDirection"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeTableIndent(System.Double)">
            <summary>
            Changes the table indentation.
            </summary>
            <param name="indent"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeTableHorizontalAlignment(Telerik.WinForms.Documents.Layout.RadHorizontalAlignment)">
            <summary>
            Changes the horizontal alignement of the current table.
            </summary>
            <param name="alignment"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeTableRowHeight(Telerik.WinForms.Documents.Model.TableRow,System.Double)">
            <summary>
            Changes the height od the table row.
            </summary>
            <param name="tableRow"></param>
            <param name="height"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeTableLayoutMode(Telerik.WinForms.Documents.Model.Table,Telerik.WinForms.Documents.Model.TableLayoutMode)">
            <summary>
            Changes the layout mode of the table.
            </summary>
            <param name="table"></param>
            <param name="tableLayoutMode"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ResizeTableColumn(Telerik.WinForms.Documents.Model.Table,System.Int32,System.Double)">
            <summary>
            Changes the size of the column in the table to the new width.
            </summary>
            <param name="table"></param>
            <param name="columnIndex"></param>
            <param name="columnWidth"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeTableGridColumnWidth(Telerik.WinForms.Documents.Model.Table,System.Int32,Telerik.WinForms.Documents.Model.TableWidthUnit)">
            <summary>
            Chages the width of the column at the given index.
            </summary>
            <param name="table"></param>
            <param name="gridColumnIndex"></param>
            <param name="width"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeTableCellBackground(Telerik.WinControls.RichTextEditor.UI.Color)">
            <summary>
            Changes the back color of the currently selected cells.
            </summary>
            <param name="color"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeTableCellBorders(Telerik.WinForms.Documents.Model.Border)">
            <summary>
            Applies the border to the currently selected cells.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeTableCellPadding(Telerik.WinForms.Documents.Layout.Padding)">
            <summary>
            Applies the padding to the currently selected cells.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeTableCellBorders(Telerik.WinForms.Documents.Model.TableCellBorders)">
            <summary>
            Applies the borders to the currently selected cells.
            </summary>
            <param name="tableCellBorders"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeTableBorders(Telerik.WinForms.Documents.Model.TableBorders)">
            <summary>
            Applies the border to the selected tables.
            </summary>
            <param name="borders"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeTableDefaultCellPadding(Telerik.WinForms.Documents.Layout.Padding)">
            <summary>
            Changes the default cell padding of the currently selected tables.
            </summary>
            <param name="padding"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeTableCellSpacing(System.Double)">
            <summary>
            Applies the cell spacing to the currently selected tables.
            </summary>
            <param name="cellSpacing"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeTableCellContentAlignment(Telerik.WinForms.Documents.Layout.RadTextAlignment,Telerik.WinForms.Documents.Layout.RadVerticalAlignment)">
            <summary>
            Applies the content alignemnt settings to the selected cells.
            </summary>
            <param name="textAlignment"></param>
            <param name="verticalAlignment"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeTableCellHorizontalContentAlignment(Telerik.WinForms.Documents.Layout.RadTextAlignment)">
            <summary>
            Applies the horizontal alignement to the selected cells.
            </summary>
            <param name="textAlignment"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeTableCellVerticalContentAlignment(Telerik.WinForms.Documents.Layout.RadVerticalAlignment)">
            <summary>
            Applies the vertical alignement to the selected cells.
            </summary>
            <param name="verticalAlignment"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeTableLook(Telerik.WinForms.Documents.Model.TableLook)">
            <summary>
            Applies the table look to the selected tables.
            </summary>
            <param name="tableLook"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertTableColumn">
            <summary>
            Adds a column to the table.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertTableColumnToTheLeft">
            <summary>
            Adds a column to the left of the current one.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertTableColumnToTheRight">
            <summary>
            Adds a column to the right of the current one.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.DeleteTableColumn">
            <summary>
            Deletes the current column.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertTable(System.Int32,System.Int32)">
            <summary>
            Inserts a table with the given number or rows and columns.
            </summary>
            <param name="rows"></param>
            <param name="columns"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertTable(Telerik.WinForms.Documents.Model.Table)">
            <summary>
            Inserts the table at the current carret position.
            </summary>
            <param name="table"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.DeleteTable">
            <summary>
            Deletes the table currently containing the caret.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.DeleteTable(Telerik.WinForms.Documents.Model.Table)">
            <summary>
            Deletes the table from the document.
            </summary>
            <param name="table"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.SetWatermarkText(Telerik.WinForms.Documents.Model.WatermarkTextSettings)">
            <summary>
            Applies the text settings watermark to the document.
            </summary>
            <param name="settings"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.SetWatermarkImage(Telerik.WinForms.Documents.Model.WatermarkImageSettings)">
            <summary>
            Applies the image settings watermark to the document.
            </summary>
            <param name="settings"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.DisableWatermark">
            <summary>
            Removes the currently applied watermark.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.SetWatermark(Telerik.WinForms.Documents.Model.PredefinedWatermarkType)">
            <summary>
            Applies one of the predefiend watermarks.
            </summary>
            <param name="predefinedType"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.SetWatermark(Telerik.WinForms.Documents.Model.DocumentWatermarkSettings)">
            <summary>
            Applies the watermark settings to the document.
            </summary>
            <param name="watermarkSettings"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertCodeBlock(System.String,Telerik.WinForms.Documents.Model.Code.CodeFormattingSettings)">
            <summary>
            Inserts code block into the document at caret position. If caret position is in code block, replaces the current code block.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.DeleteCodeBlock(Telerik.WinForms.Documents.Model.CodeAnnotationRangeStart)">
            <summary>
            Deletes a code block.
            </summary>
            <param name="rangeStart">The code range start of the block to delete.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.GoToNextRevision">
            <summary>
            Moves current position to the next revision.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.GoToPreviousRevision">
            <summary>
            Moves current position to the previous revision.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.AcceptRevision(Telerik.WinForms.Documents.Model.Revisions.Revision)">
            <summary>
            Accepts revision.
            </summary>
            <param name="revision">The revision.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.RejectRevision(Telerik.WinForms.Documents.Model.Revisions.Revision)">
            <summary>
            Rejects revision.
            </summary>
            <param name="revision">The revision.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.AcceptAllRevisions">
            <summary>
            Accepts all revisions in the current document.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.RejectAllRevisions">
            <summary>
            Rejects all revisions in the current document.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertFootnote">
            <summary>
            Inserts footnote at the current position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertFootnote(Telerik.WinForms.Documents.Model.Notes.Note)">
            <summary>
            Inserts the footnote at the current position.
            </summary>
            <param name="footnote">The footnote.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertEndnote">
            <summary>
            Inserts endnote at the current position.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.InsertEndnote(Telerik.WinForms.Documents.Model.Notes.Note)">
            <summary>
            Inserts the endnote at the current position.
            </summary>
            <param name="endnote">The endnote.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.GoToNextFootnote">
            <summary>
            Moves current position to the next footnote.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.GoToPreviousFootnote">
            <summary>
            Moves current position to the previous footnote.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.GoToNextEndnote">
            <summary>
            Moves current position to the next endnote.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.GoToPreviousEndnote">
            <summary>
            Moves current position to the previous endnote.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeSectionFootnotesNumberingFormat(Telerik.WinForms.Documents.Lists.ListNumberingFormat)">
            <summary>
            Chanegs the list numbering format for the footnotes in the current section.
            </summary>
            <param name="listNumberingFormat"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeSectionFootnotesFirstNumber(System.Int32)">
            <summary>
            Changes the starting number of the footnotes of the current section.
            </summary>
            <param name="firstNumber"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeSectionFootnotesNumberingRestartType(Telerik.WinForms.Documents.Model.Notes.NumberingRestartType)">
            <summary>
            Changes the mode in which footnotes numbers are reset to start from the first number in the current section.
            </summary>
            <param name="numberingRestartType"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeSectionEndnotesNumberingFormat(Telerik.WinForms.Documents.Lists.ListNumberingFormat)">
            <summary>
            Chanegs the list numbering format for the endnotes in the current section.
            </summary>
            <param name="listNumberingFormat"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeSectionEndnotesFirstNumber(System.Int32)">
            <summary>
            Changes the starting number of the endnotes of the current section.
            </summary>
            <param name="firstNumber"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeSectionEndnotesNumberingRestartType(Telerik.WinForms.Documents.Model.Notes.NumberingRestartType)">
            <summary>
            Changes the mode in which endnotes numbers are reset to start from the first number in the current section.
            </summary>
            <param name="numberingRestartType"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeDocumentFootnotesNumberingFormat(Telerik.WinForms.Documents.Lists.ListNumberingFormat)">
            <summary>
            Chanegs the list numbering format for the footnotes in the document.
            </summary>
            <param name="listNumberingFormat"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeDocumentFootnotesFirstNumber(System.Int32)">
            <summary>
            Changes the starting number of the footnotes of the document.
            </summary>
            <param name="firstNumber"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeDocumentFootnotesNumberingRestartType(Telerik.WinForms.Documents.Model.Notes.NumberingRestartType)">
            <summary>
            Changes the mode in which footnotes numbers are reset to start from the first number.
            </summary>
            <param name="numberingRestartType"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeDocumentFootnotesPosition(Telerik.WinForms.Documents.Model.Notes.FootnotesPosition)">
            <summary>
            Changes the location of the footnotes in the document.
            </summary>
            <param name="footnotesPosition"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeDocumentEndnotesNumberingFormat(Telerik.WinForms.Documents.Lists.ListNumberingFormat)">
            <summary>
            Chanegs the list numbering format for the endnotes in the document.
            </summary>
            <param name="listNumberingFormat"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeDocumentEndnotesFirstNumber(System.Int32)">
            <summary>
            Changes the starting number of the endnotes of the document.
            </summary>
            <param name="firstNumber"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeDocumentEndnotesNumberingRestartType(Telerik.WinForms.Documents.Model.Notes.NumberingRestartType)">
            <summary>
            Changes the mode in which endnotes numbers are reset to start from the first number.
            </summary>
            <param name="numberingRestartType"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.ChangeDocumentEndnotesPosition(Telerik.WinForms.Documents.Model.Notes.EndnotesPosition)">
            <summary>
            Changes the location of the endnotes of the document.
            </summary>
            <param name="endnotesPosition"></param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.Print">
            <summary>
            Directly prints the <see cref="T:Telerik.WinControls.UI.RadRichTextEditor"/> document to the default printer.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.Print(System.Boolean)">
            <summary>
            Directly prints the <see cref="T:Telerik.WinControls.UI.RadRichTextEditor"/> document to the default printer or shows printer settings and then prints the <see cref="T:Telerik.WinControls.UI.RadRichTextEditor"/> document.
            </summary>
            <param name="showPrinterSettings">Indicates whether printer settings dialog should be shown.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.Print(System.Boolean,Telerik.WinControls.UI.RadPrintDocument)">
            <summary>
            Directly prints the <see cref="T:Telerik.WinControls.UI.RadRichTextEditor"/> document to the default printer or shows printer settings and then prints the <see cref="T:Telerik.WinControls.UI.RadRichTextEditor"/> document.
            </summary>
            <param name="showPrinterSettings">Indicates whether printer settings dialog should be shown.</param>
            <param name="document">As instance of <see cref="T:Telerik.WinControls.UI.RadPrintDocument"/> used to control the print process.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.PrintPreview">
            <summary>
            Shows a <see cref="T:Telerik.WinControls.UI.RadPrintPreviewDialog"/> for editing the <see cref="T:Telerik.WinControls.UI.RadRichTextEditor"/> print settings.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RadRichTextEditor.PrintPreview(Telerik.WinControls.UI.RadPrintDocument)">
            <summary>
            Shows a <see cref="T:Telerik.WinControls.UI.RadPrintPreviewDialog"/> for editing the <see cref="T:Telerik.WinControls.UI.RadRichTextEditor"/> print settings.
            </summary>
            <param name="document">As instance of <see cref="T:Telerik.WinControls.UI.RadPrintDocument"/> used to control the print process.</param>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.Loaded">
            <summary>
            Occurs when the control is loaded.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.SelectionChanged">
            <summary>
            Occurs when selection is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.DocumentChanging">
            <summary>
            Occurs when the current document is changing.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.UserInfoChanged">
            <summary>
            Occurs when the current user info has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.ProtectionStateChanged">
            <summary>
            Occurs when the current protection state has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.DocumentChanged">
            <summary>
            Occurs when the current document has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.DocumentLayoutModeChanged">
            <summary>
            Occurs when the layout mode of the current document has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.DocumentContentChanged">
            <summary>
            Occurs when the content of the current document has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.DocumentPresentationChanged">
            <summary>
            Occurs when document presentation is changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.DocumentArranged">
            <summary>
            Occurs when the current document has been arranged.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.CurrentSpanStyleChanged">
            <summary>
            Occurs when the current span's style has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.CurrentParagraphStyleChanged">
            <summary>
            Occurs when the current paragraph's style has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.CurrentEditingStyleChanged">
            <summary>
            Occurs when the current editing style has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.SelectedLayoutBoxChanged">
            <summary>
            Occurs when currently selected layout box has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.ScaleFactorChanged">
            <summary>
            Occurs when the ScaleFactor property value has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.CurrentVisiblePageChanged">
            <summary>
            Occurs when the CurrentPage property value has changed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.CommandError">
            <summary>
            Occurs on error while executing command.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.CommentShowing">
            <summary>
            Occurs when showing comment.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.CommandExecuting">
            <summary>
            Occurs before the execution of <see cref="T:Telerik.WinForms.Documents.RichTextBoxCommands.RichTextBoxCommandBase"/>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.CommandExecuted">
            <summary>
            Occurs after the execution of <see cref="T:Telerik.WinForms.Documents.RichTextBoxCommands.RichTextBoxCommandBase"/>.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.HyperlinkClicked">
            <summary>
            Occurs when the users clicks on a hyperlink in the current document.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.MergeFieldToStringConverting">
            <summary>
            Occurs when MergeField is going to calculate its value. 
            If MergeFieldToStringConvertingEventArgs.ConvertedValue is set it becames a result string value.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.IsReadOnlyChanged">
            <summary>
            Occurs when IsReadOnly property changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.ActiveDocumentEditorChanged">
            <summary>
            Occurs when active document editor changes.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.UntrackableCommandExecuting">
            <summary>
            Occurs when executing command that does not support track changes and track changes are enabled.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.UI.RadRichTextEditor.ProviderUILayerInitialized">
            <summary>
            Occurs when the child elements of an UI layer have been initialized and added to its container.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.AutoSize">
             <summary>
            RadRichTextEditor does not supprort AutoSize True this property always returns False.
             </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.DocumentEditor">
            <summary>
            Gets the active document editor which provides methods for editing the document in an undo scope.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.CurrentEditingStyle">
            <summary>
            Gets a value indicating the current editing style.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.IsSpellCheckingEnabled">
            <summary>
            Gets or sets a value indicating whether the spell checking is enabled for this document.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.IgnoredWords">
            <summary>
            Gets or sets an instance of IIgnoredWordDictionary that provides a list of words that would be ignored by spell checker.
            </summary>
            <seealso cref="P:Telerik.WinControls.UI.RadRichTextEditor.SpellChecker"/>
            <seealso cref="P:Telerik.WinControls.UI.RadRichTextEditor.IsSpellCheckingEnabled"/>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.SpellChecker">
            <summary>
            Gets or sets the ISpellChecker implementation used when proofing.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.IsInHeaderFooterEditMode">
            <summary>
            Gets or sets a value indicating whether the editor is currently in Header/Footer edit mode.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.IsReadOnly">
            <summary>
            Gets or sets a value indicating whether the control is read-only.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.SelectedComment">
            <summary>
            Gets or sets the currently selected comment.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.SelectedNote">
            <summary>
            Gets or sets the currently selected note.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.FieldShadingMode">
            <summary>
            Gets or sets the field shading type/
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.AcceptsReturn">
            <summary>
            Gets or sets a value indicating whether pressing the RETURN key types a RETURN character in the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.AcceptsTab">
            <summary>
            Gets or sets a value indicating whether pressing the TAB key types a TAB character in the control instead of moving the focus to the next control in the tab order.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.InputHandler">
            <summary>
            Gets or sets the component which is responsible for handling the input of RadRichTextEditor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.AllowScaling">
            <summary>
            Gets or sets a value indicating whether the scaling is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.ScaleFactor">
            <summary>
            Gets or sets a value representing the current view scale factor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.AutoInsertHyperlinks">
            <summary>
            Gets or sets a value indicating whether hyperlinks should be automatically detected.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.CurrentVisiblePage">
            <summary>
            Gets the currently visible page number.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.Commands">
            <summary>
            Provides access to the commands that can be executed by this RadRichTextEditor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.CommentTemplateContentMargin">
            <summary>
            Gets or sets the comment template content margin.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.CommentPaneMinWidth">
            <summary>
            Gets or sets the minimum width of the comments pane.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.SelectionFill">
            <summary>
            Gets or sets the fill of the selection rectangle.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.SelectionStroke">
            <summary>
            Gets or sets the border of the selection rectangle.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.CaretColor">
            <summary>
            Gets or sests the color of the carret.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.BorderColor">
            <summary>
            Gets or sests the color of the border.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.IsContextMenuEnabled">
            <summary>
            Gets or sets a value indicating whether context menu is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.IsSelectionMiniToolBarEnabled">
            <summary>
            Gets or sets a value indicating whether the mini toolbar that appears after a selection is enabled.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.ShowComments">
            <summary>
            Gets or sets a value indicating whether the comments are shown.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.ShowFormattingSymbols">
            <summary>
            Gets or sets a value indicating whether formatting symbols are shown in the document.
            </summary>
            <value>
            	<c>true</c> if formatting symbols are shown; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.HorizontalScrollBarVisibility">
            <summary>
            Gets or sets a value representing the horizontal scroll bar visibility.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.VerticalScrollBarVisibility">
            <summary>
            Gets or sets a value representing the vertical scroll bar visibility.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.IsSelectionEnabled">
            <summary>
            Gets or sets a value indicating whether selection can be made in the document.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.CurrentUser">
            <summary>
            Gets or sets information about the current user.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.DocumentInheritsDefaultStyleSettings">
            <summary>
            Gets or sets value indicating whether the edited Document instance should use by default 
            the FontFamily, FontSize, ForeColor and other style properties applied to this RadRichTextBox using the DefaultStyleSettings.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.ImageSelectionAdornerSettings">
            <summary>
            Provides settings for the adorners of the selected images.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.ShowMergeFieldsHighlight">
            <summary>
            Gets or sets a value indicating whether merged fields should be highlighted.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.IsTrackChangesEnabled">
            <summary>
            Gets or sets a value indicating whether formatting symbols are shown in the document.
            </summary>
            <value>
            	<c>true</c> if formatting symbols are shown; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.HyperlinkNavigationMode">
            <summary>
            Gets or sets the hyperlink navigation mode.
            </summary>
            <value>The hyperlink navigation mode.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.HyperlinkToolTipFormatString">
            <summary>
            Gets or sets the hyperlink tool text.
            </summary>
            <value>The hyperlink tool tip.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.LineBreakingRuleLanguage">
            <summary>
            Gets or sets the language which rules should be used for line breaking in the paragraphs.
            </summary>
            <value>The line breaking characters rule language.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.LayoutMode">
            <summary>
            Gets or sets the document layout mode.
            </summary>
            <value>The document layout mode.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.Users">
            <summary>
            Gets or sets a collection containting the users' permissions on the current document.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.RichTextBoxElement">
            <summary>
            Gets the <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/> that is the main element in the control.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.DefaultSize">
            <summary>
            Gets the default size when the control is dragged onto the designer surface.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RadRichTextEditor.Document">
            <summary>
            Gets or sets the currently active document in the editor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RichTextEditorRibbonUI.RichTextEditorRibbonTab.Items">
            <summary>
            Gets the nested items.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RichTextEditorRibbonUI.CellData">
            <summary>
            Represents a cell data.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RichTextEditorRibbonUI.CellData.#ctor(System.Drawing.Color,System.Drawing.Color)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RichTextEditorRibbonUI.CellData"/> class.
            </summary>
            <param name="backgroundColor">Color of the background.</param>
            <param name="foreColor">Color of the fore.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RichTextEditorRibbonUI.CellData.#ctor(System.Drawing.Color,System.Drawing.Color,Telerik.WinControls.UI.RichTextEditorRibbonUI.TableGalleryItemBorders)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RichTextEditorRibbonUI.CellData"/> class.
            </summary>
            <param name="background">The background.</param>
            <param name="foreColor">Color of the fore.</param>
            <param name="borders">The borders.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RichTextEditorRibbonUI.CellData.#ctor(System.Drawing.Color,System.Drawing.Color,Telerik.WinControls.UI.RichTextEditorRibbonUI.TableGalleryItemBorders,System.Windows.Forms.Padding,System.Windows.Forms.Padding)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RichTextEditorRibbonUI.CellData"/> class.
            </summary>
            <param name="background">The background.</param>
            <param name="foreColor">Color of the fore.</param>
            <param name="borders">The borders.</param>
            <param name="rightBorderMargin">The right border margin.</param>
            <param name="bottomBorderMargin">The bottom border margin.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RichTextEditorRibbonUI.CellData.CopyPropertiesFrom(Telerik.WinControls.UI.RichTextEditorRibbonUI.CellData)">
            <summary>
            Copies the properties from another instance of the <see cref="T:Telerik.WinControls.UI.RichTextEditorRibbonUI.CellData"/> class.
            </summary>
            <param name="cellData">The cell data.</param>
        </member>
        <member name="E:Telerik.WinControls.UI.RichTextEditorRibbonUI.CellData.PropertyChanged">
            <summary>
            Occurs when a property value changes.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RichTextEditorRibbonUI.CellData.Background">
            <summary>
            Gets or sets the background.
            </summary>
            <value>The background.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RichTextEditorRibbonUI.CellData.ForeColor">
            <summary>
            Gets or sets the color of the fore.
            </summary>
            <value>The color of the fore.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RichTextEditorRibbonUI.CellData.Borders">
            <summary>
            Gets or sets the borders.
            </summary>
            <value>The borders.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RichTextEditorRibbonUI.CellData.RightBorderMargin">
            <summary>
            Gets or sets the right border margin.
            </summary>
            <value>The right border margin.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RichTextEditorRibbonUI.CellData.BottomBorderMargin">
            <summary>
            Gets or sets the left border margin.
            </summary>
            <value>The left border margin.</value>
        </member>
        <member name="T:Telerik.WinControls.UI.RichTextEditorRibbonUI.ObservableTableStyleCollection">
            <summary>
            Represents observable table style collection.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RichTextEditorRibbonUI.ObservableTableStyleCollection.#ctor(Telerik.WinForms.Documents.Model.StyleCollection,Telerik.WinForms.Documents.Model.Styles.BuiltInStylesVersion)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RichTextEditorRibbonUI.ObservableTableStyleCollection"/> class.
            </summary>
            <param name="styleRepository">The style repository.</param>
        </member>
        <member name="E:Telerik.WinControls.UI.RichTextEditorRibbonUI.ObservableTableStyleCollection.UIPriorityChanged">
            <summary>
            Occurs when UI priority changes.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.UI.RichTextEditorRibbonUI.TableGalleryItemBorders">
            <summary>
            Represents table gallery item borders.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RichTextEditorRibbonUI.TableGalleryItemBorders.#ctor(Telerik.WinForms.Documents.Model.Border,Telerik.WinForms.Documents.Model.Border,Telerik.WinForms.Documents.Model.Border,Telerik.WinForms.Documents.Model.Border)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RichTextEditorRibbonUI.TableGalleryItemBorders"/> class.
            </summary>
            <param name="left">The left.</param>
            <param name="top">The top.</param>
            <param name="right">The right.</param>
            <param name="bottom">The bottom.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RichTextEditorRibbonUI.TableGalleryItemBorders.CopyPropertiesFrom(Telerik.WinControls.UI.RichTextEditorRibbonUI.TableGalleryItemBorders)">
            <summary>
            Copies the properties from another instance of the <see cref="T:Telerik.WinControls.UI.RichTextEditorRibbonUI.TableGalleryItemBorders"/> class.
            </summary>
            <param name="other">The other.</param>
        </member>
        <member name="E:Telerik.WinControls.UI.RichTextEditorRibbonUI.TableGalleryItemBorders.PropertyChanged">
            <summary>
            Occurs when a property value changes.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RichTextEditorRibbonUI.TableGalleryItemBorders.Left">
            <summary>
            Gets or sets the left.
            </summary>
            <value>The left.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RichTextEditorRibbonUI.TableGalleryItemBorders.Top">
            <summary>
            Gets or sets the top.
            </summary>
            <value>The top.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RichTextEditorRibbonUI.TableGalleryItemBorders.Right">
            <summary>
            Gets or sets the right.
            </summary>
            <value>The right.</value>
        </member>
        <member name="P:Telerik.WinControls.UI.RichTextEditorRibbonUI.TableGalleryItemBorders.Bottom">
            <summary>
            Gets or sets the bottom.
            </summary>
            <value>The bottom.</value>
        </member>
        <member name="T:Telerik.WinControls.UI.RichTextEditorRibbonUI.TableStyleItemData">
            <summary>
            Represents table style data.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RichTextEditorRibbonUI.TableStyleItemData.#ctor(Telerik.WinForms.Documents.Model.Styles.StyleDefinition)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RichTextEditorRibbonUI.TableStyleItemData"/> class.
            </summary>
            <param name="styleDefinition">The style definition.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RichTextEditorRibbonUI.TableStyleItemData.#ctor(Telerik.WinForms.Documents.Model.Styles.StyleDefinition,Telerik.WinForms.Documents.Model.Styles.TableStyleGroup)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RichTextEditorRibbonUI.TableStyleItemData"/> class.
            </summary>
            <param name="styleDefinition">The style definition.</param>
            <param name="tableStyleGroup">The table style group.</param>
        </member>
        <member name="M:Telerik.WinControls.UI.RichTextEditorRibbonUI.TableStyleItemData.CompareTo(Telerik.WinControls.UI.RichTextEditorRibbonUI.TableStyleItemData)">
            <summary>
            Compares to.
            </summary>
            <param name="other">The other.</param>
            <returns></returns>
        </member>
        <member name="E:Telerik.WinControls.UI.RichTextEditorRibbonUI.TableStyleItemData.PropertyChanged">
            <summary>
            Occurs when a property value changes.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.UI.RichTextEditorRibbonUI.TableStyleItemData.StyleDefinition">
            <summary>
            Gets or sets the style definition.
            </summary>
            <value>The style definition.</value>
        </member>
        <member name="T:Telerik.WinControls.UI.RichTextEditorRibbonUI.UIPriorityChangedEventArgs">
            <summary>
            Represents UI priority changed event args.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.UI.RichTextEditorRibbonUI.UIPriorityChangedEventArgs.#ctor(Telerik.WinControls.UI.RichTextEditorRibbonUI.TableStyleItemData)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.UI.RichTextEditorRibbonUI.UIPriorityChangedEventArgs"/> class.
            </summary>
            <param name="changedItem">The changed item.</param>
        </member>
        <member name="P:Telerik.WinControls.UI.RichTextEditorRibbonUI.UIPriorityChangedEventArgs.ChangedItem">
            <summary>
            Gets the changed item.
            </summary>
            <value>The changed item.</value>
        </member>
        <member name="M:System.Windows.Input.CommandBinding.#ctor">
            <summary>Initializes a new instance of the <see cref="T:System.Windows.Input.CommandBinding" /> class.</summary>
        </member>
        <member name="M:System.Windows.Input.CommandBinding.#ctor(System.Windows.Input.ICommand)">
            <summary>Initializes a new instance of the <see cref="T:System.Windows.Input.CommandBinding" /> class by using the specified <see cref="T:System.Windows.Input.ICommand" />.</summary>
            <param name="command">The command to base the new <see cref="T:System.Windows.Input.RoutedCommand" /> on.</param>
        </member>
        <member name="M:System.Windows.Input.CommandBinding.#ctor(System.Windows.Input.ICommand,System.Windows.Input.ExecutedRoutedEventHandler)">
            <summary>Initializes a new instance of the <see cref="T:System.Windows.Input.CommandBinding" /> class by using the specified <see cref="T:System.Windows.Input.ICommand" /> and the specified <see cref="E:System.Windows.Input.CommandBinding.Executed" /> event handler.</summary>
            <param name="command">The command to base the new <see cref="T:System.Windows.Input.RoutedCommand" /> on.</param>
            <param name="executed">The handler for the <see cref="E:System.Windows.Input.CommandBinding.Executed" /> event on the new <see cref="T:System.Windows.Input.RoutedCommand" />.</param>
        </member>
        <member name="M:System.Windows.Input.CommandBinding.#ctor(System.Windows.Input.ICommand,System.Windows.Input.ExecutedRoutedEventHandler,System.Windows.Input.CanExecuteRoutedEventHandler)">
            <summary>Initializes a new instance of the <see cref="T:System.Windows.Input.CommandBinding" /> class by using the specified <see cref="T:System.Windows.Input.ICommand" /> and the specified <see cref="E:System.Windows.Input.CommandBinding.Executed" /> and <see cref="E:System.Windows.Input.CommandBinding.CanExecute" /> even handlers.</summary>
            <param name="command">The command to base the new <see cref="T:System.Windows.Input.RoutedCommand" /> on.</param>
            <param name="executed">The handler for the <see cref="E:System.Windows.Input.CommandBinding.Executed" /> event on the new <see cref="T:System.Windows.Input.RoutedCommand" />.</param>
            <param name="canExecute">The handler for the <see cref="E:System.Windows.Input.CommandBinding.CanExecute" /> event on the new <see cref="T:System.Windows.Input.RoutedCommand" />.</param>
        </member>
        <member name="E:System.Windows.Input.CommandBinding.CanExecute">
            <summary>Occurs when the command associated with this <see cref="T:System.Windows.Input.CommandBinding" /> initiates a check to determine whether the command can be executed on the command target.</summary>
        </member>
        <member name="E:System.Windows.Input.CommandBinding.Executed">
            <summary>Occurs when the command associated with this <see cref="T:System.Windows.Input.CommandBinding" /> executes.</summary>
        </member>
        <member name="E:System.Windows.Input.CommandBinding.PreviewCanExecute">
            <summary>Occurs when the command associated with this <see cref="T:System.Windows.Input.CommandBinding" /> initiates a check to determine whether the command can be executed on the current command target.</summary>
        </member>
        <member name="E:System.Windows.Input.CommandBinding.PreviewExecuted">
            <summary>Occurs when the command associated with this <see cref="T:System.Windows.Input.CommandBinding" /> executes.</summary>
        </member>
        <member name="T:System.Windows.Input.ExecutedRoutedEventArgs">
            <summary>Provides data for the <see cref="E:System.Windows.Input.CommandManager.Executed" /> and <see cref="E:System.Windows.Input.CommandManager.PreviewExecuted" /> routed events.</summary>
        </member>
        <member name="P:System.Windows.Input.ExecutedRoutedEventArgs.Command">
            <summary>Gets the command that was invoked.</summary>
            <returns>The command associated with this event.  </returns>
        </member>
        <member name="P:System.Windows.Input.ExecutedRoutedEventArgs.Parameter">
            <summary>Gets data parameter of the command.</summary>
            <returns>The command-specific data. The default value is null.</returns>
        </member>
        <member name="P:System.Windows.Input.CanExecuteRoutedEventArgs.CanExecute">
            <summary>Gets or sets a value that indicates whether the <see cref="T:System.Windows.Input.RoutedCommand" /> associated with this event can be executed on the command target.</summary>
            <returns>true if the event can be executed on the command target; otherwise, false.  The default value is false.</returns>
        </member>
        <member name="P:System.Windows.Input.CanExecuteRoutedEventArgs.Command">
            <summary>Gets the command associated with this event.</summary>
            <returns>The command. Unless the command is a custom command, this is generally a <see cref="T:System.Windows.Input.RoutedCommand" />. There is no default value.</returns>
        </member>
        <member name="P:System.Windows.Input.CanExecuteRoutedEventArgs.ContinueRouting">
            <summary>Determines whether the input routed event that invoked the command should continue to route through the element tree.</summary>
            <returns>true if the routed event should continue to route through element tree; otherwise, false.   The default value is false.</returns>
        </member>
        <member name="P:System.Windows.Input.CanExecuteRoutedEventArgs.Parameter">
            <summary>Gets the command specific data.</summary>
            <returns>The command data.  The default value is null.</returns>
        </member>
        <member name="T:Telerik.WinControls.RichTextEditor.UI.ContextMenu">
            <summary>
            The default context menu.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.ContextMenu.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinControls.RichTextEditor.UI.ContextMenu"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.ContextMenu.Show(Telerik.WinControls.RichTextEditor.UI.Point,Telerik.WinForms.RichTextEditor.RadRichTextBox)">
            <summary>
            Shows the context menu at specified location, relative to passed RadRichTextBox.
            </summary>
            <param name="location">The location to show at.</param>
            <param name="radRichTextBox">RadRichTextBox to attach to.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.ContextMenu.Show(Telerik.WinControls.RichTextEditor.UI.Point,Telerik.WinForms.RichTextEditor.RadRichTextBox,Telerik.WinForms.Documents.TextSearch.WordInfo)">
            <summary>
            Shows the context menu at specified location, relative to passed RadRichTextBox, with list of suggestions for incorrect word.
            </summary>
            <param name="location">The location to show at.</param>
            <param name="radRichTextBox">RadRichTextBox to attach to.</param>
            <param name="incorrectWordInfo">The word info to show suggestions for.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.ContextMenu.Hide">
            <summary>
            Hides the menu.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.ContextMenu.OnOpened(Telerik.WinForms.Documents.UI.Extensibility.ContextMenuPlacementEventArgs)">
            <summary>
            Raises the <see cref="E:Opened"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinForms.Documents.UI.Extensibility.ContextMenuPlacementEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.ContextMenu.OnShowing(Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuEventArgs)">
            <summary>
            Raises the <see cref="E:Showing"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.ContextMenu.OnClosed(System.EventArgs)">
            <summary>
            Raises the <see cref="E:Closed"/> event.
            </summary>
            <param name="e">The <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="E:Telerik.WinControls.RichTextEditor.UI.ContextMenu.Showing">
            <summary>
            Occurs before showing of context menu.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.RichTextEditor.UI.ContextMenu.Closed">
            <summary>
            Occurs when context menu is Closed.
            </summary>
        </member>
        <member name="E:Telerik.WinControls.RichTextEditor.UI.ContextMenu.Opened">
            <summary>
            Occurs when context menu is loaded.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.ContextMenu.ContentBuilder">
            <summary>
            Gets or sets the context menu content builder.
            </summary>
            <value>The context menu content builder.</value>
        </member>
        <member name="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuContentBuilder">
            <summary>
            Generates items for the context menu.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.IContextMenuContentBuilder">
            <summary>
            Generates items for context menu.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.IContextMenuContentBuilder.Construct">
            <summary>
            Constructs collection of context menu groups, depending on the context determined from RadRichTextBox and IncorrectWordInfo properties.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.IContextMenuContentBuilder.RadRichTextBox">
            <summary>
            Gets or sets the RadRichTexBox to get context from.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuContentBuilder.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuContentBuilder"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuContentBuilder.Construct">
            <summary>
            Constructs collection of context menu groups, depending on the context determined from RadRichTextBox and IncorrectWordInfo properties.
            </summary>
            <returns>Collection of context menu groups.</returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuContentBuilder.CreateImageCommands">
            <summary>
            Creates the image commands menu items.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuContentBuilder.CreateListCommands">
            <summary>
            Creates the list commands menu items.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuContentBuilder.CreateFloatingBlockCommands">
            <summary>
            Creates the floating block commands menu items.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuContentBuilder.CreateFieldCommands">
            <summary>
            Creates the field commands menu items.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuContentBuilder.CreateTableCommands">
            <summary>
            Creates the table commands menu items.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuContentBuilder.CreateTextEditCommands">
            <summary>
            Creates the text edit commands menu items.
            </summary>
            <returns><see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroup"/> containing text editing commands.</returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuContentBuilder.CreateHyperlinkCommands(System.Boolean)">
            <summary>
            Creates the hyperlink commands menu items.
            </summary>
            <param name="forExistingHyperlink">True if group should be created for editing of existing hyperlink, otherwise false.</param>
            <returns>
            	<see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroup"/> containing hyperlink commands.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuContentBuilder.CreateSpellCheckingSuggestions">
            <summary>
            Creates the spell checking suggestions menu items.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuContentBuilder.CreateClipboardCommands">
            <summary>
            Creates the clipboard commands menu items (cut, copy, paste, etc.).
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuContentBuilder.CreateHeaderFooterCommands(System.Boolean)">
            <summary>
            Creates the headers/footers commands.
            </summary>
            <param name="forHeader">If set to true, creates commands for header, otherwise creates commands for footer.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuContentBuilder.CreateTrackChangesCommands">
            <summary>
            Creates the clipboard commands menu items (cut, copy, paste, etc.).
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuContentBuilder.CreateCodeBlockCommands">
            <summary>
            Creates the code block commands menu items.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuContentBuilder.RadRichTextBox">
            <summary>
            Gets or sets the RadRichTexBox to get context from.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuEventArgs.#ctor(Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuEventArgs"/> class.
            </summary>
            <param name="contextMenuGroupCollection">Context menu group collection which can be customized.</param>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuEventArgs.ContextMenuGroupCollection">
            <summary>
            Gets the context menu group collection which can be customized.
            </summary>
            <value>The context menu group collection.</value>
        </member>
        <member name="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroup">
            <summary>
            Collection of context menu items.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroup.#ctor(Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupType,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroup"/> class.
            </summary>
            <param name="type">The type of the group.</param>
            <param name="name">The name of the group.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroup.#ctor(Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupType)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroup"/> class.
            </summary>
            <param name="type">The type of the group.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroup.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroup"/> class.
            </summary>
            <param name="name">The name of the group.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroup.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroup"/> class.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroup.Type">
            <summary>
            Gets the type of the group.
            </summary>
            <value>The type of the group.</value>
        </member>
        <member name="P:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroup.Name">
            <summary>
            Gets the name of the group.
            </summary>
            <value>The name of the group.</value>
        </member>
        <member name="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupCollection">
            <summary>
            Collection of context menu groups.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupCollection.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupCollection"/> class.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupCollection.#ctor(System.Collections.Generic.IEnumerable{Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroup})">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupCollection"/> class.
            </summary>
            <param name="contextMenuGroups">The context menu groups to initially add to collection.</param>
        </member>
        <member name="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupType">
            <summary>
            Specifies the type of the context menu items group.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupType.SpellCheckingCommands">
            <summary>
            Spell checking commands context menu group.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupType.ClipboardCommands">
            <summary>
            Clipboard commands context menu group.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupType.TableCommands">
            <summary>
             Table commands context menu group.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupType.HyperlinkCommands">
            <summary>
             Hyperlink commands context menu group.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupType.TextEditCommands">
            <summary>
             Text editing commands context menu group.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupType.ImageCommands">
            <summary>
             Image commands context menu group.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupType.FloatingBlockCommands">
            <summary>
             Floating block commands context menu group.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupType.FieldCommands">
            <summary>
             Field commands context menu group.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupType.HeaderFooterCommands">
            <summary>
            Header/footer commands context menu group.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupType.TrackChangesCommands">
            <summary>
            Track changes commands context menu group.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupType.ListCommands">
            <summary>
            List commands context menu group.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupType.CodeBlockCommands">
            <summary>
            Code block commands context menu group.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.ContextMenuGroupType.Custom">
            <summary>
            Custom context menu group.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.SpellCheckerMenuBuilder.#ctor(Telerik.WinForms.RichTextEditor.RadRichTextBox,Telerik.WinForms.Documents.TextSearch.WordInfo)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.SpellCheckerMenuBuilder"/> class.
            </summary>
            <param name="radRichTextBox">The RadRichTextBox to create spell check suggestion for.</param>
            <param name="incorrectWordInfo">Info about the incorrect word.</param>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.RichTextBoxUI.Menus.SpellCheckerMenuBuilder.Construct">
            <summary>
            Constructs spell checking context menu group.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPagePresenter.FocusCaret">
            <summary>
            Focuses the caret.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPagePresenter.UpdateCaretSize">
            <summary>
            Updates the caret size according to the current span style.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPagePresenter.SetMouseSelectionHandler(Telerik.WinForms.Documents.Selection.MouseSelectionHandler)">
            <summary>
            Changes the current mouse selection handler with the provided one.
            </summary>
            <param name="mouseSelectionHandler">The new mouse selection handler.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPagePresenter.SetKeyboardSelectionHandler(Telerik.WinForms.Documents.Selection.KeyboardSelectionHandler)">
            <summary>
            Changes the current keyboard selection handler with the provided one.
            </summary>
            <param name="keyboardSelectionHandler">The new keyboard selection handler.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPagePresenter.IsLayerSupported(Telerik.WinForms.Documents.UI.Layers.IUILayer)">
            <summary>
            Gets a value indicating whether the provided layer is supported in this presenter.
            </summary>
            <param name="layer">The layer to check for support.</param>
            <returns>true if the layer is supported, otherwise false.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPagePresenter.HitTest(System.Drawing.Point)">
            <summary>
            Gets a value indicating whether the provided point is inside the bounding rectangle of the presenter.
            </summary>
            <param name="point">The point to test.</param>
            <returns>true if the point is inside the bounds of the presenter, otherwise false.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPagePresenter.GetInvalidateBounds">
            <summary>
            Returns the bounds of the area that should be invalidated when the element is invalidated.
            </summary>
            <returns>The bounds to invalidate.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPagePresenter.Owner">
            <summary>
            Gets the owner of this presenter.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPagePresenter.ViewportRectangle">
            <summary>
            Gets or sets the viewport rectangle of the presenter.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPagePresenter.SectionBoxIndex">
            <summary>
            Gets or sets the current page number.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPagePresenter.PageCanvas">
            <summary>
            Gets the canvas element of this page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPagePresenter.UILayers">
            <summary>
            Gets the UI layers of this page.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPagePresenter.CaretTextInputHandler">
            <summary>
            Gets the input handler of the caret.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPagePresenter.HeaderFooterContainer">
            <summary>
            Gets the container for header and footer presenters.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.RecreateUI">
            <summary>
            Forces a recreation of all UI elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.ShowCaret">
            <summary>
            Shows the caret.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.HideCaret">
            <summary>
            Hides the caret.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.FocusCaret">
            <summary>
            Focuses the caret.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.UpdateCaretSize">
            <summary>
            Updates the caret size.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.GetDocumentPositionFromViewPoint(Telerik.WinControls.RichTextEditor.UI.Point)">
            <summary>
            Gets a <see cref="T:Telerik.WinForms.Documents.DocumentPosition"/> from a <see cref="T:Telerik.WinControls.RichTextEditor.UI.Point"/> in the viewport.
            </summary>
            <param name="viewPoint">Point containing X and Y coordinates in the viewport.</param>
            <returns>A <see cref="T:Telerik.WinForms.Documents.DocumentPosition"/> in the document.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.GetDocumentPointFromViewPoint(Telerik.WinControls.RichTextEditor.UI.Point)">
            <summary>
            Gets a <see cref="T:Telerik.WinControls.RichTextEditor.UI.Point"/> in the document from a point of the viewport.
            </summary>
            <param name="viewPoint">Point containing X and Y coordinates in the viewport.</param>
            <returns>A <see cref="T:Telerik.WinControls.RichTextEditor.UI.Point"/> in the document.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.GetViewPointFromDocumentPosition(Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Gets a <see cref="T:Telerik.WinControls.RichTextEditor.UI.Point"/> in the document from a <see cref="T:Telerik.WinForms.Documents.DocumentPosition"/>.
            </summary>
            <param name="position">A <see cref="T:Telerik.WinForms.Documents.DocumentPosition"/> in the document.</param>
            <returns>A <see cref="T:Telerik.WinControls.RichTextEditor.UI.Point"/> in the document.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.UpdateProofingTextDecoration">
            <summary>
            Forces an update of the proofing UI layer.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.HandlePageUp">
            <summary>
            Called when the caret is moved a page up.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.HandlePageDown">
            <summary>
            Called when the caret is moved a page down.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.GetCurrentPage">
            <summary>
            Gets the number of the current page.
            </summary>
            <returns>An integer number representing the number of the current page.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.ScrollToNote(Telerik.WinForms.Documents.Model.Notes.Note)">
            <summary>
            Scrolls the viewport so that the provided <see cref="T:Telerik.WinForms.Documents.Model.Notes.Note"/> comes into view.
            </summary>
            <param name="note">The note to scroll to.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.UpdateScrollOffsetFromDocumentPosition(Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Scrolls the viewport so that the provided <see cref="T:Telerik.WinForms.Documents.DocumentPosition"/> is brought into view.
            </summary>
            <param name="position">The position to scroll to.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.DoOnDocumentChanging">
            <summary>
            Called before the owner document is changed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.DoOnDocumentChanged">
            <summary>
            Called after the owner document is changed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.ShowDropMarker(Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Shows the drop marker for a drag and drop operation at the provided <see cref="T:Telerik.WinForms.Documents.DocumentPosition"/>.
            </summary>
            <param name="position">The position of the drop marker.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.MoveDropMarker(Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Moves the drop marker for a drag and drop operation at the provided <see cref="T:Telerik.WinForms.Documents.DocumentPosition"/>.
            </summary>
            <param name="documentPosition">The position of the drop marker.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.HideDropMarker">
            <summary>
            Hides the drop marker for a drag and drop operation.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.InvalidatePresenterArrange">
            <summary>
            Inavlidates the arrange of the presenter.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.InvalidatePresenterMeasure">
            <summary>
            Invaldiates the measure of the presenter.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.ScrollToHorizontalOffset(System.Double)">
            <summary>
            Moves the horizontal scroll bar to the specified offset.
            </summary>
            <param name="offset">The new offset.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.ScrollToVerticalOffset(System.Double)">
            <summary>
            Moves the vertical scroll bar to the specified offset.
            </summary>
            <param name="offset">The new offset.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.UpdateCursorOnCtrlKey">
            <summary>
            Updates the cursor after the Ctrl key is pressed or released on the keyboard.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.GetDropPositionMarker">
            <summary>
            Gets the drop marker for a drag and drop operation.
            </summary>
            <returns>A drop position marker.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.SetCaretBlinking(System.Boolean)">
            <summary>
            Sets a value indicating whether the caret is blinking or not.
            </summary>
            <param name="isBlinking">true if the caret will be blinking, otherwise false.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.GetCurrentSectionBoundsInViewOverride">
            <summary>
            This method supports control infrastructure and is not intended for use directly from your code.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.InvalidatePresenterArrangeOverride">
            <summary>
            Called when an Invalidate arrange is made.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.InvalidatePresenterMeasureOverride">
            <summary>
            Called when an Invalidate measure is made.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.OnOwnerChanging">
            <summary>
            Called before the owner <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/> is cahnged.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.OnOwnerChanged">
            <summary>
            Called after the owner <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/> is changed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.GetValidScaleFactor(System.Double,System.Double)">
            <summary>
            Gets a scale factor taking into account the min and max scale factor properties of <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/>.
            </summary>
            <param name="width">The horizontal scale.</param>
            <param name="height">The vertical scale.</param>
            <returns>The clamped scale factor.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.IsNavigationKey(System.Windows.Forms.Keys)">
            <summary>
            Gets a value indicating whether the provided key is used in navigation.
            </summary>
            <param name="key">The keyboard key to test.</param>
            <returns>true if the key is used in navigation, otherwise false.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.InvalidateLayout(System.Boolean)">
            <summary>
            Invalidates the presenter layout.
            </summary>
            <param name="recursive">true if sub elements should be invalidated recursively, otherwise false.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.InvalidateAndUpdateLayout(System.Boolean)">
            <summary>
            Invalidates and updates the presenter layout. 
            </summary>
            <param name="recursive">true if sub elements should be invalidated and updated recursively, otherwise false.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.UpdateScrollBar(System.Double,System.Double,Telerik.WinControls.UI.RadScrollBarElement,Telerik.WinControls.RichTextEditor.UI.ScrollBarVisibility)">
            <summary>
            Updates the provided scroll bar.
            </summary>
            <param name="viewportSize">The current viewport size.</param>
            <param name="max">The new scroll bar maximum value.</param>
            <param name="scrollBar">The scroll bar to update.</param>
            <param name="suggestedVisibility">The suggested visiblity for the scroll bar.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.UpdateCurrentVisiblePage(System.Int32)">
            <summary>
            Makes the page at the provided page number visible in the viewport.
            </summary>
            <param name="newValue">The number of the page to make visible.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.Telerik#WinForms#RichTextEditor#IDocumentEditorPresenter#GetCurrentSectionBoundsInView">
            <summary>
            This method supports control infrastructure and is not intended for use directly from your code.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.HorizontalOffset">
            <summary>
            Gets the horizontal scroll position.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.VerticalOffset">
            <summary>
            Gets the vertical scroll position.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.ScrollableHeight">
            <summary>
            Gets the height of the scroll bar view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.ScrollableWidth">
            <summary>
            Gets the width of the scroll bar view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.ViewportHeight">
            <summary>
            Gets the height of the scroll bar viewport.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.ViewportWidth">
            <summary>
            Gets the width of the scroll bar viewport.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.VerticalScrollOffset">
            <summary>
            Gets the vertical scroll position.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.HorizontalScrollOffset">
            <summary>
            Gets the horizontal scroll position.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.ScaleFactor">
            <summary>
            Gets the current scaling factor.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.CaretPosition">
            <summary>
            Gets the current caret position.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.Owner">
            <summary>
            Gets or sets the owner <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.IsFocused">
            <summary>
            Gets a value indicating whether this presenter is focused.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPresenterBase.IsCtrlOrMacPressed">
            <summary>
            Gets a value indicating whether the Ctrl button of the keyboard is pressed.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.RichTextEditor.MathUtilities">
            <summary>
            Provides static methods not included in the standard Math class.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.MathUtilities.Clamp(System.Int32,System.Int32,System.Int32)">
            <summary>
            Restricts a value to be within a specified range.
            </summary>
            <param name="value">The value to clamp.</param>
            <param name="min">The minimum value.</param>
            <param name="max">The maximum value.</param>
            <returns>The clamped value.</returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.MathUtilities.Clamp(System.Double,System.Double,System.Double)">
            <summary>
            Restricts a value to be within a specified range.
            </summary>
            <param name="value">The value to clamp.</param>
            <param name="min">The minimum value.</param>
            <param name="max">The maximum value.</param>
            <returns>The clamped value.</returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.MathUtilities.Clamp(System.Double,System.Double,System.Double,System.Int32)">
            <summary>
            Restricts a value to be within a specified range.
            </summary>
            <param name="value">The value to clamp.</param>
            <param name="minimum">The minimum value.</param>
            <param name="maximum">The maximum value.</param>
            <param name="precision">The rounding precision value.</param>
            <returns>The clamped value.</returns>
        </member>
        <member name="M:Telerik.WinForms.RichTextEditor.MathUtilities.IsInRange(System.Int32,System.Int32,System.Int32)">
            <summary>
            Checks if a value is within a specified range.
            </summary>
            <param name="value">The value to check.</param>
            <param name="min">The minimum value.</param>
            <param name="max">The maximum value.</param>
            <returns>True if the values is within the range, false otherwise.</returns>
        </member>
        <member name="T:System.Collections.Generic.ExtensionMethods1">
            <summary>
            Extension methods for generic collections.
            </summary>
        </member>
        <member name="M:System.Collections.Generic.ExtensionMethods1.GetValueOrNull``2(System.Collections.Generic.IDictionary{``0,``1},``0)">
            <summary>
            Gets the value or null.
            </summary>
            <typeparam name="TKey">The type of the T key.</typeparam>
            <typeparam name="TValue">The type of the T value.</typeparam>
            <param name="dictionary">The dictionary.</param>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinForms.Documents.Core.Fonts.FontProperties">
            <summary>
            Represents fonts properties class.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Core.Fonts.FontProperties.#ctor(Telerik.WinControls.RichTextEditor.UI.FontFamily,Telerik.WinControls.RichTextEditor.UI.FontStyle,Telerik.WinControls.RichTextEditor.UI.FontWeight)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.Core.Fonts.FontProperties"/> class.
            </summary>
            <param name="fontFamily">The font family.</param>
            <param name="fontStyle">The font style.</param>
            <param name="fontWeight">The font weight.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Core.Fonts.FontProperties.#ctor(Telerik.WinControls.RichTextEditor.UI.FontFamily)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.Core.Fonts.FontProperties"/> class.
            </summary>
            <param name="fontFamily">The font family.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Core.Fonts.FontProperties.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object" /> is equal
            to the current <see cref="T:System.Object" />.
            </summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with the current
            <see cref="T:System.Object" />.</param>
            <returns>
            true if the specified <see cref="T:System.Object" /> is equal to the
            current <see cref="T:System.Object" />; otherwise, false.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Core.Fonts.FontProperties.GetHashCode">
            <summary>
            Serves as a hash function for a particular type.
            </summary>
            <returns>A hash code for the current <see cref="T:System.Object" />.</returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.Core.Fonts.FontProperties.FontFamilyName">
            <summary>
            Gets font family name.
            </summary>
            <value>The name of the font family.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Core.Fonts.FontProperties.FontWeight">
            <summary>
            Gets the font weight.
            </summary>
            <value>The font weight.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Core.Fonts.FontProperties.FontStyle">
            <summary>
            Gets the font style.
            </summary>
            <value>The font style.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Core.Fonts.FontProperties.FontFamily">
            <summary>
            Gets the font family.
            </summary>
            <value>The font family.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Core.Fonts.FontProperties.IsMonoSpaced">
            <summary>
            Gets if font is mono spaced.
            </summary>
            <value>The is mono spaced.</value>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.PaperTypes">
            <summary>
            Provides enumeration for the most commonly used paper sizes.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.A0">
            <summary>
            Identifies a paper sheet size of 33.1 inches x 46.8 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.A1">
            <summary>
            Identifies a paper sheet size of 23.4 inches x 33.1 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.A2">
            <summary>
            Identifies a paper sheet size of 16.5 inches x 23.4 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.A3">
            <summary>
            Identifies a paper sheet size of 11.7 inches x 16.5 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.A4">
            <summary>
            Identifies a paper sheet size of 8.3 inches x 11.7 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.A5">
            <summary>
            Identifies a paper sheet size of 5.8 inches x 8.3 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.RA0">
            <summary>
            Identifies a paper sheet size of 33.9 inches x 48 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.RA1">
            <summary>
            Identifies a paper sheet size of 24 inches x 33.9 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.RA2">
            <summary>
            Identifies a paper sheet size of 16.9 inches x 24 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.RA3">
            <summary>
            Identifies a paper sheet size of 12 inches x 16.9 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.RA4">
            <summary>
            Identifies a paper sheet size of 8.5 inches x 12 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.RA5">
            <summary>
            Identifies a paper sheet size of 4.8 inches x 8.5 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.B0">
            <summary>
            Identifies a paper sheet size of 39.4 inches x 55.7 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.B1">
            <summary>
            Identifies a paper sheet size of 27.8 inches x 39.4 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.B2">
            <summary>
            Identifies a paper sheet size of 59.1 inches x 19.7 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.B3">
            <summary>
            Identifies a paper sheet size of 13.9 inches x 19.7 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.B4">
            <summary>
            Identifies a paper sheet size of 10.1 inches x 14.3 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.B5">
            <summary>
            Identifies a paper sheet size of 7.2 inches x 10.1 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.Quarto">
            <summary>
            Identifies a paper sheet size of 8 inches x 10 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.Foolscap">
            <summary>
            Identifies a paper sheet size of 8 inches x 13 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.Executive">
            <summary>
            Identifies a paper sheet size of 7.5 inches x 10 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.GovernmentLetter">
            <summary>
            Identifies a paper sheet size of 10.5 inches x 8 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.Letter">
            <summary>
            Identifies a paper sheet size of 8.5 inches x 11 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.Legal">
            <summary>
            Identifies a paper sheet size of 8.5 inches x 14 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.Ledger">
            <summary>
            Identifies a paper sheet size of 17 inches x 11 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.Tabloid">
            <summary>
            Identifies a paper sheet size of 11 inches x 17 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.Post">
            <summary>
            Identifies a paper sheet size of 15.6 inches x 19.2 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.Crown">
            <summary>
            Identifies a paper sheet size of 20 inches x 15 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.LargePost">
            <summary>
            Identifies a paper sheet size of 16.5 inches x 21 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.Demy">
            <summary>
            Identifies a paper sheet size of 17.5 inches x 22 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.Medium">
            <summary>
            Identifies a paper sheet size of 18 inches x 23 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.Royal">
            <summary>
            Identifies a paper sheet size of 20 inches x 25 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.Elephant">
            <summary>
            Identifies a paper sheet size of 21.7 inches x 28 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.DoubleDemy">
            <summary>
            Identifies a paper sheet size of 23.5 inches x 35 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.QuadDemy">
            <summary>
            Identifies a paper sheet size of 35 inches x 45 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.STMT">
            <summary>
            Identifies a paper sheet size of 5.5 inches x 8.5 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.Folio">
            <summary>
            Identifies a paper sheet size of 8.5 inches x 13 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.Statement">
            <summary>
            Identifies a paper sheet size of 5.5 inches x 8.5 inches.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PaperTypes.Size10x14">
            <summary>
            Identifies a paper sheet size of 10 inches x 14 inches.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.PaperTypeConverter">
            <summary>
            Provides methods for converting from standard PaperTypes to Size
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Model.PaperTypeConverter.ToSize(Telerik.WinForms.Documents.Model.PaperTypes)">
            <summary>
            Converts the specified PaperType enumeration to a pair of pixel values in Size.
            </summary>
            <param name="type">PaperType</param>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinForms.Documents.Model.PageOrientation">
            <summary>
            Specifies page orientation.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PageOrientation.Rotate0">
            <summary> 
            Portrait page orientation.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PageOrientation.Rotate90">
            <summary> 
            Landscape page orientation.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PageOrientation.Rotate180">
            <summary> 
            Page is rotated 180 degrees.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PageOrientation.Rotate270">
            <summary> 
            Page is rotated 270 degrees
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PageOrientation.Portrait">
            <summary> 
            Portrait page orientation.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Model.PageOrientation.Landscape">
            <summary> 
            Landscape page orientation.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Thickness.op_Equality(Telerik.WinControls.RichTextEditor.UI.Thickness,Telerik.WinControls.RichTextEditor.UI.Thickness)">
            <summary>Compares the value of two <see cref="T:System.Windows.Thickness" /> structures for equality.</summary>
            <returns>true if the two instances of <see cref="T:System.Windows.Thickness" /> are equal; otherwise, false.</returns>
            <param name="t1">The first structure to compare.</param>
            <param name="t2">The other structure to compare.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Thickness.op_Inequality(Telerik.WinControls.RichTextEditor.UI.Thickness,Telerik.WinControls.RichTextEditor.UI.Thickness)">
            <summary>Compares two <see cref="T:System.Windows.Thickness" /> structures for inequality. </summary>
            <returns>true if the two instances of <see cref="T:System.Windows.Thickness" /> are not equal; otherwise, false.</returns>
            <param name="t1">The first structure to compare.</param>
            <param name="t2">The other structure to compare.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Thickness.ToString">
            <summary>Returns the string representation of the <see cref="T:System.Windows.Thickness" /> structure.</summary>
            <returns>A <see cref="T:System.String" /> that represents the <see cref="T:System.Windows.Thickness" /> value.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Thickness.Left">
            <summary>Gets or sets the width, in pixels, of the left side of the bounding rectangle. </summary>
            <returns>A <see cref="T:System.Double" /> that represents the width, in pixels, of the left side of the bounding rectangle for this instance of <see cref="T:System.Windows.Thickness" />. a pixel is equal to 1/96 on an inch. The default is 0.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Thickness.Top">
            <summary>Gets or sets the width, in pixels, of the upper side of the bounding rectangle.</summary>
            <returns>A <see cref="T:System.Double" /> that represents the width, in pixels, of the upper side of the bounding rectangle for this instance of <see cref="T:System.Windows.Thickness" />. A pixel is equal to 1/96 of an inch. The default is 0.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Thickness.Right">
            <summary>Gets or sets the width, in pixels, of the right side of the bounding rectangle. </summary>
            <returns>A <see cref="T:System.Double" /> that represents the width, in pixels, of the right side of the bounding rectangle for this instance of <see cref="T:System.Windows.Thickness" />. A pixel is equal to 1/96 of an inch. The default is 0.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Thickness.Bottom">
            <summary>Gets or sets the width, in pixels, of the lower side of the bounding rectangle.</summary>
            <returns>A <see cref="T:System.Double" /> that represents the width, in pixels, of the lower side of the bounding rectangle for this instance of <see cref="T:System.Windows.Thickness" />. A pixel is equal to 1/96 of an inch. The default is 0.</returns>
        </member>
        <member name="T:Telerik.WinControls.RichTextEditor.UI.HorizontalAlignment">
            <summary>Indicates where an element should be displayed on the horizontal axis relative to the allocated layout slot of the parent element. </summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.HorizontalAlignment.Left">
            <summary>An element aligned to the left of the layout slot for the parent element. </summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.HorizontalAlignment.Center">
            <summary>An element aligned to the center of the layout slot for the parent element. </summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.HorizontalAlignment.Right">
            <summary>An element aligned to the right of the layout slot for the parent element. </summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.HorizontalAlignment.Stretch">
            <summary>An element stretched to fill the entire layout slot of the parent element. </summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.VerticalAlignment.Top">
            <summary>The child element is aligned to the top of the parent's layout slot.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.VerticalAlignment.Center">
            <summary>The child element is aligned to the center of the parent's layout slot.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.VerticalAlignment.Bottom">
            <summary>The child element is aligned to the bottom of the parent's layout slot.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.VerticalAlignment.Stretch">
            <summary>The child element stretches to fill the parent's layout slot. </summary>
        </member>
        <member name="T:Telerik.WinControls.RichTextEditor.UI.FlowDirection">
            <summary>Defines constants that specify the content flow direction for text and user interface (UI) elements. </summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.FlowDirection.LeftToRight">
            <summary>Indicates that content should flow from left to right.</summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.FlowDirection.RightToLeft">
            <summary>Indicates that content should flow from right to left.</summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.Stretch.None">
            <summary>The content preserves its original size. </summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.Stretch.Fill">
            <summary>The content is resized to fill the destination dimensions. The aspect
            ratio is not preserved. </summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.Stretch.Uniform">
            <summary>The content is resized to fit in the destination dimensions while it
            preserves its native aspect ratio. </summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.Stretch.UniformToFill">
            <summary>The content is resized to fill the destination dimensions while it preserves
            its native aspect ratio. If the aspect ratio of the destination rectangle differs
            from the source, the source content is clipped to fit in the destination dimensions.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.RichTextEditor.UI.FontWeight">
            <summary>Refers to the density of a typeface, in terms of the lightness or heaviness of the strokes.</summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontWeight.Compare(Telerik.WinControls.RichTextEditor.UI.FontWeight,Telerik.WinControls.RichTextEditor.UI.FontWeight)">
            <summary>Compares two instances of <see cref="T:System.Windows.FontWeight" />.</summary>
            <returns>An <see cref="T:System.Int32" /> value that indicates the relationship between the two instances of <see cref="T:System.Windows.FontWeight" />. When the return value is less than zero, <paramref name="left" /> is less than <paramref name="right" />. When this value is zero, it indicates that both operands are equal. When the value is greater than zero, it indicates that <paramref name="left" /> is greater than <paramref name="right" />.</returns>
            <param name="left">The first <see cref="T:System.Windows.FontWeight" /> object to compare.</param>
            <param name="right">The second <see cref="T:System.Windows.FontWeight" /> object to compare.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontWeight.Equals(Telerik.WinControls.RichTextEditor.UI.FontWeight)">
            <summary>Determines whether the current <see cref="T:System.Windows.FontWeight" /> object is equal to a specified <see cref="T:System.Windows.FontWeight" /> object.</summary>
            <returns>true if the two instances are equal; otherwise, false.</returns>
            <param name="obj">The instance of <see cref="T:System.Windows.FontWeight" /> to compare for equality.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontWeight.Equals(System.Object)">
            <summary>Determines whether the current <see cref="T:System.Windows.FontWeight" /> object is equal to a specified object.</summary>
            <returns>true if the two instances are equal; otherwise, false.</returns>
            <param name="obj">The <see cref="T:System.Object" /> to compare for equality.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontWeight.FromOpenTypeWeight(System.Int32)">
            <summary>Creates a new instance of <see cref="T:System.Windows.FontWeight" /> that corresponds to the OpenType usWeightClass value.</summary>
            <returns>A new instance of <see cref="T:System.Windows.FontWeight" />.</returns>
            <param name="weightValue">An integer value between 1 and 999 that corresponds to the usWeightClass definition in the OpenType specification.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontWeight.GetHashCode">
            <summary>Retrieves the hash code for this object.</summary>
            <returns>A 32-bit hash code, which is a signed integer.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontWeight.op_Equality(Telerik.WinControls.RichTextEditor.UI.FontWeight,Telerik.WinControls.RichTextEditor.UI.FontWeight)">
            <summary>Compares two instances of <see cref="T:System.Windows.FontWeight" /> for equality.</summary>
            <returns>true if the instances of <see cref="T:System.Windows.FontWeight" /> are equal; otherwise, false.</returns>
            <param name="left">The first instance of <see cref="T:System.Windows.FontWeight" /> to compare.</param>
            <param name="right">The second instance of <see cref="T:System.Windows.FontWeight" /> to compare.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontWeight.op_GreaterThan(Telerik.WinControls.RichTextEditor.UI.FontWeight,Telerik.WinControls.RichTextEditor.UI.FontWeight)">
            <summary>Evaluates two instances of <see cref="T:System.Windows.FontWeight" /> to determine whether one instance is greater than the other.</summary>
            <returns>true if <paramref name="left" /> is greater than <paramref name="right" />; otherwise, false.</returns>
            <param name="left">The first instance of <see cref="T:System.Windows.FontWeight" /> to compare.</param>
            <param name="right">The second instance of <see cref="T:System.Windows.FontWeight" /> to compare.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontWeight.op_GreaterThanOrEqual(Telerik.WinControls.RichTextEditor.UI.FontWeight,Telerik.WinControls.RichTextEditor.UI.FontWeight)">
            <summary>Evaluates two instances of <see cref="T:System.Windows.FontWeight" /> to determine whether one instance is greater than or equal to the other.</summary>
            <returns>true if <paramref name="left" /> is greater than or equal to <paramref name="right" />; otherwise, false.</returns>
            <param name="left">The first instance of <see cref="T:System.Windows.FontWeight" /> to compare.</param>
            <param name="right">The second instance of <see cref="T:System.Windows.FontWeight" /> to compare.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontWeight.op_Inequality(Telerik.WinControls.RichTextEditor.UI.FontWeight,Telerik.WinControls.RichTextEditor.UI.FontWeight)">
            <summary>Evaluates two instances of <see cref="T:System.Windows.FontWeight" /> to determine inequality.</summary>
            <returns>false if <paramref name="left" /> is equal to <paramref name="right" />; otherwise, true.</returns>
            <param name="left">The first instance of <see cref="T:System.Windows.FontWeight" /> to compare.</param>
            <param name="right">The second instance of <see cref="T:System.Windows.FontWeight" /> to compare.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontWeight.op_LessThan(Telerik.WinControls.RichTextEditor.UI.FontWeight,Telerik.WinControls.RichTextEditor.UI.FontWeight)">
            <summary>Evaluates two instances of <see cref="T:System.Windows.FontWeight" /> to determine whether one instance is less than the other.</summary>
            <returns>true if <paramref name="left" /> is less than <paramref name="right" />; otherwise, false.</returns>
            <param name="left">The first instance of <see cref="T:System.Windows.FontWeight" /> to compare.</param>
            <param name="right">The second instance of <see cref="T:System.Windows.FontWeight" /> to compare.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontWeight.op_LessThanOrEqual(Telerik.WinControls.RichTextEditor.UI.FontWeight,Telerik.WinControls.RichTextEditor.UI.FontWeight)">
            <summary>Evaluates two instances of <see cref="T:System.Windows.FontWeight" /> to determine whether one instance is less than or equal to the other.</summary>
            <returns>true if <paramref name="left" /> is less than or equal to <paramref name="right" />; otherwise, false.</returns>
            <param name="left">The first instance of <see cref="T:System.Windows.FontWeight" /> to compare.</param>
            <param name="right">The second instance of <see cref="T:System.Windows.FontWeight" /> to compare.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontWeight.System#IFormattable#ToString(System.String,System.IFormatProvider)">
            <summary>For a description of this member, see <see cref="M:System.IFormattable.ToString(System.String,System.IFormatProvider)" />.</summary>
            <returns>A <see cref="T:System.String" /> containing the value of the current instance in the specified format.</returns>
            <param name="format">The <see cref="T:System.String" /> specifying the format to use.-or- null to use the default format defined for the type of the <see cref="T:System.IFormattable" /> implementation. </param>
            <param name="provider">The <see cref="T:System.IFormatProvider" /> to use to format the value.-or- null to obtain the numeric format information from the current locale setting of the operating system. </param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontWeight.ToOpenTypeWeight">
            <summary>Returns a value that represents the OpenType usWeightClass for the <see cref="T:System.Windows.FontWeight" /> object.</summary>
            <returns>An integer value between 1 and 999 that corresponds to the usWeightClass definition in the OpenType specification.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontWeight.ToString">
            <summary>Returns a text string that represents the value of the <see cref="T:System.Windows.FontWeight" /> object and is based on the <see cref="P:System.Globalization.CultureInfo.CurrentCulture" /> property information.</summary>
            <returns>A <see cref="T:System.String" /> that represents the value of the <see cref="T:System.Windows.FontWeight" /> object, such as "Light", "Normal", or "UltraBold".</returns>
        </member>
        <member name="T:Telerik.WinControls.RichTextEditor.UI.FontWeights">
            <summary>Provides a set of static predefined <see cref="T:System.Windows.FontWeight" /> values.</summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FontWeights.Black">
            <summary>Specifies a "Black" font weight.</summary>
            <returns>A value that represents a "Black" font weight.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FontWeights.Bold">
            <summary>Specifies a "Bold" font weight.</summary>
            <returns>A value that represents a "Bold" font weight.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FontWeights.DemiBold">
            <summary>Specifies a "Demi-bold" font weight.</summary>
            <returns>A value that represents a "Demi-bold" font weight.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FontWeights.ExtraBlack">
            <summary>Specifies an "Extra-black" font weight.</summary>
            <returns>A value that represents an "Extra-black" font weight.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FontWeights.ExtraBold">
            <summary>Specifies an "Extra-bold" font weight.</summary>
            <returns>A value that represents an "Extra-bold" font weight.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FontWeights.ExtraLight">
            <summary>Specifies an "Extra-light" font weight.</summary>
            <returns>A value that represents an "Extra-light" font weight.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FontWeights.Heavy">
            <summary>Specifies a "Heavy" font weight.</summary>
            <returns>A value that represents a "Heavy" font weight.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FontWeights.Light">
            <summary>Specifies a "Light" font weight.</summary>
            <returns>A value that represents a "Light" font weight.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FontWeights.Medium">
            <summary>Specifies a "Medium" font weight.</summary>
            <returns>A value that represents a "Medium" font weight.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FontWeights.Normal">
            <summary>Specifies a "Normal" font weight.</summary>
            <returns>A value that represents a "Normal" font weight.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FontWeights.Regular">
            <summary>Specifies a "Regular" font weight.</summary>
            <returns>A value that represents a "Regular" font weight.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FontWeights.SemiBold">
            <summary>Specifies a "Semi-bold" font weight.</summary>
            <returns>A value that represents a "Semi-bold" font weight.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FontWeights.Thin">
            <summary>Specifies a "Thin" font weight.</summary>
            <returns>A value that represents a "Thin" font weight.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FontWeights.UltraBlack">
            <summary>Specifies an "Ultra-black" font weight.</summary>
            <returns>A value that represents an "Ultra-black" font weight.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FontWeights.UltraBold">
            <summary>Specifies an "Ultra-bold" font weight.</summary>
            <returns>A value that represents an "Ultra-bold" font weight.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FontWeights.UltraLight">
            <summary>Specifies an "Ultra-light" font weight.</summary>
            <returns>A value that represents an "Ultra-light" font weight.</returns>
        </member>
        <member name="T:Telerik.WinControls.RichTextEditor.UI.FontStyle">
            <summary>Defines a structure that represents the style of a font face as normal, italic, or oblique.</summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontStyle.Equals(Telerik.WinControls.RichTextEditor.UI.FontStyle)">
            <summary>Compares a <see cref="T:System.Windows.FontStyle" /> with the current <see cref="T:System.Windows.FontStyle" /> instance for equality.</summary>
            <returns>true to show the two instances are equal; otherwise, false.</returns>
            <param name="obj">An instance of <see cref="T:System.Windows.FontStyle" /> to compare for equality.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontStyle.Equals(System.Object)">
            <summary>Compares an <see cref="T:System.Object" /> with the current <see cref="T:System.Windows.FontStyle" /> instance for equality.</summary>
            <returns>true to show the two instances are equal; otherwise, false.</returns>
            <param name="obj">An <see cref="T:System.Object" /> value that represents the <see cref="T:System.Windows.FontStyle" /> to compare for equality.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontStyle.GetHashCode">
            <summary>Retrieves the hash code for this object. </summary>
            <returns>A 32-bit hash code, which is a signed integer.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontStyle.op_Equality(Telerik.WinControls.RichTextEditor.UI.FontStyle,Telerik.WinControls.RichTextEditor.UI.FontStyle)">
            <summary>Compares two instances of <see cref="T:System.Windows.FontStyle" /> for equality.</summary>
            <returns>true to show the specified <see cref="T:System.Windows.FontStyle" /> objects are equal; otherwise, false.</returns>
            <param name="left">The first instance of <see cref="T:System.Windows.FontStyle" /> to compare.</param>
            <param name="right">The second instance of <see cref="T:System.Windows.FontStyle" /> to compare.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontStyle.op_Inequality(Telerik.WinControls.RichTextEditor.UI.FontStyle,Telerik.WinControls.RichTextEditor.UI.FontStyle)">
            <summary>Evaluates two instances of <see cref="T:System.Windows.FontStyle" /> to determine inequality.</summary>
            <returns>false to show <paramref name="left" /> is equal to <paramref name="right" />; otherwise, true.</returns>
            <param name="left">The first instance of <see cref="T:System.Windows.FontStyle" /> to compare.</param>
            <param name="right">The second instance of <see cref="T:System.Windows.FontStyle" /> to compare.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontStyle.System#IFormattable#ToString(System.String,System.IFormatProvider)">
            <summary>For a description of this member, see <see cref="M:System.IFormattable.ToString(System.String,System.IFormatProvider)" />.</summary>
            <returns>A <see cref="T:System.String" /> containing the value of the current instance in the specified format.</returns>
            <param name="format">The <see cref="T:System.String" /> specifying the format to use.-or- null to use the default format defined for the type of the <see cref="T:System.IFormattable" /> implementation. </param>
            <param name="provider">The <see cref="T:System.IFormatProvider" /> to use to format the value.-or- null to obtain the numeric format information from the current locale setting of the operating system. </param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FontStyle.ToString">
            <summary>Creates a <see cref="T:System.String" /> that represents the current <see cref="T:System.Windows.FontStyle" /> object and is based on the <see cref="P:System.Globalization.CultureInfo.CurrentCulture" /> property information.</summary>
            <returns>A <see cref="T:System.String" /> that represents the value of the <see cref="T:System.Windows.FontStyle" /> object, such as "Normal", "Italic", or "Oblique".</returns>
        </member>
        <member name="T:Telerik.WinControls.RichTextEditor.UI.FontStyles">
            <summary>Provides a set of static predefined <see cref="T:System.Windows.FontStyle" /> values.</summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FontStyles.Italic">
            <summary>Specifies an italic <see cref="T:System.Windows.FontStyle" />.</summary>
            <returns>A value that represents an italic <see cref="T:System.Windows.FontStyle" />.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FontStyles.Normal">
            <summary>Specifies a normal <see cref="T:System.Windows.FontStyle" />.</summary>
            <returns>A value that represents a normal <see cref="T:System.Windows.FontStyle" />.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FontStyles.Oblique">
            <summary>Specifies an oblique <see cref="T:System.Windows.FontStyle" />.</summary>
            <returns>A value that represents an oblique <see cref="T:System.Windows.FontStyle" />.</returns>
        </member>
        <member name="T:Telerik.WinControls.RichTextEditor.UI.Color">
            <summary>Describes a color in terms of alpha, red, green, and blue channels. </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Color.AreClose(Telerik.WinControls.RichTextEditor.UI.Color,Telerik.WinControls.RichTextEditor.UI.Color)">
            <summary>Compares two <see cref="T:System.Windows.Media.Color" /> structures for fuzzy equality. </summary>
            <returns>true if <paramref name="color1" /> and <paramref name="color2" /> are nearly identical; otherwise, false.</returns>
            <param name="color1">The first color to compare.</param>
            <param name="color2">The second color to compare.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Color.Clamp">
            <summary>Sets the ScRGB channels of the color to within the gamut of 0 to 1, if they are outside that range. </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Color.Equals(Telerik.WinControls.RichTextEditor.UI.Color,Telerik.WinControls.RichTextEditor.UI.Color)">
            <summary>Tests whether two <see cref="T:System.Windows.Media.Color" /> structures are identical. </summary>
            <returns>true if <paramref name="color1" /> and <paramref name="color2" /> are exactly identical; otherwise, false.</returns>
            <param name="color1">The first <see cref="T:System.Windows.Media.Color" /> structure to compare.</param>
            <param name="color2">The second <see cref="T:System.Windows.Media.Color" /> structure to compare.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Color.Equals(Telerik.WinControls.RichTextEditor.UI.Color)">
            <summary>Tests whether the specified <see cref="T:System.Windows.Media.Color" /> structure is identical to the current color.</summary>
            <returns>true if the specified <see cref="T:System.Windows.Media.Color" /> structure is identical to the current <see cref="T:System.Windows.Media.Color" /> structure; otherwise, false.</returns>
            <param name="color">The <see cref="T:System.Windows.Media.Color" /> structure to compare to the current <see cref="T:System.Windows.Media.Color" /> structure.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Color.Equals(System.Object)">
            <summary>Tests whether the specified object is a <see cref="T:System.Windows.Media.Color" /> structure and is equivalent to the current color. </summary>
            <returns>true if the specified object is a <see cref="T:System.Windows.Media.Color" /> structure and is identical to the current <see cref="T:System.Windows.Media.Color" /> structure; otherwise, false.</returns>
            <param name="o">The object to compare to the current <see cref="T:System.Windows.Media.Color" /> structure.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Color.FromArgb(System.Byte,System.Byte,System.Byte,System.Byte)">
            <summary>Creates a new <see cref="T:System.Windows.Media.Color" /> structure by using the specified sRGB alpha channel and color channel values. </summary>
            <returns>A <see cref="T:System.Windows.Media.Color" /> structure with the specified values.</returns>
            <param name="a">The alpha channel, <see cref="P:System.Windows.Media.Color.A" />, of the new color.</param>
            <param name="r">The red channel, <see cref="P:System.Windows.Media.Color.R" />, of the new color.</param>
            <param name="g">The green channel, <see cref="P:System.Windows.Media.Color.G" />, of the new color.</param>
            <param name="b">The blue channel, <see cref="P:System.Windows.Media.Color.B" />, of the new color.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Color.FromAValues(System.Single,System.Single[],System.Uri)">
            <summary>Creates a new <see cref="T:System.Windows.Media.Color" /> structure by using the specified alpha channel, color channel values, and color profile.</summary>
            <returns>A <see cref="T:System.Windows.Media.Color" /> structure with the specified values.</returns>
            <param name="a">The alpha channel for the new color.</param>
            <param name="values">A collection of values that specify the color channels for the new color. These values map to the <paramref name="profileUri" />.</param>
            <param name="profileUri">The International Color Consortium (ICC) or Image Color Management (ICM) color profile for the new color. </param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Color.FromRgb(System.Byte,System.Byte,System.Byte)">
            <summary>Creates a new <see cref="T:System.Windows.Media.Color" /> structure by using the specified sRGB color channel values. </summary>
            <returns>A <see cref="T:System.Windows.Media.Color" /> structure with the specified values and an alpha channel value of 1.</returns>
            <param name="r">The sRGB red channel, <see cref="P:System.Windows.Media.Color.R" />, of the new color.</param>
            <param name="g">The sRGB green channel, <see cref="P:System.Windows.Media.Color.G" />, of the new color.</param>
            <param name="b">The sRGB blue channel, <see cref="P:System.Windows.Media.Color.B" />, of the new color.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Color.FromScRgb(System.Single,System.Single,System.Single,System.Single)">
            <summary>Creates a new <see cref="T:System.Windows.Media.Color" /> structure by using the specified ScRGB alpha channel and color channel values. </summary>
            <returns>A <see cref="T:System.Windows.Media.Color" /> structure with the specified values.</returns>
            <param name="a">The ScRGB alpha channel, <see cref="P:System.Windows.Media.Color.ScA" />, of the new color.</param>
            <param name="r">The ScRGB red channel, <see cref="P:System.Windows.Media.Color.ScR" />, of the new color.</param>
            <param name="g">The ScRGB green channel, <see cref="P:System.Windows.Media.Color.ScG" />, of the new color.</param>
            <param name="b">The ScRGB blue channel, <see cref="P:System.Windows.Media.Color.ScB" />, of the new color.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Color.FromValues(System.Single[],System.Uri)">
            <summary>Creates a new <see cref="T:System.Windows.Media.Color" /> structure by using the specified color channel values and color profile.</summary>
            <returns>A <see cref="T:System.Windows.Media.Color" /> structure with the specified values and an alpha channel value of 1.</returns>
            <param name="values">A collection of values that specify the color channels for the new color. These values map to the <paramref name="profileUri" />.</param>
            <param name="profileUri">The International Color Consortium (ICC) or Image Color Management (ICM) color profile for the new color.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Color.GetHashCode">
            <summary>Gets a hash code for the current <see cref="T:System.Windows.Media.Color" /> structure. </summary>
            <returns>A hash code for the current <see cref="T:System.Windows.Media.Color" /> structure.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Color.GetNativeColorValues">
            <summary>Gets the color channel values of the color.</summary>
            <returns>An array of color channel values.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Color.Multiply(Telerik.WinControls.RichTextEditor.UI.Color,System.Single)">
            <summary>Multiplies the alpha, red, blue, and green channels of the specified <see cref="T:System.Windows.Media.Color" /> structure by the specified value. </summary>
            <returns>A new <see cref="T:System.Windows.Media.Color" /> structure whose color values are the results of the multiplication operation.</returns>
            <param name="color">The <see cref="T:System.Windows.Media.Color" /> to be multiplied.</param>
            <param name="coefficient">The value to multiply by.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Color.op_Multiply(Telerik.WinControls.RichTextEditor.UI.Color,System.Single)">
            <summary>Multiplies the alpha, red, blue, and green channels of the specified <see cref="T:System.Windows.Media.Color" /> structure by the specified value. </summary>
            <returns>A new <see cref="T:System.Windows.Media.Color" /> structure whose color values are the results of the multiplication operation.</returns>
            <param name="color">The <see cref="T:System.Windows.Media.Color" /> to be multiplied.</param>
            <param name="coefficient">The value to multiply by.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Color.ToString">
            <summary>Creates a string representation of the color using the ScRGB channels. </summary>
            <returns>The string representation of the color.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Color.ToString(System.IFormatProvider)">
            <summary>Creates a string representation of the color by using the ScRGB channels and the specified format provider. </summary>
            <returns>The string representation of the color.</returns>
            <param name="provider">Culture-specific formatting information.</param>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Color.A">
            <summary>Gets or sets the sRGB alpha channel value of the color. </summary>
            <returns>The sRGB alpha channel value of the color.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Color.B">
            <summary>Gets or sets the sRGB blue channel value of the color. </summary>
            <returns>The sRGB blue channel value of the current <see cref="T:System.Windows.Media.Color" /> structure.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Color.G">
            <summary>Gets or sets the sRGB green channel value of the color. </summary>
            <returns>The sRGB green channel value of the current <see cref="T:System.Windows.Media.Color" /> structure.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Color.R">
            <summary>Gets or sets the sRGB red channel value of the color. </summary>
            <returns>The sRGB red channel value of the current <see cref="T:System.Windows.Media.Color" /> structure.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Color.ScA">
            <summary>Gets or sets the ScRGB alpha channel value of the color. </summary>
            <returns>The ScRGB alpha channel value of the current <see cref="T:System.Windows.Media.Color" /> structure.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Color.ScB">
            <summary>Gets or sets the ScRGB blue channel value of the color. </summary>
            <returns>The ScRGB red channel value of the current <see cref="T:System.Windows.Media.Color" /> structure.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Color.ScG">
            <summary>Gets or sets the ScRGB green channel value of the color. </summary>
            <returns>The ScRGB green channel value of the current <see cref="T:System.Windows.Media.Color" /> structure.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Color.ScR">
            <summary>Gets or sets the ScRGB red channel value of the color. </summary>
            <returns>The ScRGB red channel value of the current <see cref="T:System.Windows.Media.Color" /> structure.</returns>
        </member>
        <member name="T:Telerik.WinControls.RichTextEditor.UI.Colors">
            <summary>Implements a set of predefined colors. </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.AliceBlue">
            <summary>Gets the system-defined color that has an ARGB value of #FFF0F8FF. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.AntiqueWhite">
            <summary>Gets the system-defined color that has an ARGB value of #FFFAEBD7. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Aqua">
            <summary>Gets the system-defined color that has an ARGB value of #FF00FFFF. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Aquamarine">
            <summary>Gets the system-defined color that has an ARGB value of #FF7FFFD4. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Azure">
            <summary>Gets the system-defined color that has an ARGB value of #FFF0FFFF. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Beige">
            <summary>Gets the system-defined color that has an ARGB value of #FFF5F5DC. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Bisque">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFE4C4. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Black">
            <summary>Gets the system-defined color that has an ARGB value of #FF000000. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.BlanchedAlmond">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFEBCD. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Blue">
            <summary>Gets the system-defined color that has an ARGB value of #FF0000FF. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.BlueViolet">
            <summary>Gets the system-defined color that has an ARGB value of #FF8A2BE2. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Brown">
            <summary>Gets the system-defined color that has an ARGB value of #FFA52A2A. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.BurlyWood">
            <summary>Gets the system-defined color that has an ARGB value of #FFDEB887. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.CadetBlue">
            <summary>Gets the system-defined color that has an ARGB value of #FF5F9EA0. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Chartreuse">
            <summary>Gets the system-defined color that has an ARGB value of #FF7FFF00. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Chocolate">
            <summary>Gets the system-defined color that has an ARGB value of #FFD2691E. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Coral">
            <summary>Gets the system-defined color that has an ARGB value of #FFFF7F50. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.CornflowerBlue">
            <summary>Gets the system-defined color that has an ARGB value of #FF6495ED. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Cornsilk">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFF8DC. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Crimson">
            <summary>Gets the system-defined color that has an ARGB value of #FFDC143C. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Cyan">
            <summary>Gets the system-defined color that has an ARGB value of #FF00FFFF. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.DarkBlue">
            <summary>Gets the system-defined color that has an ARGB value of #FF00008B. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.DarkCyan">
            <summary>Gets the system-defined color that has an ARGB value of #FF008B8B. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.DarkGoldenrod">
            <summary>Gets the system-defined color that has an ARGB value of #FFB8860B. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.DarkGray">
            <summary>Gets the system-defined color that has an ARGB value of #FFA9A9A9. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.DarkGreen">
            <summary>Gets the system-defined color that has an ARGB value of #FF006400. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.DarkKhaki">
            <summary>Gets the system-defined color that has an ARGB value of #FFBDB76B. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.DarkMagenta">
            <summary>Gets the system-defined color that has an ARGB value of #FF8B008B. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.DarkOliveGreen">
            <summary>Gets the system-defined color that has an ARGB value of #FF556B2F. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.DarkOrange">
            <summary>Gets the system-defined color that has an ARGB value of #FFFF8C00. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.DarkOrchid">
            <summary>Gets the system-defined color that has an ARGB value of #FF9932CC. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.DarkRed">
            <summary>Gets the system-defined color that has an ARGB value of #FF8B0000. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.DarkSalmon">
            <summary>Gets the system-defined color that has an ARGB value of #FFE9967A. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.DarkSeaGreen">
            <summary>Gets the system-defined color that has an ARGB value of #FF8FBC8F. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.DarkSlateBlue">
            <summary>Gets the system-defined color that has an ARGB value of #FF483D8B. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.DarkSlateGray">
            <summary>Gets the system-defined color that has an ARGB value of #FF2F4F4F. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.DarkTurquoise">
            <summary>Gets the system-defined color that has an ARGB value of #FF00CED1. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.DarkViolet">
            <summary>Gets the system-defined color that has an ARGB value of #FF9400D3. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.DeepPink">
            <summary>Gets the system-defined color that has an ARGB value of #FFFF1493. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.DeepSkyBlue">
            <summary>Gets the system-defined color that has an ARGB value of #FF00BFFF. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.DimGray">
            <summary>Gets the system-defined color that has an ARGB value of #FF696969. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.DodgerBlue">
            <summary>Gets the system-defined color that has an ARGB value of #FF1E90FF. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Firebrick">
            <summary>Gets the system-defined color that has an ARGB value of #FFB22222. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.FloralWhite">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFFAF0. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.ForestGreen">
            <summary>Gets the system-defined color that has an ARGB value of #FF228B22. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Fuchsia">
            <summary>Gets the system-defined color that has an ARGB value of #FFFF00FF. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Gainsboro">
            <summary>Gets the system-defined color that has an ARGB value of #FFDCDCDC. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.GhostWhite">
            <summary>Gets the system-defined color that has an ARGB value of #FFF8F8FF. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Gold">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFD700. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Goldenrod">
            <summary>Gets the system-defined color that has an ARGB value of #FFDAA520. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Gray">
            <summary>Gets the system-defined color that has an ARGB value of #FF808080. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Green">
            <summary>Gets the system-defined color that has an ARGB value of #FF008000. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.GreenYellow">
            <summary>Gets the system-defined color that has an ARGB value of #FFADFF2F. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Honeydew">
            <summary>Gets the system-defined color that has an ARGB value of #FFF0FFF0. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.HotPink">
            <summary>Gets the system-defined color that has an ARGB value of #FFFF69B4. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.IndianRed">
            <summary>Gets the system-defined color that has an ARGB value of #FFCD5C5C. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Indigo">
            <summary>Gets the system-defined color that has an ARGB value of #FF4B0082. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Ivory">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFFFF0. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Khaki">
            <summary>Gets the system-defined color that has an ARGB value of #FFF0E68C. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Lavender">
            <summary>Gets the system-defined color that has an ARGB value of #FFE6E6FA. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.LavenderBlush">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFF0F5. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.LawnGreen">
            <summary>Gets the system-defined color that has an ARGB value of #FF7CFC00. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.LemonChiffon">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFFACD. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.LightBlue">
            <summary>Gets the system-defined color that has an ARGB value of #FFADD8E6. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.LightCoral">
            <summary>Gets the system-defined color that has an ARGB value of #FFF08080. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.LightCyan">
            <summary>Gets the system-defined color that has an ARGB value of #FFE0FFFF. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.LightGoldenrodYellow">
            <summary>Gets the system-defined color that has an ARGB value of #FFFAFAD2. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.LightGray">
            <summary>Gets the system-defined color that has an ARGB value of #FFD3D3D3. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.LightGreen">
            <summary>Gets the system-defined color that has an ARGB value of #FF90EE90. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.LightPink">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFB6C1. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.LightSalmon">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFA07A. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.LightSeaGreen">
            <summary>Gets the system-defined color that has an ARGB value of #FF20B2AA. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.LightSkyBlue">
            <summary>Gets the system-defined color that has an ARGB value of #FF87CEFA. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.LightSlateGray">
            <summary>Gets the system-defined color that has an ARGB value of #FF778899. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.LightSteelBlue">
            <summary>Gets the system-defined color that has an ARGB value of #FFB0C4DE. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.LightYellow">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFFFE0. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Lime">
            <summary>Gets the system-defined color that has an ARGB value of #FF00FF00. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.LimeGreen">
            <summary>Gets the system-defined color that has an ARGB value of #FF32CD32. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Linen">
            <summary>Gets the system-defined color that has an ARGB value of #FFFAF0E6. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Magenta">
            <summary>Gets the system-defined color that has an ARGB value of #FFFF00FF. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Maroon">
            <summary>Gets the system-defined color that has an ARGB value of #FF800000. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.MediumAquamarine">
            <summary>Gets the system-defined color that has an ARGB value of #FF66CDAA. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.MediumBlue">
            <summary>Gets the system-defined color that has an ARGB value of #FF0000CD. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.MediumOrchid">
            <summary>Gets the system-defined color that has an ARGB value of #FFBA55D3. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.MediumPurple">
            <summary>Gets the system-defined color that has an ARGB value of #FF9370DB. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.MediumSeaGreen">
            <summary>Gets the system-defined color that has an ARGB value of #FF3CB371. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.MediumSlateBlue">
            <summary>Gets the system-defined color that has an ARGB value of #FF7B68EE. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.MediumSpringGreen">
            <summary>Gets the system-defined color that has an ARGB value of #FF00FA9A. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.MediumTurquoise">
            <summary>Gets the system-defined color that has an ARGB value of #FF48D1CC. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.MediumVioletRed">
            <summary>Gets the system-defined color that has an ARGB value of #FFC71585. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.MidnightBlue">
            <summary>Gets the system-defined color that has an ARGB value of #FF191970. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.MintCream">
            <summary>Gets the system-defined color that has an ARGB value of #FFF5FFFA. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.MistyRose">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFE4E1. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Moccasin">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFE4B5. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.NavajoWhite">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFDEAD. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Navy">
            <summary>Gets the system-defined color that has an ARGB value of #FF000080. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.OldLace">
            <summary>Gets the system-defined color that has an ARGB value of #FFFDF5E6. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Olive">
            <summary>Gets the system-defined color that has an ARGB value of #FF808000. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.OliveDrab">
            <summary>Gets the system-defined color that has an ARGB value of #FF6B8E23. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Orange">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFA500. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.OrangeRed">
            <summary>Gets the system-defined color that has an ARGB value of #FFFF4500. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Orchid">
            <summary>Gets the system-defined color that has an ARGB value of #FFDA70D6. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.PaleGoldenrod">
            <summary>Gets the system-defined color that has an ARGB value of #FFEEE8AA. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.PaleGreen">
            <summary>Gets the system-defined color that has an ARGB value of #FF98FB98. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.PaleTurquoise">
            <summary>Gets the system-defined color that has an ARGB value of #FFAFEEEE. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.PaleVioletRed">
            <summary>Gets the system-defined color that has an ARGB value of #FFDB7093. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.PapayaWhip">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFEFD5. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.PeachPuff">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFDAB9. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Peru">
            <summary>Gets the system-defined color that has an ARGB value of #FFCD853F. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Pink">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFC0CB. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Plum">
            <summary>Gets the system-defined color that has an ARGB value of #FFDDA0DD. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.PowderBlue">
            <summary>Gets the system-defined color that has an ARGB value of #FFB0E0E6. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Purple">
            <summary>Gets the system-defined color that has an ARGB value of #FF800080. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Red">
            <summary>Gets the system-defined color that has an ARGB value of #FFFF0000. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.RosyBrown">
            <summary>Gets the system-defined color that has an ARGB value of #FFBC8F8F. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.RoyalBlue">
            <summary>Gets the system-defined color that has an ARGB value of #FF4169E1. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.SaddleBrown">
            <summary>Gets the system-defined color that has an ARGB value of #FF8B4513. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Salmon">
            <summary>Gets the system-defined color that has an ARGB value of #FFFA8072. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.SandyBrown">
            <summary>Gets the system-defined color that has an ARGB value of #FFF4A460. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.SeaGreen">
            <summary>Gets the system-defined color that has an ARGB value of #FF2E8B57. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.SeaShell">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFF5EE. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Sienna">
            <summary>Gets the system-defined color that has an ARGB value of #FFA0522D. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Silver">
            <summary>Gets the system-defined color that has an ARGB value of #FFC0C0C0. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.SkyBlue">
            <summary>Gets the system-defined color that has an ARGB value of #FF87CEEB. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.SlateBlue">
            <summary>Gets the system-defined color that has an ARGB value of #FF6A5ACD. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.SlateGray">
            <summary>Gets the system-defined color that has an ARGB value of #FF708090. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Snow">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFFAFA. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.SpringGreen">
            <summary>Gets the system-defined color that has an ARGB value of #FF00FF7F. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.SteelBlue">
            <summary>Gets the system-defined color that has an ARGB value of #FF4682B4. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Tan">
            <summary>Gets the system-defined color that has an ARGB value of #FFD2B48C. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Teal">
            <summary>Gets the system-defined color that has an ARGB value of #FF008080. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Thistle">
            <summary>Gets the system-defined color that has an ARGB value of #FFD8BFD8. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Tomato">
            <summary>Gets the system-defined color that has an ARGB value of #FFFF6347. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Transparent">
            <summary>Gets the system-defined color that has an ARGB value of #00FFFFFF. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Turquoise">
            <summary>Gets the system-defined color that has an ARGB value of #FF40E0D0. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Violet">
            <summary>Gets the system-defined color that has an ARGB value of #FFEE82EE. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Wheat">
            <summary>Gets the system-defined color that has an ARGB value of #FFF5DEB3. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.White">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFFFFF. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.WhiteSmoke">
            <summary>Gets the system-defined color that has an ARGB value of #FFF5F5F5. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.Yellow">
            <summary>Gets the system-defined color that has an ARGB value of #FFFFFF00. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Colors.YellowGreen">
            <summary>Gets the system-defined color that has an ARGB value of #FF9ACD32. </summary>
            <returns>Represents colors in terms of alpha, red, green, and blue channels.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.ActiveBorderColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the color of the active window's border. </summary>
            <returns>The color of the active window's border.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.ActiveCaptionColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the background color of the active window's title bar. </summary>
            <returns>The background color of the active window's title bar.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.ActiveCaptionTextColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the color of the text in the active window's title bar. </summary>
            <returns>The color of the active window's title bar.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.AppWorkspaceColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the color of the application workspace. </summary>
            <returns>The color of the application workspace.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.ControlColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the face color of a three-dimensional display element. </summary>
            <returns>The face color of a three-dimensional display element.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.ControlDarkColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the shadow color of a three-dimensional display element. </summary>
            <returns>The shadow color of a three-dimensional display element.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.ControlDarkDarkColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the dark shadow color of a three-dimensional display element. </summary>
            <returns>The dark shadow color of a three-dimensional display element.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.ControlLightColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the light color of a three-dimensional display element. </summary>
            <returns>The light color of a three-dimensional display element.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.ControlLightLightColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the highlight color of a three-dimensional display element. </summary>
            <returns>The highlight color of a three-dimensional display element.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.ControlTextColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the color of text in a three-dimensional display element. </summary>
            <returns>The color of text in a three-dimensional display element.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.DesktopColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the color of the desktop. </summary>
            <returns>The color of the desktop.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.GradientActiveCaptionColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the right side color in the gradient of an active window's title bar. </summary>
            <returns>The right side color in the gradient.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.GradientInactiveCaptionColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the right side color in the gradient of an inactive window's title bar. </summary>
            <returns>The right side color in the gradient.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.GrayTextColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the color of disabled text. </summary>
            <returns>The color of disabled text.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.HighlightColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the background color of selected items. </summary>
            <returns>The background color of selected items.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.HighlightTextColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the color of the text of selected items. </summary>
            <returns>The color of the text of selected items.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.HotTrackColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the color used to designate a hot-tracked item. </summary>
            <returns>The color used to designate a hot-tracked item.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.InactiveBorderColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the color of an inactive window's border. </summary>
            <returns>The color of an inactive window's border.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.InactiveCaptionColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the background color of an inactive window's title bar. </summary>
            <returns>The background color of an inactive window's title bar.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.InactiveCaptionTextColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the color of the text of an inactive window's title bar. </summary>
            <returns>The color of the text of an inactive window's title bar.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.InfoColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the background color for the <see cref="T:System.Windows.Controls.ToolTip" /> control. </summary>
            <returns>The background color for the <see cref="T:System.Windows.Controls.ToolTip" /> control.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.InfoTextColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the text color for the <see cref="T:System.Windows.Controls.ToolTip" /> control. </summary>
            <returns>The text color for the <see cref="T:System.Windows.Controls.ToolTip" /> control.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.MenuBarColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the background color for a menu bar. </summary>
            <returns>The background color for a menu bar.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.MenuColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the color of a menu's background. </summary>
            <returns>The color of a menu's background.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.MenuHighlightColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the color used to highlight a menu item. </summary>
            <returns>The color used to highlight a menu item.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.MenuTextColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the color of a menu's text. </summary>
            <returns>The color of a menu's text.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.ScrollBarColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the background color of a scroll bar. </summary>
            <returns>The background color of a scroll bar.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.WindowColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the background color in the client area of a window. </summary>
            <returns>The background color in the client area of a window.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.WindowFrameColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the color of a window frame. </summary>
            <returns>The color of a window frame.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.SystemColors.WindowTextColor">
            <summary>Gets a <see cref="T:System.Windows.Media.Color" /> structure that is the color of the text in the client area of a window. </summary>
            <returns>The color of the text in the client area of a window.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Bgr101010">
            <summary>Gets the <see cref="P:System.Windows.Media.PixelFormats.Bgr101010" /> pixel format. <see cref="P:System.Windows.Media.PixelFormats.Bgr101010" /> is a sRGB format with 32 bits per pixel (BPP). Each color channel (blue, green, and red) is allocated 10 bits per pixel (BPP).</summary>
            <returns>The <see cref="P:System.Windows.Media.PixelFormats.Bgr101010" /> pixel format.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Bgr24">
            <summary>Gets the <see cref="P:System.Windows.Media.PixelFormats.Bgr24" /> pixel format. <see cref="P:System.Windows.Media.PixelFormats.Bgr24" /> is a sRGB format with 24 bits per pixel (BPP). Each color channel (blue, green, and red) is allocated 8 bits per pixel (BPP). </summary>
            <returns>The <see cref="P:System.Windows.Media.PixelFormats.Bgr24" /> pixel format.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Bgr32">
            <summary>Gets the <see cref="P:System.Windows.Media.PixelFormats.Bgr32" /> pixel format. <see cref="P:System.Windows.Media.PixelFormats.Bgr32" /> is a sRGB format with 32 bits per pixel (BPP). Each color channel (blue, green, and red) is allocated 8 bits per pixel (BPP).</summary>
            <returns>The <see cref="P:System.Windows.Media.PixelFormats.Bgr32" /> pixel format.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Bgr555">
            <summary>Gets the <see cref="P:System.Windows.Media.PixelFormats.Bgr555" /> pixel format. <see cref="P:System.Windows.Media.PixelFormats.Bgr555" /> is a sRGB format with 16 bits per pixel (BPP). Each color channel (blue, green, and red) is allocated 5 bits per pixel (BPP).</summary>
            <returns>The <see cref="P:System.Windows.Media.PixelFormats.Bgr555" /> pixel format </returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Bgr565">
            <summary>Gets the <see cref="P:System.Windows.Media.PixelFormats.Bgr565" /> pixel format. <see cref="P:System.Windows.Media.PixelFormats.Bgr565" /> is a sRGB format with 16 bits per pixel (BPP). Each color channel (blue, green, and red) is allocated 5, 6, and 5 bits per pixel (BPP) respectively.</summary>
            <returns>The <see cref="P:System.Windows.Media.PixelFormats.Bgr565" /> pixel format.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Bgra32">
            <summary>Gets the <see cref="P:System.Windows.Media.PixelFormats.Bgra32" /> pixel format. <see cref="P:System.Windows.Media.PixelFormats.Bgra32" /> is a sRGB format with 32 bits per pixel (BPP). Each channel (blue, green, red, and alpha) is allocated 8 bits per pixel (BPP).</summary>
            <returns>The <see cref="P:System.Windows.Media.PixelFormats.Bgra32" /> pixel format.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.BlackWhite">
            <summary>Gets the black and white pixel format which displays one bit of data per pixel as either black or white. </summary>
            <returns>The pixel format Black-and-White. </returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Cmyk32">
            <summary>Gets the <see cref="P:System.Windows.Media.PixelFormats.Cmyk32" /> pixel format which displays 32 bits per pixel (BPP) with each color channel (cyan, magenta, yellow, and black) allocated 8 bits per pixel (BPP). </summary>
            <returns>The CMYK32 pixel format.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Default">
            <summary>Gets the pixel format that is best suited for the particular operation. </summary>
            <returns>The <see cref="T:System.Windows.Media.PixelFormat" /> best suited for the particular operation.</returns>
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Windows.Media.PixelFormat" /> properties are accessed.</exception>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Gray16">
            <summary>Gets the <see cref="P:System.Windows.Media.PixelFormats.Gray16" /> pixel format which displays a 16 bits-per-pixel grayscale channel, allowing 65536 shades of gray. This format has a gamma of 1.0. </summary>
            <returns>The <see cref="P:System.Windows.Media.PixelFormats.Gray16" /> pixel format.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Gray2">
            <summary>Gets the <see cref="P:System.Windows.Media.PixelFormats.Gray2" /> pixel format which displays a 2 bits-per-pixel grayscale channel, allowing 4 shades of gray.</summary>
            <returns>The <see cref="P:System.Windows.Media.PixelFormats.Gray2" /> pixel format.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Gray32Float">
            <summary>Gets the <see cref="P:System.Windows.Media.PixelFormats.Gray32Float" /> pixel format. <see cref="P:System.Windows.Media.PixelFormats.Gray32Float" /> displays a 32 bits per pixel (BPP) grayscale channel, allowing over 4 billion shades of gray. This format has a gamma of 1.0.</summary>
            <returns>The <see cref="P:System.Windows.Media.PixelFormats.Gray32Float" /> pixel format.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Gray4">
            <summary>Gets the <see cref="P:System.Windows.Media.PixelFormats.Gray4" /> pixel format which displays a 4 bits-per-pixel grayscale channel, allowing 16 shades of gray. </summary>
            <returns>The <see cref="P:System.Windows.Media.PixelFormats.Gray4" /> pixel format.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Gray8">
            <summary>Gets the <see cref="P:System.Windows.Media.PixelFormats.Gray8" /> pixel format which displays an 8 bits-per-pixel grayscale channel, allowing 256 shades of gray. </summary>
            <returns>The <see cref="P:System.Windows.Media.PixelFormats.Gray8" /> pixel format.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Indexed1">
            <summary>Gets the pixel format specifying a paletted bitmap with 2 colors. </summary>
            <returns>The pixel format which specifying a paletted bitmap with 2 colors.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Indexed2">
            <summary>Gets the pixel format specifying a paletted bitmap with 4 colors. </summary>
            <returns>The pixel format which specifying a paletted bitmap with 4 colors.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Indexed4">
            <summary>Gets the pixel format specifying a paletted bitmap with 16 colors. </summary>
            <returns>The pixel format which specifying a paletted bitmap with 16 colors.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Indexed8">
            <summary>Gets the pixel format specifying a paletted bitmap with 256 colors. </summary>
            <returns>The pixel format which specifying a paletted bitmap with 256 colors.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Pbgra32">
            <summary>Gets the <see cref="P:System.Windows.Media.PixelFormats.Pbgra32" /> pixel format. <see cref="P:System.Windows.Media.PixelFormats.Pbgra32" /> is a sRGB format with 32 bits per pixel (BPP). Each channel (blue, green, red, and alpha) is allocated 8 bits per pixel (BPP). Each color channel is pre-multiplied by the alpha value. </summary>
            <returns>The <see cref="P:System.Windows.Media.PixelFormats.Pbgra32" /> pixel format.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Prgba128Float">
            <summary>Gets the <see cref="P:System.Windows.Media.PixelFormats.Prgba128Float" /> pixel format. <see cref="P:System.Windows.Media.PixelFormats.Prgba128Float" /> is a ScRGB format with 128 bits per pixel (BPP). Each channel (red, green, blue, and alpha) is allocated 32 bits per pixel (BPP). Each color channel is pre-multiplied by the alpha value. This format has a gamma of 1.0.</summary>
            <returns>The <see cref="P:System.Windows.Media.PixelFormats.Prgba128Float" /> pixel format.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Prgba64">
            <summary>Gets the <see cref="P:System.Windows.Media.PixelFormats.Prgba64" /> pixel format. <see cref="P:System.Windows.Media.PixelFormats.Prgba64" /> is a sRGB format with 64 bits per pixel (BPP). Each channel (blue, green, red, and alpha) is allocated 32 bits per pixel (BPP). Each color channel is pre-multiplied by the alpha value. This format has a gamma of 1.0.</summary>
            <returns>The <see cref="P:System.Windows.Media.PixelFormats.Prgba64" /> pixel format.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Rgb128Float">
            <summary>Gets the <see cref="P:System.Windows.Media.PixelFormats.Rgb128Float" /> pixel format. <see cref="P:System.Windows.Media.PixelFormats.Rgb128Float" /> is a ScRGB format with 128 bits per pixel (BPP). Each color channel is allocated 32 BPP. This format has a gamma of 1.0.</summary>
            <returns>The <see cref="P:System.Windows.Media.PixelFormats.Rgb128Float" /> pixel format.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Rgb24">
            <summary>Gets the <see cref="P:System.Windows.Media.PixelFormats.Rgb24" /> pixel format. <see cref="P:System.Windows.Media.PixelFormats.Rgb24" /> is a sRGB format with 24 bits per pixel (BPP). Each color channel (red, green, and blue) is allocated 8 bits per pixel (BPP). </summary>
            <returns>The <see cref="P:System.Windows.Media.PixelFormats.Rgb24" /> pixel format.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Rgb48">
            <summary>Gets the <see cref="P:System.Windows.Media.PixelFormats.Rgb48" /> pixel format. <see cref="P:System.Windows.Media.PixelFormats.Rgb48" /> is a sRGB format with 48 bits per pixel (BPP). Each color channel (red, green, and blue) is allocated 16 bits per pixel (BPP). This format has a gamma of 1.0.</summary>
            <returns>The <see cref="P:System.Windows.Media.PixelFormats.Rgb48" /> pixel format.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Rgba128Float">
            <summary>Gets the <see cref="P:System.Windows.Media.PixelFormats.Rgba128Float" /> pixel format. <see cref="P:System.Windows.Media.PixelFormats.Rgba128Float" /> is a ScRGB format with 128 bits per pixel (BPP). Each color channel is allocated 32 bits per pixel (BPP). This format has a gamma of 1.0.</summary>
            <returns>The <see cref="P:System.Windows.Media.PixelFormats.Rgba128Float" /> pixel format.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PixelFormats.Rgba64">
            <summary>Gets the <see cref="P:System.Windows.Media.PixelFormats.Rgba64" /> pixel format. <see cref="P:System.Windows.Media.PixelFormats.Rgba64" /> is an sRGB format with 64 bits per pixel (BPP). Each channel (red, green, blue, and alpha) is allocated 16 bits per pixel (BPP). This format has a gamma of 1.0.</summary>
            <returns>The <see cref="P:System.Windows.Media.PixelFormats.Rgba64" /> pixel format.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.PixelFormat.op_Inequality(Telerik.WinControls.RichTextEditor.UI.PixelFormat,Telerik.WinControls.RichTextEditor.UI.PixelFormat)">
            <summary> Compares two <see cref="T:System.Windows.Media.PixelFormat" /> instances for inequality.</summary>
            <returns>true if the <see cref="T:System.Windows.Media.PixelFormat" /> objects are not equal; otherwise, false.</returns>
            <param name="left">The first <see cref="T:System.Windows.Media.PixelFormat" /> to compare.</param>
            <param name="right">The second <see cref="T:System.Windows.Media.PixelFormat" /> to compare.</param>
        </member>
        <member name="T:Telerik.WinControls.RichTextEditor.UI.MouseButtonEventArgs">
            <summary>Provides data for mouse button related events. </summary>
        </member>
        <member name="T:Telerik.WinControls.RichTextEditor.UI.ValidationErrorEventArgs">
            <summary>Provides information for the <see cref="E:System.Windows.Controls.Validation.Error" /> attached event.</summary>
        </member>
        <member name="T:Telerik.WinControls.RichTextEditor.UI.PageRange">
            <summary>Specifies a range of pages.</summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.PageRange.#ctor(System.Int32)">
            <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.PageRange" /> class that includes only the single specified page.</summary>
            <param name="page">The page that is printed or processed.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.PageRange.#ctor(System.Int32,System.Int32)">
            <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.PageRange" /> class with the specified first and last pages.</summary>
            <param name="pageFrom">The first page of the range.</param>
            <param name="pageTo">The last page of the range.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.PageRange.Equals(System.Object)">
            <summary>Tests whether an object of unknown type is equal to this <see cref="T:System.Windows.Controls.PageRange" />. </summary>
            <returns>true if the object is of type <see cref="T:System.Windows.Controls.PageRange" /> and is equal to this <see cref="T:System.Windows.Controls.PageRange" />; otherwise, false.</returns>
            <param name="obj">The object tested.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.PageRange.Equals(Telerik.WinControls.RichTextEditor.UI.PageRange)">
            <summary>Tests whether a <see cref="T:System.Windows.Controls.PageRange" /> is equal to this <see cref="T:System.Windows.Controls.PageRange" />. </summary>
            <returns>true if the two <see cref="T:System.Windows.Controls.PageRange" /> objects are equal; otherwise, false.</returns>
            <param name="pageRange">The <see cref="T:System.Windows.Controls.PageRange" /> tested.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.PageRange.GetHashCode">
            <summary>Gets the hash code value for the <see cref="T:System.Windows.Controls.PageRange" />.</summary>
            <returns>The hash code value for the <see cref="T:System.Windows.Controls.PageRange" />.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.PageRange.op_Equality(Telerik.WinControls.RichTextEditor.UI.PageRange,Telerik.WinControls.RichTextEditor.UI.PageRange)">
            <summary>Defines the "==" operator for testing whether two specified <see cref="T:System.Windows.Controls.PageRange" /> objects are equal.</summary>
            <returns>true if the two <see cref="T:System.Windows.Controls.PageRange" /> objects are equal; otherwise, false.</returns>
            <param name="pr1">The first <see cref="T:System.Windows.Controls.PageRange" />.</param>
            <param name="pr2">The second <see cref="T:System.Windows.Controls.PageRange" />.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.PageRange.op_Inequality(Telerik.WinControls.RichTextEditor.UI.PageRange,Telerik.WinControls.RichTextEditor.UI.PageRange)">
            <summary>Defines the "!=" operator for testing whether two specified <see cref="T:System.Windows.Controls.PageRange" /> objects are not equal.</summary>
            <returns>true if the two <see cref="T:System.Windows.Controls.PageRange" /> objects are not equal; otherwise, false.</returns>
            <param name="pr1">The first <see cref="T:System.Windows.Controls.PageRange" />.</param>
            <param name="pr2">The second <see cref="T:System.Windows.Controls.PageRange" />.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.PageRange.ToString">
            <summary>Gets a string representation of the range.</summary>
            <returns>A string that represents the range of pages in the format "<see cref="P:System.Windows.Controls.PageRange.PageFrom" />-<see cref="P:System.Windows.Controls.PageRange.PageTo" />".</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PageRange.PageFrom">
            <summary>Gets or sets the page number of the first page in the range.</summary>
            <returns>The 1-based page number of the first page in the range.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.PageRange.PageTo">
            <summary>Gets or sets the page number of the last page in the range.</summary>
            <returns>The 1-based page number of the last page in the range.</returns>
        </member>
        <member name="T:Telerik.Windows.Media.Imaging.BitmapCodecInfo">
            <summary>
            Represents the BitmapCodecInfo class.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.BitmapCodecInfo.#ctor">
            <summary>
            Initializes a new instance of the BitmapCodecInfo class.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.BitmapCodecInfo.FileExtensions">
            <summary>
            Gets a value that identifies the file extensions associated with the codec.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.BitmapCodecInfo.MimeTypes">
            <summary>
            Gets a value that identifies the MIME types associated with the codec.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.BitmapCodecInfo.SupportsAnimation">
            <summary>
            Gets a value that indicates whether the codec supports animation.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.BitmapCodecInfo.SupportsMultipleFrames">
            <summary>
            Gets a value that identifies whether the codec supports multiple frames.
            </summary>
        </member>
        <member name="T:Telerik.Windows.Media.Imaging.BmpCodecInfo">
            <summary>
            Represents the BitmapCodecInfo class.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.BmpCodecInfo.FileExtensions">
            <summary>
            Gets a value that identifies the file extensions associated with the codec.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.BmpCodecInfo.MimeTypes">
            <summary>
            Gets a value that identifies the MIME types associated with the codec.
            </summary>
        </member>
        <member name="T:Telerik.Windows.Media.Imaging.IImageDecoder">
            <summary>
            Represents a decoder for converting stream to RadBitmapData.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.IImageDecoder.Decode(System.IO.Stream)">
            <summary>
            Decodes the specified stream.
            </summary>
            <param name="stream">The stream.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.IImageDecoder.Name">
            <summary>
            Gets the name of the decoder.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.IImageDecoder.SupportedExtensions">
            <summary>
            Gets the supported extensions.
            </summary>
        </member>
        <member name="T:Telerik.Windows.Media.Imaging.IImageEncoder">
            <summary>
            Encodes RadBitmapData to as stream in a specified format.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.IImageEncoder.Encode(Telerik.Windows.Media.Imaging.RadBitmapData,System.IO.Stream)">
            <summary>
            Encodes the specified image.
            </summary>
            <param name="image">The image.</param>
            <param name="output">The output.</param>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.IImageEncoder.Name">
            <summary>
            Gets the name of the encoder.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.IImageEncoder.SupportedExtensions">
            <summary>
            Gets the supported extensions.
            </summary>
        </member>
        <member name="T:Telerik.Windows.Media.Imaging.ImageCodecManager">
            <summary>
            ImageCodecManager represents a registry for managing image encoders and decoders.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.ImageCodecManager.RegisterEncoder``1(``0)">
            <summary>
            Registers an encoder.
            </summary>
            <typeparam name="TEncoder">The type of the encoder.</typeparam>
            <param name="encoder">The encoder.</param>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.ImageCodecManager.RegisterDecoder``1(``0)">
            <summary>
            Registers a decoder.
            </summary>
            <typeparam name="TDecoder">The type of the decoder.</typeparam>
            <param name="decoder">The decoder.</param>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.ImageCodecManager.GetDecoderByExtension(System.String)">
            <summary>
            Gets the decoder by extension.
            </summary>
            <param name="extension">The extension.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.ImageCodecManager.GetEncoderByExtension(System.String)">
            <summary>
            Gets the encoder by extension.
            </summary>
            <param name="extension">The extension.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.ImageCodecManager.GetDecoderByName(System.String)">
            <summary>
            Gets a decoder by name.
            </summary>
            <param name="decoderName">Name of the decoder.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.ImageCodecManager.GetEncoderByName(System.String)">
            <summary>
            Gets an encoder by name.
            </summary>
            <param name="encoderName">Name of the encoder.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.ImageCodecManager.Encoders">
            <summary>
            Gets all registered encoders.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.ImageCodecManager.Decoders">
            <summary>
            Gets all registered decoders.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.ImageCodecManager.SupportedDecoderExtensions">
            <summary>
            Gets the supported decoder extensions.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.ImageCodecManager.SupportedEncoderExtensions">
            <summary>
            Gets the supported encoder extensions.
            </summary>
        </member>
        <member name="T:Telerik.Windows.Media.Imaging.ImageCodecManager.ImageEncoderInfo">
            <summary>
            Provides the information of the ImageEncoder.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.ImageCodecManager.ImageEncoderInfo.#ctor(Telerik.Windows.Media.Imaging.IImageEncoder,System.Boolean)">
            <summary>
            Initializes a new instance of the ImageEncoderInfo class.
            </summary>
            <param name="imageEncoder">The encoder.</param>
            <param name="isDefault">When set to True makes the current ImageEncoder default.</param>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.ImageCodecManager.ImageEncoderInfo.IsDefault">
            <summary>
            Gets the default encoder.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.ImageCodecManager.ImageEncoderInfo.Encoder">
            <summary>
            Gets the ImageEncoder.
            </summary>
        </member>
        <member name="T:Telerik.Windows.Media.Imaging.ImageCodecManager.ImageDecoderInfo">
            <summary>
            Provides the information of the ImageDecoder.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.ImageCodecManager.ImageDecoderInfo.#ctor(Telerik.Windows.Media.Imaging.IImageDecoder,System.Boolean)">
            <summary>
            Initializes a new instance of the ImageDecoderInfo class.
            </summary>
            <param name="imageDecoder">The encoder.</param>
            <param name="isDefault">When set to True makes the current ImageDecoder default.</param>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.ImageCodecManager.ImageDecoderInfo.IsDefault">
            <summary>
            Gets the default Decoder.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.ImageCodecManager.ImageDecoderInfo.Decoder">
            <summary>
            Gets the ImageDecoder.
            </summary>
        </member>
        <member name="T:Telerik.Windows.Media.Imaging.PngBitmapEncoderSettings">
            <summary>
            Represents Png bitmap encoder settings.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.PngBitmapEncoderSettings.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.Windows.Media.Imaging.PngBitmapEncoderSettings"/> class.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.PngBitmapEncoderSettings.#ctor(Telerik.Windows.Media.Imaging.Zip.ZipCompression)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.Windows.Media.Imaging.PngBitmapEncoderSettings"/> class.
            </summary>
            <param name="compression">The compression.</param>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.PngBitmapEncoderSettings.Compression">
            <summary>
            Gets or sets the compression type.
            </summary>
            <value>The compression.</value>
        </member>
        <member name="T:Telerik.Windows.Media.Imaging.PngCodecInfo">
            <summary>
            Represents the BitmapCodecInfo class.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.PngCodecInfo.FileExtensions">
            <summary>
            Gets a value that identifies the file extensions associated with the codec.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.PngCodecInfo.MimeTypes">
            <summary>
            Gets a value that identifies the MIME types associated with the codec.
            </summary>
        </member>
        <member name="T:Telerik.Windows.Media.Imaging.RadBitmap">
            <summary>
            Represents a bitmap in 32bit ARGB format.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.RadBitmap.#ctor(Telerik.WinControls.RichTextEditor.UI.WriteableBitmap)">
            <summary>
            Initializes a new instance of the RadBitmap class using a WriteableBitmap as a source.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.RadBitmap.#ctor(Telerik.WinControls.RichTextEditor.UI.BitmapSource)">
            <summary>
            Initializes a new instance of the RadBitmap class using a BitmapSource.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.RadBitmap.#ctor(System.IO.Stream)">
            <summary>
            Initializes a new instance of the RadBitmap class using a Stream.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.RadBitmap.#ctor(System.Int32,System.Int32,System.Int32[])">
            <summary>
            Initializes a new instance of the RadBitmap class by using a pixels array with a specified width and height.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.RadBitmap.#ctor(Telerik.Windows.Media.Imaging.RadBitmap)">
            <summary>
            Initializes a new instance of the RadBitmap class copying the contents from another bitmap.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.RadBitmap.#ctor(Telerik.Windows.Media.Imaging.RadBitmapData)">
            <summary>
            Initializes a new instance of the RadBitmap class form an instance of RadBitmapData.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.RadBitmap.GetPixels">
            <summary>
            Gets the pixels array of this RadBitmap in 32bit ARGB format.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.RadBitmap.Crop(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Returns a cropped copy of this RadBitmap.
            </summary>
            <param name="x">The X coordinate of the crop rectangle.</param>
            <param name="y">The Y coordinate of the crop rectangle.</param>
            <param name="newWidth">The width of the crop rectangle.</param>
            <param name="newHeight">The height of the crop rectangle.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.RadBitmap.Bitmap">
            <summary>
            Gets the WriteableBitmap instance associated with this RadBitmap.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.RadBitmap.Height">
            <summary>
            Gets the height in pixels of this RadBitmap.
            </summary>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.RadBitmap.Width">
            <summary>
            Gets the width in pixels of this RadBitmap.
            </summary>
        </member>
        <member name="T:Telerik.Windows.Media.Imaging.RadBitmapData">
            <summary>
            Represents a bitmap in 32bit ARGB format.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.RadBitmapData.#ctor(System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.Windows.Media.Imaging.RadBitmapData"/> class.
            </summary>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.RadBitmapData.#ctor(System.Int32,System.Int32,System.Int32[])">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.Windows.Media.Imaging.RadBitmapData"/> class.
            </summary>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="pixels">The pixels.</param>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.RadBitmapData.#ctor(Telerik.Windows.Media.Imaging.RadBitmapData)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.Windows.Media.Imaging.RadBitmapData"/> class from another instance.
            </summary>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.RadBitmapData.SetPixelColor(System.Int32,System.Int32,Telerik.WinControls.RichTextEditor.UI.Color)">
            <summary>
            Sets the color of the pixel.
            </summary>
            <param name="x">The x coordinate of the pixel.</param>
            <param name="y">The y coordinate of the pixel.</param>
            <param name="color">The color.</param>
        </member>
        <member name="M:Telerik.Windows.Media.Imaging.RadBitmapData.GetPixelColor(System.Int32,System.Int32)">
            <summary>
            Gets the color of the pixel.
            </summary>
            <param name="x">The x coordinate of the pixel.</param>
            <param name="y">The y coordinate of the pixel.</param>
            <returns></returns>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.RadBitmapData.PixelWidth">
            <summary>
            Gets the width of the image in pixels.
            </summary>
            <value>
            The width of the image in pixels.
            </value>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.RadBitmapData.PixelHeight">
            <summary>
            Gets the height of the image in pixels.
            </summary>
            <value>
            The height of the image in pixels.
            </value>
        </member>
        <member name="P:Telerik.Windows.Media.Imaging.RadBitmapData.Pixels">
            <summary>
            Gets the pixels.
            </summary>
        </member>
        <member name="T:Telerik.Windows.Media.Imaging.StreamExtension">
            <summary>
            The StreamExtension class.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.Utils.IStackCollectionElement">
            <summary>
            Represents StackCollection element.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Utils.IStackCollectionElement.Name">
            <summary>
            Gets the name of the element.
            </summary>
            <value>The name.</value>
        </member>
        <member name="T:Telerik.WinForms.Documents.Utils.StackCollection`1">
            <summary>
            Represents Stack collection.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Utils.StackCollection`1.#ctor">
            <summary>
            Initializes a new instance of the StackCollection class.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Utils.StackCollection`1.GetElementByName(System.String)">
            <summary>
            Gets the name of the element by.
            </summary>
            <param name="elementName">Name of the element.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Utils.StackCollection`1.Add(`0)">
            <summary>
            Adds the specified item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Utils.StackCollection`1.AddBefore(System.String,`0)">
            <summary>
            Adds the before.
            </summary>
            <param name="presentedElementName">Name of the presented element.</param>
            <param name="layer">The layer.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Utils.StackCollection`1.AddAfter(System.String,`0)">
            <summary>
            Adds the after.
            </summary>
            <param name="presentedElementName">Name of the presented element.</param>
            <param name="element">The element.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Utils.StackCollection`1.AddFirst(`0)">
            <summary>
            Adds the first.
            </summary>
            <param name="element">The element.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Utils.StackCollection`1.AddLast(`0)">
            <summary>
            Adds the last.
            </summary>
            <param name="element">The element.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Utils.StackCollection`1.Contains(`0)">
            <summary>
            Determines whether [contains] [the specified item].
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Utils.StackCollection`1.Contains(System.String)">
            <summary>
            Determines whether [contains] [the specified element name].
            </summary>
            <param name="elementName">Name of the element.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Utils.StackCollection`1.Remove(`0)">
            <summary>
            Removes the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Utils.StackCollection`1.Remove(System.String)">
            <summary>
            Removes the specified element name.
            </summary>
            <param name="elementName">Name of the element.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Utils.StackCollection`1.CopyTo(`0[],System.Int32)">
            <summary>
            Copies to.
            </summary>
            <param name="array">The array.</param>
            <param name="arrayIndex">Index of the array.</param>
        </member>
        <member name="M:Telerik.WinForms.Documents.Utils.StackCollection`1.Clear">
            <summary>
            Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1" />.
            </summary>
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1" />
            is read-only. </exception>
        </member>
        <member name="M:Telerik.WinForms.Documents.Utils.StackCollection`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>
            A <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can
            be used to iterate through the collection.
            </returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Utils.StackCollection`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
            <returns>
            An <see cref="T:System.Collections.IEnumerator" /> object that can be
            used to iterate through the collection.
            </returns>
        </member>
        <member name="P:Telerik.WinForms.Documents.Utils.StackCollection`1.Count">
            <summary>
            Gets the number of elements contained in the collection.
            </summary>
            <returns>The number of elements contained in the collection.
            </returns>
            <value></value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Utils.StackCollection`1.IsReadOnly">
            <summary>
            Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" />
            is read-only.
            </summary>
            <returns>true if the <see cref="T:System.Collections.Generic.ICollection`1" />
            is read-only; otherwise, false.</returns>
            <value></value>
        </member>
        <member name="T:Telerik.WinForms.Documents.Core.TextMeasurer.RadTextMeasurer">
            <summary>
            Represents text measurer that can be used in multi-threaded applications.
            </summary>
            <summary>
            Represents text measurer that can be used in multi-threaded applications.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.Core.TextMeasurer.ITextMeasurer">
            <summary>
            Represents base text measurer interface.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Core.TextMeasurer.ITextMeasurer.MeasureText(Telerik.WinForms.Documents.Core.TextMeasurer.TextProperties,Telerik.WinForms.Documents.Core.Fonts.FontProperties)">
            <summary>
            Measures the text.
            </summary>
            <param name="textProperties">The text properties.</param>
            <param name="fontProperties">The font properties.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Core.TextMeasurer.RadTextMeasurer.MeasureTextWithWrapping(Telerik.WinForms.Documents.Core.TextMeasurer.TextProperties,Telerik.WinForms.Documents.Core.Fonts.FontProperties,System.Double)">
            <summary>
            Measures the text with wrapping.
            </summary>
            <param name="textProperties">The text properties.</param>
            <param name="fontProperties">The font properties.</param>
            <param name="wrappingWidth">Width of the wrapping.</param>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinForms.Documents.Core.TextMeasurer.RadTextMeasurer.MeasureText(Telerik.WinForms.Documents.Core.TextMeasurer.TextProperties,Telerik.WinForms.Documents.Core.Fonts.FontProperties)">
            <summary>
            Measures the text.
            </summary>
            <param name="textProperties"></param>
            <param name="fontProperties">The font properties.</param>
            <returns></returns>
        </member>
        <member name="T:Telerik.WinForms.Documents.Core.TextMeasurer.SubStringPosition">
            <summary>
            Represents sub string position enum. This position is used when RTL text is measured.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Core.TextMeasurer.SubStringPosition.None">
            <summary>
            Represents the default substring position.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Core.TextMeasurer.SubStringPosition.Start">
            <summary>
            Represents position in start of string.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Core.TextMeasurer.SubStringPosition.Middle">
            <summary>
            Represents position in middle of string.
            </summary>
        </member>
        <member name="F:Telerik.WinForms.Documents.Core.TextMeasurer.SubStringPosition.End">
            <summary>
            Represents position in end of string.
            </summary>
        </member>
        <member name="T:Telerik.WinForms.Documents.Core.TextMeasurer.TextMeasurementInfo">
            <summary>
            Represents text measurement info class.
            </summary>
        </member>
        <member name="P:Telerik.WinForms.Documents.Core.TextMeasurer.TextMeasurementInfo.Empty">
            <summary>
            Gets empty text measurement info.
            </summary>
            <value>Empty text measurement info.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Core.TextMeasurer.TextMeasurementInfo.Size">
            <summary>
            Gets or sets the size.
            </summary>
            <value>The size.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Core.TextMeasurer.TextMeasurementInfo.BaselineOffset">
            <summary>
            Gets or sets the baseline offset.
            </summary>
            <value>The baseline offset.</value>
        </member>
        <member name="T:Telerik.WinForms.Documents.Core.TextMeasurer.TextProperties">
            <summary>
            Represents text properties.
            </summary>
        </member>
        <member name="M:Telerik.WinForms.Documents.Core.TextMeasurer.TextProperties.#ctor(System.String,System.Double,Telerik.WinForms.Documents.Core.TextMeasurer.SubStringPosition)">
            <summary>
            Initializes a new instance of the <see cref="T:Telerik.WinForms.Documents.Core.TextMeasurer.TextProperties"/> class.
            </summary>
            <param name="text">The text.</param>
            <param name="size">The size.</param>
            <param name="subStringPosition">The sub string position.</param>
        </member>
        <member name="P:Telerik.WinForms.Documents.Core.TextMeasurer.TextProperties.SubStringPosition">
            <summary>
            Gets the sub string position.
            </summary>
            <value>The sub string position.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Core.TextMeasurer.TextProperties.Size">
            <summary>
            Gets the size.
            </summary>
            <value>The size.</value>
        </member>
        <member name="P:Telerik.WinForms.Documents.Core.TextMeasurer.TextProperties.Text">
            <summary>
            Gets the text.
            </summary>
            <value>The text.</value>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.HeaderFooterPresenterBase.GetUIHeight">
            <summary>
            Gets the height of the presenter.
            </summary>
            <returns>The height of the presenter.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.HeaderFooterPresenterBase.Update(Telerik.WinForms.Documents.Layout.SectionLayoutBox,System.Boolean,System.Boolean)">
            <summary>
            Updates the content of the resenter with the associated section.
            </summary>
            <param name="associatedSectionBox">The section box to associate with.</param>
            <param name="isInEditHeaderFooterMode">Determines whether to enter edit mode.</param>
            <param name="shouldFocus">Determines whether the inner <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/> should be focused.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.HeaderFooterPresenterBase.Update(Telerik.WinForms.Documents.Layout.SectionLayoutBox,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Updates the content of the resenter with the associated section.
            </summary>
            <param name="sectionBox">The section box to associate with.</param>
            <param name="isInEditHeaderFooterMode">Determines whether to enter edit mode.</param>
            <param name="shouldFocus">Determines whether the inner <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/> should be focused.</param>
            <param name="delayed">Defines whether the update shoudl be executed with a slight delay.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.HeaderFooterPresenterBase.CleanUp">
            <summary>
            Removes all references and unsubscribe from events.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.HeaderFooterPresenterBase.InvalidateBody">
            <summary>
            Marks that the inner <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/> should be invalidated.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.HeaderFooterPresenterBase.GetBody">
            <summary>
            Gets the content of the presenter.
            </summary>
            <returns>A <see cref="T:Telerik.WinForms.Documents.Model.RadDocument"/> with the contents of the presenter.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.HeaderFooterPresenterBase.UpdateSource">
            <summary>
            Updates the source <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/> with the content from this presenter.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.HeaderFooterPresenterBase.UpdateBodyMargin">
            <summary>
            Updates the inner <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/> margins from the owner <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.HeaderFooterPresenterBase.UpdateOwnerUIContext">
            <summary>
            Updates the owner header or footer UI context of the pwner editor.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.HeaderFooterPresenterBase.UpdateOwnerEditingContext(Telerik.WinForms.Documents.UI.HeaderFooterEditingContext)">
            <summary>
            Updates the onwer editor header/footer editing context with the provided one.
            </summary>
            <param name="context"></param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.HeaderFooterPresenterBase.SetAssociatedSectionBox(Telerik.WinForms.Documents.Layout.SectionLayoutBox,System.Boolean)">
            <summary>
            Sets the provided section layout box as the associated to the presenter.
            </summary>
            <param name="value">The section layout box.</param>
            <param name="delayed">Determines if the any updates should be executed with a delay.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.HeaderFooterPresenterBase.SetDocumentSilently(Telerik.WinForms.Documents.Model.RadDocument)">
            <summary>
            Sets the provided document to the inner <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/> without notifications.
            </summary>
            <param name="document">The document to set.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.HeaderFooterPresenterBase.SetMaxHeight(System.Single)">
            <summary>
            Sets the height of the presenter.
            </summary>
            <param name="maxHeight">The new height.</param>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.HeaderFooterPresenterBase.DocumentEditorType">
            <summary>
            Gets the type of editor this presenter is.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.HeaderFooterPresenterBase.BodyRichTextBox">
            <summary>
            Gets the inner <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/> of this presenter.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.HeaderFooterPresenterBase.IsInEditHeaderFooterMode">
            <summary>
            Gets or sets a value indicating whether the presenter is currently editing the document header and footer.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FooterPresenter.GetUIHeight">
            <summary>
            Gets the height of the presenter.
            </summary>
            <returns>The height of the presenter.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FooterPresenter.GetBody">
            <summary>
            Gets the content of the presenter.
            </summary>
            <returns>A <see cref="T:Telerik.WinForms.Documents.Model.RadDocument"/> with the contents of the presenter.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FooterPresenter.UpdateSource">
            <summary>
            Updates the source <see cref="!:RadRichTextBox"/> with the content from this presenter.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FooterPresenter.UpdateBodyMargin">
            <summary>
            Updates the inner <see cref="!:RadRichTextBox"/> margins from the owner <see cref="!:RadRichTextBox"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FooterPresenter.UpdateOwnerUIContext">
            <summary>
            Updates the owner header or footer UI context of the pwner editor.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.FooterPresenter.UpdateOwnerEditingContext(Telerik.WinForms.Documents.UI.HeaderFooterEditingContext)">
            <summary>
            Updates the onwer editor header/footer editing context with the provided one.
            </summary>
            <param name="context"></param>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.FooterPresenter.DocumentEditorType">
            <summary>
            Gets the type of editor this presenter is.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.HeaderPresenter.GetUIHeight">
            <summary>
            Gets the height of the presenter.
            </summary>
            <returns>The height of the presenter.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.HeaderPresenter.GetBody">
            <summary>
            Gets the content of the presenter.
            </summary>
            <returns>A <see cref="T:Telerik.WinForms.Documents.Model.RadDocument"/> with the contents of the presenter.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.HeaderPresenter.UpdateSource">
            <summary>
            Updates the source <see cref="!:RadRichTextBox"/> with the content from this presenter.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.HeaderPresenter.UpdateBodyMargin">
            <summary>
            Updates the inner <see cref="!:RadRichTextBox"/> margins from the owner <see cref="!:RadRichTextBox"/>.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.HeaderPresenter.UpdateOwnerUIContext">
            <summary>
            Updates the owner header or footer UI context of the pwner editor.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.HeaderPresenter.UpdateOwnerEditingContext(Telerik.WinForms.Documents.UI.HeaderFooterEditingContext)">
            <summary>
            Updates the onwer editor header/footer editing context with the provided one.
            </summary>
            <param name="context"></param>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.HeaderPresenter.DocumentEditorType">
            <summary>
            Gets the type of editor this presenter is.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.MiniToolBarBase.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.MiniToolBarBase.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.MiniToolBarBase.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.SelectionMiniToolBar.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.SelectionMiniToolBar.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.SelectionMiniToolBar.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Caret.Show">
            <summary>
            Shows the caret.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Caret.Hide">
            <summary>
            Hides the caret.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Caret.SuspendBlinking">
            <summary>
            Stops the caret from blinking.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Caret.ResumeBlinking">
            <summary>
            Resumes caret blinking
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.Caret.SetStyle(System.Double,System.Boolean,Telerik.WinControls.RichTextEditor.UI.Color)">
            <summary>
            Updates the size of the caret according the provided font characteristics.
            </summary>
            <param name="fontSize">The size of the font.</param>
            <param name="isItalic">true if the font is italic, otherwise false</param>
            <param name="caretColor">A color for the caret.</param>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Caret.Position">
            <summary>
            Gets or sets the location of the caret.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Caret.Height">
            <summary>
            Gets or sets the height of the caret.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Caret.Width">
            <summary>
            Gets or sets the width of the caret.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Caret.Color">
            <summary>
            Gets or sets the color of the caret.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Caret.IsBlinking">
            <summary>
            Gets or sets whether the caret is blinking.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Caret.Focusable">
            <summary>
            Gets or sets a value indicating whether the caret can be fucused.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Caret.CaretBaseLineOffset">
            <summary>
            Gets the caret baseline offset.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.Caret.InputState">
            <summary>
            Gets or sets the <see cref="T:Telerik.WinForms.Documents.UI.InputStates"/>.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentRulerElement.AssociatedRichTextBox">
            <summary>
            Gets or sets the associated <see cref="T:Telerik.WinForms.RichTextEditor.RadRichTextBox"/>. This is a dependency property.
            </summary>
            <value>The associated rich text box.</value>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.TabStopInfo.Position">
            <summary>
            Offset from LeftActiveSeparator
            </summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.LineStackingStrategy.BlockLineHeight">
            <summary> The stack height is determined by the block element line-height property value. </summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.LineStackingStrategy.MaxHeight">
            <summary> The stack height is the smallest value that containing all the inline elements on that line when those elements are properly aligned. </summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.TextAlignment.Left">
            <summary>Default. Text is aligned to the left.</summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.TextAlignment.Right">
            <summary>Text is aligned to the right.</summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.TextAlignment.Center">
            <summary>Text is centered.</summary>
        </member>
        <member name="F:Telerik.WinControls.RichTextEditor.UI.TextAlignment.Justify">
            <summary>Text is justified.</summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.HandlePageUp">
            <summary>
            Called when the caret is moved a page up.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.HandlePageDown">
            <summary>
            Called when the caret is moved a page down.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.UpdateProofingTextDecoration">
            <summary>
            Forces an update of the proofing UI layer.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.RecreateUI">
            <summary>
            Forces a recreation of all UI elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.DoOnDocumentChanging">
            <summary>
            Called before the owner document is changed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.DoOnDocumentChanged">
            <summary>
            Called after the owner document is changed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.ShowCaret">
            <summary>
            Shows the caret.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.HideCaret">
            <summary>
            Hides the caret.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.GetCurrentPage">
            <summary>
            Gets the number of the current page.
            </summary>
            <returns>An integer number representing the number of the current page.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.GetDocumentPositionFromViewPoint(Telerik.WinControls.RichTextEditor.UI.Point)">
            <summary>
            Gets a <see cref="T:Telerik.WinForms.Documents.DocumentPosition"/> from a <see cref="T:Telerik.WinControls.RichTextEditor.UI.Point"/> in the viewport.
            </summary>
            <param name="viewPoint">Point containing X and Y coordinates in the viewport.</param>
            <returns>A <see cref="T:Telerik.WinForms.Documents.DocumentPosition"/> in the document.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.GetDocumentPointFromViewPoint(Telerik.WinControls.RichTextEditor.UI.Point)">
            <summary>
            Gets a <see cref="T:Telerik.WinControls.RichTextEditor.UI.Point"/> in the document from a point of the viewport.
            </summary>
            <param name="viewPoint">Point containing X and Y coordinates in the viewport.</param>
            <returns>A <see cref="T:Telerik.WinControls.RichTextEditor.UI.Point"/> in the document.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.GetViewPointFromDocumentPosition(Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Gets a <see cref="T:Telerik.WinControls.RichTextEditor.UI.Point"/> in the document from a <see cref="T:Telerik.WinForms.Documents.DocumentPosition"/>.
            </summary>
            <param name="position">A <see cref="T:Telerik.WinForms.Documents.DocumentPosition"/> in the document.</param>
            <returns>A <see cref="T:Telerik.WinControls.RichTextEditor.UI.Point"/> in the document.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.FocusCaret">
            <summary>
            Focuses the caret.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.UpdateCaretSize">
            <summary>
            Updates the caret size.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.ScrollToNote(Telerik.WinForms.Documents.Model.Notes.Note)">
            <summary>
            Scrolls the viewport so that the provided <see cref="T:Telerik.WinForms.Documents.Model.Notes.Note"/> comes into view.
            </summary>
            <param name="note">The note to scroll to.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.UpdateScrollOffsetFromDocumentPosition(Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Scrolls the viewport so that the provided <see cref="T:Telerik.WinForms.Documents.DocumentPosition"/> is brought into view.
            </summary>
            <param name="position">The position to scroll to.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.GetFocusedPresenter">
            <summary>
            Gets the currently focused page presenter.
            </summary>
            <returns>A page presenter for the currently focused page.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.OnOwnerChanging">
            <summary>
            Called before the owner <see cref="!:RadRichTextBox"/> is cahnged.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.SetCaretBlinking(System.Boolean)">
            <summary>
            Sets a value indicating whether the caret is blinking or not.
            </summary>
            <param name="isBlinking">true if the caret will be blinking, otherwise false.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.InvalidatePresenterMeasureOverride">
            <summary>
            Called when an Invalidate measure is made.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.InvalidatePresenterArrangeOverride">
            <summary>
            Called when an Invalidate arrange is made.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.GetCurrentSectionBoundsInViewOverride">
            <summary>
            This method supports control infrastructure and is not intended for use directly from your code.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.GetDropPositionMarker">
            <summary>
            Gets the drop marker for a drag and drop operation.
            </summary>
            <returns>A drop position marker.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.ScrollableHeight">
            <summary>
            Gets the height of the scroll bar view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.ScrollableWidth">
            <summary>
            Gets the width of the scroll bar view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.IsFocusable">
            <summary>
            Gets a value indicating whether this presenter is focused.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.PagePresentersMargin">
            <summary>
            Gets or sets value corresponding to the margins between child page-presenters.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter.IsFocused">
            <summary>
            Gets or sets a value indicating whether this presenter can receive focus.
            </summary>
        </member>
        <member name="T:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter">
            <summary>
            Used by <see cref="T:Telerik.WinControls.UI.RadRichTextEditor"/> for presenting documents in "Web" LayoutMode (with no paging). See also <see cref="T:Telerik.WinControls.RichTextEditor.UI.DocumentPrintLayoutPresenter"/>
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.IsLayerSupported(Telerik.WinForms.Documents.UI.Layers.IUILayer)">
            <summary>
            Gets a value indicating whether the provided layer is supported in the presenter.
            </summary>
            <param name="layer">The layer to check.</param>
            <returns>true if the layer is supported, otherwise false.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.HandlePageDown">
            <summary>
            Called when the caret is moved a page down.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.HandlePageUp">
            <summary>
            Called when the caret is moved a page up.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.UpdateProofingTextDecoration">
            <summary>
            Forces an update of the proofing UI layer.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.DoOnDocumentChanging">
            <summary>
            Called before the owner document is changed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.DoOnDocumentChanged">
            <summary>
            Called after the owner document is changed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.UpdateScrollOffsetFromDocumentPosition(Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Scrolls the viewport so that the provided <see cref="T:Telerik.WinForms.Documents.DocumentPosition"/> is brought into view.
            </summary>
            <param name="position">The position to scroll to.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.FocusCaret">
            <summary>
            Focuses the caret.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.UpdateCaretSize">
            <summary>
            Updates the caret size.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.ShowCaret">
            <summary>
            Shows the caret.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.HideCaret">
            <summary>
            Hides the caret.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.GetCurrentPage">
            <summary>
            Gets the number of the current page.
            </summary>
            <returns>An integer number representing the number of the current page.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.GetDocumentPositionFromViewPoint(Telerik.WinControls.RichTextEditor.UI.Point)">
            <summary>
            Gets a <see cref="T:Telerik.WinForms.Documents.DocumentPosition"/> from a <see cref="T:Telerik.WinControls.RichTextEditor.UI.Point"/> in the viewport.
            </summary>
            <param name="viewPoint">Point containing X and Y coordinates in the viewport.</param>
            <returns>A <see cref="T:Telerik.WinForms.Documents.DocumentPosition"/> in the document.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.GetDocumentPointFromViewPoint(Telerik.WinControls.RichTextEditor.UI.Point)">
            <summary>
            Gets a <see cref="T:Telerik.WinControls.RichTextEditor.UI.Point"/> in the document from a point of the viewport.
            </summary>
            <param name="viewPoint">Point containing X and Y coordinates in the viewport.</param>
            <returns>A <see cref="T:Telerik.WinControls.RichTextEditor.UI.Point"/> in the document.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.GetViewPointFromDocumentPosition(Telerik.WinForms.Documents.DocumentPosition)">
            <summary>
            Gets a <see cref="T:Telerik.WinControls.RichTextEditor.UI.Point"/> in the document from a <see cref="T:Telerik.WinForms.Documents.DocumentPosition"/>.
            </summary>
            <param name="position">A <see cref="T:Telerik.WinForms.Documents.DocumentPosition"/> in the document.</param>
            <returns>A <see cref="T:Telerik.WinControls.RichTextEditor.UI.Point"/> in the document.</returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.RecreateUI">
            <summary>
            Forces a recreation of all UI elements.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.ScrollToNote(Telerik.WinForms.Documents.Model.Notes.Note)">
            <summary>
            Scrolls the viewport so that the provided <see cref="T:Telerik.WinForms.Documents.Model.Notes.Note"/> comes into view.
            </summary>
            <param name="note">The note to scroll to.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.OnOwnerChanged">
            <summary>
            Called after the owner <see cref="!:RadRichTextBox"/> is changed.
            </summary>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.SetCaretBlinking(System.Boolean)">
            <summary>
            Sets a value indicating whether the caret is blinking or not.
            </summary>
            <param name="isBlinking">true if the caret will be blinking, otherwise false.</param>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.GetCurrentSectionBoundsInViewOverride">
            <summary>
            This method supports control infrastructure and is not intended for use directly from your code.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.GetDropPositionMarker">
            <summary>
            Gets the drop marker for a drag and drop operation.
            </summary>
            <returns>A drop position marker.</returns>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.ScrollableHeight">
            <summary>
            Gets the height of the scroll bar view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.ScrollableWidth">
            <summary>
            Gets the width of the scroll bar view.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.IsFocusable">
            <summary>
            Gets or sets a value indicating whether this presenter can receive focus.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.UILayers">
            <summary>
            Gets the UI layers visible in the presenter.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.CaretTextInputHandler">
            <summary>
            Gets the input handler associated with the caret.
            </summary>
        </member>
        <member name="P:Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter.IsFocused">
            <summary>
            Gets a value indicating whether this presenter is focused.
            </summary>
        </member>
    </members>
</doc>
