Mini Kabibi Habibi
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.Xpf.RichEdit.v13.1</name>
</assembly>
<members>
<member name="T:DevExpress.XtraRichEdit.PrepareHoverMenuEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.PrepareHoverMenu"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.PrepareHoverMenuEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.PrepareHoverMenuEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.PrepareHoverMenu"/> event.
</para>
</summary>
<param name="sender">
The event sender (typically a <see cref="T:DevExpress.Xpf.RichEdit.RichEditControl"/>).
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.PrepareHoverMenuEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.PrepareHoverMenuEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.PrepareHoverMenu"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.PrepareHoverMenuEventArgs.#ctor(DevExpress.Xpf.RichEdit.RichEditHoverMenu)">
<summary>
<para>Initializes a new instance of the PrepareHoverMenuEventArgs class with the specified settings.
</para>
</summary>
<param name="menu">
A <see cref="T:DevExpress.Xpf.RichEdit.RichEditHoverMenu"/> which represents the hover menu. This value is assigned to the <see cref="P:DevExpress.Xpf.RichEdit.HoverMenuShowingEventArgs.Menu"/> property.
</param>
</member>
<member name="T:DevExpress.Xpf.RichEdit.RichEditDocumentContent">
<summary>
<para>A container for the control's content and the converted text, using one of the <see cref="T:DevExpress.Xpf.RichEdit.SpecificFormatToContentConverter"/> or <see cref="T:DevExpress.Xpf.RichEdit.ContentToSpecificFormatConverter"/> descendants.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditDocumentContent.#ctor(DevExpress.XtraRichEdit.DocumentFormat,System.Object)">
<summary>
<para>Initializes a new instance of the RichEditDocumentContent class with the specified settings.
</para>
</summary>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member, specifying the format of the document.
</param>
<param name="content">
An object that represents the control's content.
</param>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditDocumentContent.Content">
<summary>
<para>Gets the RichEditControl's content. This is a dependency property.
</para>
</summary>
<value>An object representing the control's content.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditDocumentContent.Format">
<summary>
<para>Gets the document format used in the Content/Document converter.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration value specifying a document format used in a converter.
</value>
</member>
<member name="T:DevExpress.Xpf.RichEdit.WordMLToContentConverter">
<summary>
<para>A WordML-to-Content format converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.WordMLToContentConverter.#ctor">
<summary>
<para>Initializes a new instance of the WordMLToContentConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.SpecificFormatToContentConverter">
<summary>
<para>A base class for converters, allowing you to bind different formats to the RichEditControl's content.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.SpecificFormatToContentConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
<summary>
<para>Converts the document in the specified format to the control's content.
</para>
</summary>
<param name="value">
The document to convert.
</param>
<param name="targetType">
The <see cref="T:System.Type"/> that is the type of the result.
</param>
<param name="parameter">
[To be supplied]
</param>
<param name="culture">
[To be supplied]
</param>
<returns>An object representing the resulting value.
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.SpecificFormatToContentConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
<summary>
<para>Converts a value.
</para>
</summary>
<param name="value">
The value to convert.
</param>
<param name="targetType">
The <see cref="T:System.Type"/> that is the type of the result.
</param>
<param name="parameter">
The converter parameter to use.
</param>
<param name="culture">
A <see cref="T:System.Globalization.CultureInfo"/> signifying the culture to use in the converter.
</param>
<returns>An object specifying the resulting value.
</returns>
</member>
<member name="T:DevExpress.Xpf.RichEdit.RtfToContentConverter">
<summary>
<para>A RTF-to-Content format converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RtfToContentConverter.#ctor">
<summary>
<para>Initializes a new instance of the RtfToContentConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.PlainTextToContentConverter">
<summary>
<para>Represents a text-to-Content format converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.PlainTextToContentConverter.#ctor">
<summary>
<para>Initializes a new instance of the PlainTextToContentConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.OpenXmlToContentConverter">
<summary>
<para>Represents a Docx-to-Content format converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.OpenXmlToContentConverter.#ctor">
<summary>
<para>Initializes a new instance of the OpenXmlToContentConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.OpenDocumentToContentConverter">
<summary>
<para>An OpenDocument format to Content converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.OpenDocumentToContentConverter.#ctor">
<summary>
<para>Initializes a new instance of the OpenDocumentToContentConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.MhtToContentConverter">
<summary>
<para>An MHT-to-Content format converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.MhtToContentConverter.#ctor">
<summary>
<para>Initializes a new instance of the MhtToContentConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.HtmlToContentConverter">
<summary>
<para>An HTML-to-Content format converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.HtmlToContentConverter.#ctor">
<summary>
<para>Initializes a new instance of the HtmlToContentConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.ContentToWordMLConverter">
<summary>
<para>A Content-to-WordML converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.ContentToWordMLConverter.#ctor">
<summary>
<para>Initializes a new instance of the ContentToWordMLConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.ContentToSpecificFormatConverter">
<summary>
<para>A base class for converters, allowing you to bind different formats to a RichEditControl's content.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.ContentToSpecificFormatConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
<summary>
<para>Converts the control's content to the document in the specified format.
</para>
</summary>
<param name="value">
The control's content.
</param>
<param name="targetType">
The <see cref="T:System.Type"/> that is the type of the result.
</param>
<param name="parameter">
[To be supplied]
</param>
<param name="culture">
[To be supplied]
</param>
<returns>An object representing the resulting document.
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.ContentToSpecificFormatConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
<summary>
<para>Converts a value.
</para>
</summary>
<param name="value">
The value to convert.
</param>
<param name="targetType">
The <see cref="T:System.Type"/> that is the type of the result.
</param>
<param name="parameter">
[To be supplied]
</param>
<param name="culture">
[To be supplied]
</param>
<returns>An object representing the resulting value.
</returns>
</member>
<member name="T:DevExpress.Xpf.RichEdit.ContentToRtfConverter">
<summary>
<para>A Content-to-RTF converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.ContentToRtfConverter.#ctor">
<summary>
<para>Initializes a new instance of the ContentToRtfConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.ContentToPlainTextConverter">
<summary>
<para>A Content-to-text converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.ContentToPlainTextConverter.#ctor">
<summary>
<para>Initializes a new instance of the ContentToPlainTextConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.ContentToOpenXmlConverter">
<summary>
<para>A Content-to-Docx converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.ContentToOpenXmlConverter.#ctor">
<summary>
<para>Initializes a new instance of the ContentToOpenXmlConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.ContentToOpenDocumentConverter">
<summary>
<para>A Content to OpenDocument format converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.ContentToOpenDocumentConverter.#ctor">
<summary>
<para>Initializes a new instance of the ContentToOpenDocumentConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.ContentToMhtConverter">
<summary>
<para>A Content-to-MHT converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.ContentToMhtConverter.#ctor">
<summary>
<para>Initializes a new instance of the ContentToMhtConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.ContentToHtmlConverter">
<summary>
<para>A Content-to-HTML converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.ContentToHtmlConverter.#ctor">
<summary>
<para>Initializes a new instance of the ContentToHtmlConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Commands.InsertSymbolCommand">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Commands.InsertSymbolCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertSymbolCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command (usually the RichEditControl).
</param>
</member>
<member name="P:DevExpress.Xpf.Commands.InsertSymbolCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.Xpf.Commands.InsertSymbolCommand.Id">
<summary>
<para>Gets the ID of the InsertSymbolCommand.
</para>
</summary>
<value>A <see cref="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowSymbolForm"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Commands.InsertSymbolCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.Xpf.Commands.InsertSymbolCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.Xpf.Commands.InsertSymbolCommand.ShowsModalDialog">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.BrowserPrintPreviewCommand">
<summary>
<para>Opens the page in a new browser window for preview, using the JavaScript window.open() method.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.BrowserPrintPreviewCommand.#ctor(DevExpress.Xpf.RichEdit.RichEditControl)">
<summary>
<para>Initializes a new instance of the BrowserPrintPreviewCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command (usually the <see cref="T:DevExpress.Xpf.RichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.BrowserPrintPreviewCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.BrowserPrintPreviewCommand.Id">
<summary>
<para>Gets the ID of the BrowserPrintPreviewCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.BrowserPrintPreviewCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.BrowserPrintPreviewCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.BrowserPrintCommand">
<summary>
<para>Prints the page in the browser, using the JavaScript window.print() method.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.BrowserPrintCommand.#ctor(DevExpress.Xpf.RichEdit.RichEditControl)">
<summary>
<para>Initializes a new instance of the BrowserPrintCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command (usually the <see cref="T:DevExpress.Xpf.RichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.BrowserPrintCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.BrowserPrintCommand.Id">
<summary>
<para>Gets the ID of the BrowserPrintCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.BrowserPrintCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.BrowserPrintCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.Xpf.RichEdit.RichEditHoverMenu">
<summary>
<para>Represents a tool bar displayed when the mouse cursor hovers over a selection.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditHoverMenu.#ctor">
<summary>
<para>Initializes a new instance of the RichEditHoverMenu class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditHoverMenu.AddItem(DevExpress.Utils.Menu.IDXMenuItemBase`1)">
<summary>
<para>Adds a specified menu item to the current <see cref="T:DevExpress.Xpf.RichEdit.RichEditHoverMenu"/>.
</para>
</summary>
<param name="item">
A menu item to add.
</param>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditHoverMenu.BeginGroup">
<summary>
<para>Hides the corresponding property of the base class.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditHoverMenu.Id">
<summary>
<para>Hides the corresponding property of the base class.
</para>
</summary>
<value>Always <see cref="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.None"/>.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditHoverMenu.ItemsCount">
<summary>
<para>Gets the number of menu item links in the current menu.
</para>
</summary>
<value>An integer representing the number of item links.
</value>
</member>
<member name="T:DevExpress.Xpf.RichEdit.CustomMarkDrawEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.CustomMarkDraw"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.CustomMarkDrawEventHandler.Invoke(System.Object,DevExpress.Xpf.RichEdit.CustomMarkDrawEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.CustomMarkDraw"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.RichEdit.RichEditControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Xpf.RichEdit.CustomMarkDrawEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.Xpf.RichEdit.CustomMarkDrawEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.CustomMarkDraw"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.CustomMarkDrawEventArgs.#ctor(DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfoCollection)">
<summary>
<para>Initializes a new instance of the CustomMarkDrawEventArgs class with the specified custom mark visual info.
</para>
</summary>
<param name="visualInfoCollection">
A <b>DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfoCollection</b> collection containing custom marks visual info.
</param>
</member>
<member name="P:DevExpress.Xpf.RichEdit.CustomMarkDrawEventArgs.VisualInfoCollection">
<summary>
<para>Provides access to information required to visualize custom marks.
</para>
</summary>
<value>A <b>DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfoCollection</b> collection containing custom marks visual info.
</value>
</member>
<member name="T:DevExpress.Xpf.RichEdit.HoverMenuShowingEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.HoverMenuShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.HoverMenuShowingEventHandler.Invoke(System.Object,DevExpress.Xpf.RichEdit.HoverMenuShowingEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.HoverMenuShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.RichEdit.RichEditControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Xpf.RichEdit.HoverMenuShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.Xpf.RichEdit.HoverMenuShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.HoverMenuShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.HoverMenuShowingEventArgs.#ctor(DevExpress.Xpf.RichEdit.RichEditHoverMenu)">
<summary>
<para>Initializes a new instance of the HoverMenuShowingEventArgs class with specified settings.
</para>
</summary>
<param name="menu">
A <see cref="T:DevExpress.Xpf.RichEdit.RichEditHoverMenu"/> object representing a hover menu.
</param>
</member>
<member name="P:DevExpress.Xpf.RichEdit.HoverMenuShowingEventArgs.Menu">
<summary>
<para>Gets or sets the hover menu displayed in the RichEditControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.RichEdit.RichEditHoverMenu"/> object representing a menu to display.
</value>
</member>
<member name="T:DevExpress.Xpf.RichEdit.PopupMenuShowingEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.PopupMenuShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.PopupMenuShowingEventHandler.Invoke(System.Object,DevExpress.Xpf.RichEdit.PopupMenuShowingEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.PopupMenuShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.RichEdit.RichEditControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Xpf.RichEdit.PopupMenuShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.Xpf.RichEdit.PopupMenuShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.PopupMenuShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.PopupMenuShowingEventArgs.#ctor(DevExpress.Xpf.Bars.PopupMenu)">
<summary>
<para>Initializes a new instance of the PopupMenuShowingEventArgs class with specified settings.
</para>
</summary>
<param name="menu">
A <see cref="T:DevExpress.Xpf.Bars.PopupMenu"/> object representing a popup menu.
</param>
</member>
<member name="P:DevExpress.Xpf.RichEdit.PopupMenuShowingEventArgs.Menu">
<summary>
<para>Gets or sets the popup menu displayed in the RichEditControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Bars.PopupMenu"/> object representing a menu to display.
</value>
</member>
<member name="T:DevExpress.Xpf.RichEdit.RichEditControlOptions">
<summary>
<para>Represents the storage of settings specific for the <see cref="T:DevExpress.Xpf.RichEdit.RichEditControl"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControlOptions.#ctor(DevExpress.XtraRichEdit.Internal.InnerRichEditDocumentServer)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="documentServer">
</param>
</member>
<member name="T:DevExpress.Xpf.RichEdit.RichEditDocumentLoader">
<summary>
<para>Enables you to specify parameters of the document which the RichEdit control loads after initialization.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditDocumentLoader.#ctor">
<summary>
<para>Initializes a new instance of the RichEditDocumentLoader class.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditDocumentLoader.Format">
<summary>
<para>Gets or sets the document format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the format of the document to load.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditDocumentLoader.Source">
<summary>
<para>Get or sets the location of the document to load.
</para>
</summary>
<value>A <see cref="T:System.Uri"/> object representing the uniform resource identifier (URI) of the document.
</value>
</member>
<member name="T:DevExpress.Xpf.RichEdit.Menu.RichEditMenuItem">
<summary>
<para>Represents a menu item associated with a <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommand"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.Menu.RichEditMenuItem.#ctor">
<summary>
<para>Initializes a new instance of the RichEditMenuItem class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.Menu.RichEditToolMenuItemCommandSLAdapter">
<summary>
<para>Represents a class used for creating a command tool menu.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.Menu.RichEditToolMenuItemCommandSLAdapter.#ctor(DevExpress.XtraRichEdit.Commands.RichEditCommand,DevExpress.Xpf.Bars.BarManager)">
<summary>
<para>Initializes a new instance of the RichEditToolMenuItemCommandSLAdapter class for the specified command and bar manager.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommand"/> representing a command associated with this menu item.
</param>
<param name="barManager">
A <see cref="T:DevExpress.Xpf.Bars.BarManager"/> instance that is responsible for creating a command bar or Ribbon interface.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.Menu.RichEditToolMenuItemCommandSLAdapter.CreateMenuItem">
<summary>
<para>Creates a menu item associated with the command for which the RichEditToolMenuItemCommandSLAdapter is instantiated.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Xpf.RichEdit.Menu.RichEditMenuItem"/> object representing a command menu item.
</returns>
</member>
<member name="T:DevExpress.Xpf.RichEdit.Menu.RichEditMenuItemCommandSLAdapter">
<summary>
<para>Represents a class used for creating a command menu.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.Menu.RichEditMenuItemCommandSLAdapter.#ctor(DevExpress.XtraRichEdit.Commands.RichEditCommand)">
<summary>
<para>Initializes a new instance of the RichEditMenuItemCommandSLAdapter class for the specified command.
</para>
</summary>
<param name="command">
A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommand"/>, representing a command associated with this menu item.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.Menu.RichEditMenuItemCommandSLAdapter.CreateMenuItem">
<summary>
<para>Creates a menu item associated with the command for which the RichEditMenuItemCommandSLAdapter is instantiated.
</para>
</summary>
<returns>A <b>RichEditMenuItem</b> object representing a command menu item.
</returns>
</member>
<member name="T:DevExpress.Xpf.RichEdit.Controls.Internal.KeyCodeConverter">
<summary>
<para>Represents a class used to intercept keyboard input and convert keys when necessary.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.Controls.Internal.KeyCodeConverter.#ctor">
<summary>
<para>Initializes a new instance of the KeyCodeConverter class with default settings.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.Controls.Internal.KeyCodeConverter.KeyDown">
<summary>
<para>Occurs when a keyboard key is pressed while the <b>KeyCodeConverter</b> has focus.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.Controls.Internal.KeyCodeConverter.KeyPress">
<summary>
<para>Occurs when a key is pressed and a character is entered while the <b>KeyCodeConverter</b> has focus.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.Controls.Internal.KeyCodeConverter.OnApplyTemplate">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.Controls.Internal.KeyCodeConverter.Owner">
<summary>
<para>This property is for internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.PreparePopupMenuEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.PreparePopupMenu"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.PreparePopupMenuEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.PreparePopupMenuEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.PreparePopupMenu"/> event.
</para>
</summary>
<param name="sender">
The event sender (typically a <see cref="T:DevExpress.Xpf.RichEdit.RichEditControl"/>).
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.PreparePopupMenuEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.PreparePopupMenuEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.PreparePopupMenu"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.PreparePopupMenuEventArgs.#ctor(DevExpress.Xpf.Bars.PopupMenu)">
<summary>
<para>Initializes a new instance of the PreparePopupMenuEventArgs class with specified settings.
</para>
</summary>
<param name="menu">
A <see cref="T:DevExpress.Xpf.Bars.PopupMenu"/> which represents the popup menu.
</param>
</member>
<member name="T:DevExpress.Xpf.RichEdit.IRichEditDocumentLoader">
<summary>
<para>Defines parameters for loading the document.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.IRichEditDocumentLoader.Format">
<summary>
<para>Gets the format of the document to load.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the document format.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.IRichEditDocumentLoader.Stream">
<summary>
<para>Gets the stream containing the document to load.
</para>
</summary>
<value>A <see cref="T:System.IO.Stream"/> object representing a stream containing the document.
</value>
</member>
<member name="T:DevExpress.Xpf.RichEdit.RichEditControl">
<summary>
<para>Represents a RichEdit control which is a container for the rich-text document with all the necessary functionality for loading, editing and saving.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.#ctor">
<summary>
<para>Initializes a new instance of the RichEditControl class.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.ActiveView">
<summary>
<para>Gets the <b>View</b> currently used by the <b>RichEdit</b> control to show the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.RichEditView"/> class instance, which is one of the views listed in the <see cref="T:DevExpress.XtraRichEdit.RichEditViewType"/> enumeration.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.ActiveViewChanged">
<summary>
<para>Occurs when the value of the <see cref="P:DevExpress.Xpf.RichEdit.RichEditControl.ActiveView"/> property is changed.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.ActiveViewType">
<summary>
<para>Gets or sets the type of the <b>View</b> which is currently used by the RichEdit to show the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.RichEditViewType"/> enumeration value specifying the active <b>View</b> type.
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback)">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
<param name="serviceType">
The type of service to add.
</param>
<param name="callback">
A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback,System.Boolean)">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
<param name="serviceType">
The type of service to add.
</param>
<param name="callback">
A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested.
</param>
<param name="promote">
<b>true</b> to promote this request to any parent service containers; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.AddService(System.Type,System.Object,System.Boolean)">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
<param name="serviceType">
The type of service to add.
</param>
<param name="serviceInstance">
A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested.
</param>
<param name="promote">
<b>true</b> to promote this request to any parent service containers; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.AddService(System.Type,System.Object)">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
<param name="serviceType">
The type of service to add.
</param>
<param name="serviceInstance">
An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.AssignShortcutKeyToCommand(DevExpress.Data.Keys,DevExpress.Data.Keys,DevExpress.XtraRichEdit.Commands.RichEditCommandId,DevExpress.XtraRichEdit.RichEditViewType)">
<summary>
<para>Assigns a shortcut key to a command. The shortcut key is available for the specified RichEditView.
</para>
</summary>
<param name="key">
A <see cref="T:System.Windows.Forms.Keys"/> enumeration member specifying a key to assign.
</param>
<param name="modifier">
A <see cref="T:System.Windows.Forms.Keys"/> enumeration member specifying a modifier key.
</param>
<param name="commandId">
A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> enumeration member specifying a command.
</param>
<param name="viewType">
A <see cref="T:DevExpress.XtraRichEdit.RichEditView"/> specifying the view in which a shortcut will be effective
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.AssignShortcutKeyToCommand(DevExpress.Data.Keys,DevExpress.Data.Keys,DevExpress.XtraRichEdit.Commands.RichEditCommandId)">
<summary>
<para>Assigns a shortcut key to a command. The shortcut key is available for all RichEdit views.
</para>
</summary>
<param name="key">
A <see cref="T:System.Windows.Forms.Keys"/> enumeration member specifying a key to assign.
</param>
<param name="modifier">
A <see cref="T:System.Windows.Forms.Keys"/> enumeration member specifying a modifier key.
</param>
<param name="commandId">
A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> enumeration member specifying a command.
</param>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.AutoCorrect">
<summary>
<para>Fires when text is typed in the control.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.BarManager">
<summary>
<para>Gets or sets the main component that provides Bars functionality. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Bars.BarManager"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.BarManagerProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.BeforeExport">
<summary>
<para>Occurs before the document is saved (exported to a certain format).
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.BeforeImport">
<summary>
<para>Occurs before a document is loaded (imported from an external source).
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.BeginInvoke(System.Action)">
<summary>
<para> Invokes some arbitrary code on the main UI thread.
</para>
</summary>
<param name="method">
A delegate to a method that takes no arguments and does not return a value.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.BeginUpdate">
<summary>
<para>Locks the RichEditControl by preventing visual updates of the object and its elements until the <b>EndUpdate</b> method is called.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.BrowserPrint">
<summary>
<para>Occurs before the document is saved (exported to a certain format).
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.BrowserPrintPreview">
<summary>
<para>Occurs before a document is loaded (imported from an external source).
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.CalculateDocumentVariable">
<summary>
<para>Fires when the DOCVARIABLE field is updated.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.CancelUpdate">
<summary>
<para>Unlocks the RichEditControl object after it has been locked by the <b>BeginUpdate</b> method, without causing an immediate visual update.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.CanRedo">
<summary>
<para>Executes the specified delegate asynchronously on the thread on which the control's handle was created.
</para>
</summary>
<value>The delegate to a method placed in the Dispatcher event queue.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.CanUndo">
<summary>
<para>Indicates whether the user can undo the previous operation.
</para>
</summary>
<value><b>true</b> if the user can undo the previous opration; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.CharCount">
<summary>
<para>Gets the number of characters in a document.
</para>
</summary>
<value>An integer that is the number of characters in a document.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.CharsCount">
<summary>
<para>Gets the character count of the document.
</para>
</summary>
<value>A string representing the total number of characters the document contains.
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.ClearUndo">
<summary>
<para>Clears information about recent operations, so they cannot not be undone.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.ClipboardSetDataException">
<summary>
<para>Occurs when an exception is thrown while trying to place data onto the clipboard.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.CollapseSearch">
<summary>
<para>Closes the Search panel and raises the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.SearchBoxClosed"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Content">
<summary>
<para>Gets or sets the control's content.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.RichEdit.RichEditDocumentContent"/> class instance used to obtain the control's content in different formats.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.ContentChanged">
<summary>
<para>Occurs when the document content has been changed.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.ContentProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.Copy">
<summary>
<para>Copies the content of the selection to the clipboard.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.CornerBoxVisibility">
<summary>
<para>Gets or sets whether the corner box element is displayed. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.Visibility"/> value that specifies the element visibility.
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.CornerBoxVisibilityProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.CreateCommand(DevExpress.XtraRichEdit.Commands.RichEditCommandId)">
<summary>
<para>Create a <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommand"/> object by the command identifier.
</para>
</summary>
<param name="commandId">
A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> structure member, which specifies a command.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommand"/> instance, representing a Rich Text Control command.
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.CreateDocumentServer">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.CreateMailMergeOptions">
<summary>
<para>Creates an object for specifying the options used in mail merge operations.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.MailMergeOptions"/> class instance containing options used for mail merge.
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.CreateNewDocument">
<summary>
<para>Creates a new empty document, loads and displays it.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.CustomizeMergeFields">
<summary>
<para>Fires when the 'Insert Merge Field' command button is clicked, and enables you to customize a drop-down field list.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.CustomMarkDraw">
<summary>
<para>Fires before a custom mark is painted, and enables you to visualize the custom mark as required.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.Cut">
<summary>
<para>Removes the selection from the document and places it on the clipboard.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.DefaultViewType">
<summary>
<para>Gets the default view type used by the RichEdit control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.RichEditViewType"/> enumeration member, which specifies the RichEdit view.
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.DeselectAll">
<summary>
<para>Specifies that no content is selected in the control.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.Dispose">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Document">
<summary>
<para>Provides access to a <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/> interface representing the control's document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/> interface representing a document loaded in the control.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.DocumentClosing">
<summary>
<para>Occurs when a document that has not yet been saved is about to be closed.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.DocumentLoaded">
<summary>
<para>Occurs after a document is loaded into the RichEdit control.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.DocumentLoader">
<summary>
<para>Gets or sets the object that provides the <b>IRichEditDocumentLoader</b> interface and can be used to load a document.
</para>
</summary>
<value>
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.DocumentProtectionChanged">
<summary>
<para>Fires when the document protection is enforced or dropped.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.DpiX">
<summary>
<para>Gets the current dpi value for the X-coordinate.
</para>
</summary>
<value>A <see cref="T:System.Single"/> dpi value.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.DpiY">
<summary>
<para>Gets the current dpi value for the Y-coordinate.
</para>
</summary>
<value>A <see cref="T:System.Single"/> dpi value.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.EmptyDocumentCreated">
<summary>
<para>Occurs when a new document is created.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.EndUpdate">
<summary>
<para>Unlocks the RichEditControl object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.FinishHeaderFooterEditing">
<summary>
<para>Occurs when the end-user finishes editing a header or footer.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.FocusElement">
<summary>
<para>Gets the element that currently has a focus.
</para>
</summary>
<value>A <see cref="T:System.Windows.Controls.Control"/> representing a focused element.
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.FocusKeyCodeTextBox">
<summary>
<para>Sets focus to the current <see cref="T:DevExpress.Xpf.RichEdit.Controls.Internal.KeyCodeConverter"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.ForceSyntaxHighlight">
<summary>
<para>Reserved for future use.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.GetBoundsFromPosition(DevExpress.XtraRichEdit.API.Native.DocumentPosition)">
<summary>
<para>Gets the rectangle representing the character at the specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> representing the position in the document.
</param>
<returns>A <see cref="T:System.Drawing.Rectangle"/> representing the area occupied by a character or the <b>System.Drawing.Rectangle.Empty</b> value if the bounds could not be determined. Measured in units that are in effect.
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.GetBoundsFromPositionF(DevExpress.XtraRichEdit.API.Native.DocumentPosition)">
<summary>
<para>Gets the rectangle representing the character at the specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/>, specifying the position in the document.
</param>
<returns>A <see cref="T:System.Drawing.RectangleF"/> representing the area occupied by a character or the <b>System.Drawing.Rectangle.Empty</b> value if the bounds could not be determined. Measured in the units that are in effect.
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.GetLayoutPhysicalBoundsFromPosition(DevExpress.XtraRichEdit.API.Native.DocumentPosition)">
<summary>
<para>Gets the rectangle representing the character at the specified position with coordinates in a layout model.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> representing the position in the document.
</param>
<returns>A <see cref="T:System.Drawing.Rectangle"/> representing the character. Measured in layout units.
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.GetObjectInfo(System.Windows.Point)">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<param name="point">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.GetPositionFromPoint(System.Drawing.PointF)">
<summary>
<para>Gets the position in the document closest to the specified point.
</para>
</summary>
<param name="clientPoint">
A <see cref="T:System.Drawing.PointF"/> object specifying the location for which the position is retrieved. The point coordinates are measured in documents units.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object representing a position in the document.
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.GetPredefinedFontSizeCollection">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.GetService(System.Type)">
<summary>
<para>Gets the service object of the specified type.
</para>
</summary>
<param name="serviceType">
An object that specifies the type of service object to get.
</param>
<returns>A service object of the specified type, or a null reference (Nothing in Visual Basic) if there is no service object of this type.
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.GetService``1">
<summary>
<para>Gets the specified service.
</para>
</summary>
<returns>A service object of the specified type.
</returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.HandleWindowClose">
<summary>
<para>Gets or sets whether RichEditControl should be disposed of when a window is closed.
</para>
</summary>
<value><b>true</b> to prevent RichEditControl from being disposed of when a Window is closed; otherwise, <b>false</b>. Default is <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.HandleWindowCloseProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.HasToolTip">
<summary>
<para><para>This member supports the internal infrastructure, and is not intended to be used directly from your code. </para>
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.HideCaret">
<summary>
<para>This method is required for compatibility only, and does nothing.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.HorizontalRuler">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.HorizontalRulerVisibility">
<summary>
<para>Gets or sets whether the horizontal ruler is displayed. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.Visibility"/> value that specifies the element visibility.
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.HorizontalRulerVisibilityProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.HorizontalScrollBar">
<summary>
<para>Provides access to the horizontal scrollbar of the control.
</para>
</summary>
<value>A <b>System.Windows.Controls.Primitives.ScrollBar</b> object representing the horizontal scrollbar.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.HorizontalScrollBarVisibility">
<summary>
<para>Gets or sets whether the horizontal scrollbar is visible or collapsed.
</para>
</summary>
<value>A <b>System.Windows.Visibility</b> enumeration member.
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.HorizontalScrollBarVisibilityProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.RichEdit.RichEditControl.HorizontalScrollBarVisibility"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.HoverMenuCalculator">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<value>
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.HoverMenuShowing">
<summary>
<para>Fires before the hover menu of the control is displayed.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.HtmlText">
<summary>
<para>Gets or sets the control's content as HTML text.
</para>
</summary>
<value>A string containing text in HTML format.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.HtmlTextChanged">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.HyperlinkClick">
<summary>
<para>Occurs when an end-user clicks the hyperlink to activate it.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.InitializeDocument">
<summary>
<para>Occurs before a document is loaded. Handle this event to set initial document settings.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.InvalidFormatException">
<summary>
<para>Fires when the supplied data could not be recognized as data in the assumed format for import.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.IsCaretVisible">
<summary>
<para>Gets or sets whether the caret is visible.
</para>
</summary>
<value><b>true</b> if a caret is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.IsFloatingObjectSelected">
<summary>
<para>Indicates whether any floating object in the document is selected.
</para>
</summary>
<value><b>true</b> if a floating object is selected; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.IsFocused">
<summary>
<para>Gets a value that determines whether the control has logical focus.
</para>
</summary>
<value><b>true</b> if the RichEditControl has logical focus; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.IsSelectionInFooter">
<summary>
<para>Indicates whether the selection (CaretPosition) is located in the document footer.
</para>
</summary>
<value><b>true</b> if the caret is located in the footer; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.IsSelectionInHeader">
<summary>
<para>Indicates whether the selection (CaretPosition) is located in the document header.
</para>
</summary>
<value><b>true</b> if the caret is located in the header; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.IsSelectionInHeaderOrFooter">
<summary>
<para>Indicates whether the selection (CaretPosition) is located in the main document or the header or footer.
</para>
</summary>
<value><b>true</b> if the caret is located in the header or footer; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.IsSelectionInTable">
<summary>
<para>Gets whether the entire selection is contained in one table.
</para>
</summary>
<returns><b>true</b> if a selection is within one table; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.IsUpdateLocked">
<summary>
<para>Gets whether the scheduler control has been locked for updating.
</para>
</summary>
<value><b>true</b> if the scheduler control is locked; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.KeyCodeConverter">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.LayoutUnit">
<summary>
<para>Gets or sets a unit of measure used for a control's layout.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.Office.DocumentUnit"/> enumeration values.
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.LoadDocument">
<summary>
<para>Invokes the "Open..." file dialog, creates a specific importer and loads the file.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.LoadDocument(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Loads a document from a stream, specifying the document's format.
</para>
</summary>
<param name="stream">
The stream from which to load a document.
</param>
<param name="documentFormat">
One of the <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> members.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.LoadDocumentTemplate(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Loads a specified document as a template.
</para>
</summary>
<param name="stream">
The stream from which to load a document.
</param>
<param name="documentFormat">
One of the <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> members.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.MailMerge(DevExpress.XtraRichEdit.API.Native.MailMergeOptions,DevExpress.XtraRichEdit.IRichEditDocumentServer)">
<summary>
<para>Merges the current document using the specified options and sends the result to the specified RichEditDocumentServer instance.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.MailMergeOptions"/> interface exposing options for the current merge.
</param>
<param name="targetDocumentServer">
An object implementing the <b>IRichEditDocumentServer</b> interface, such as the RichEditDocumentServer or the <see cref="T:DevExpress.Xpf.RichEdit.RichEditControl"/> instance.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.MailMerge(DevExpress.XtraRichEdit.IRichEditDocumentServer)">
<summary>
<para>Merges the current document and sends the result to the specified RichEditDocumentServer instance.
</para>
</summary>
<param name="documentServer">
An object implementing the <b>IRichEditDocumentServer</b> interface, such as the RichEditDocumentServer or the <see cref="T:DevExpress.Xpf.RichEdit.RichEditControl"/> instance.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.MailMerge(System.String,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Merges the current document and sends the result to the specified file in a specified format.
</para>
</summary>
<param name="fileName">
A name of the file to which the merged document is saved.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the destination format.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.MailMerge(DevExpress.XtraRichEdit.API.Native.Document)">
<summary>
<para>Merges the current document and sends the result to the specified <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/>.
</para>
</summary>
<param name="document">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/> interface to which the merged document is sent.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.MailMerge(DevExpress.XtraRichEdit.API.Native.MailMergeOptions,System.String,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Merges the current document using the specified options and sends the result to the specified file in a specified format.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.MailMergeOptions"/> interface exposing options for the current merge.
</param>
<param name="fileName">
A name of the file to which the merged document is saved.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the destination format.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.MailMerge(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Merges the current document and sends the result to the specified stream in a specified format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object that is the output stream.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the destination format.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.MailMerge(DevExpress.XtraRichEdit.API.Native.MailMergeOptions,DevExpress.XtraRichEdit.API.Native.Document)">
<summary>
<para>Merges the current document using the specified options, and sends the result to the specified <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/>.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.MailMergeOptions"/> interface exposing options for the current merge.
</param>
<param name="targetDocument">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/> interface to which the merged document is sent.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.MailMerge(DevExpress.XtraRichEdit.API.Native.MailMergeOptions,System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Merges the current document using the specified options and sends the result to the specified stream in a specified format.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.MailMergeOptions"/> interface exposing options for the current merge.
</param>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object that is the output stream.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the destination format.
</param>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.MailMergeFinished">
<summary>
<para>Fires the when mail merge is completed.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.MailMergeRecordFinished">
<summary>
<para>Fires after each data record is merged with the document in the mail merge process.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.MailMergeRecordStarted">
<summary>
<para>Fires before each data record is merged with the document in the mail merge process.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.MailMergeStarted">
<summary>
<para>Fires before mail merge starts.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.MeasureSingleLineString(System.String,DevExpress.XtraRichEdit.API.Native.CharacterPropertiesBase)">
<summary>
<para>Calculates the length of a formatted string.
</para>
</summary>
<param name="text">
A string to measure.
</param>
<param name="properties">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.CharacterPropertiesBase"/> interface specifying the format used to display a string.
</param>
<returns>A <see cref="T:System.Drawing.SizeF"/> object that is the rectangle required to display a string.
</returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.MhtText">
<summary>
<para>Gets or sets the control's content as MHT text.
</para>
</summary>
<value>A string containing text in MHT format.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.MhtTextChanged">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Model">
<summary>
<para>Provides access to a document model. This property is not intended for public use.
</para>
</summary>
<value>An object representing the document model.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Modified">
<summary>
<para>Gets or sets a value that indicates that the RichEdit control contents were modified since it was last saved.
</para>
</summary>
<value><b>true</b> if the control's contents were modified since it was last saved.; otherwise, <b>false</b>.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.ModifiedChanged">
<summary>
<para>Occurs when the value of the <see cref="P:DevExpress.Xpf.RichEdit.RichEditControl.Modified"/> property is changed.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.OnApplyTemplate">
<summary>
<para>This method is called when the control's template is applied.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.OpenDocumentBytes">
<summary>
<para>Gets or sets the control's content as an array of bytes in Open Office Text (.odt) format.
</para>
</summary>
<value>An array of bytes representing the OpenDocument Text (.odt) format.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.OpenDocumentBytesChanged">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.OpenXmlBytes">
<summary>
<para>Gets or sets the control's content as an array of bytes in Office Open XML (Docx) format.
</para>
</summary>
<value>An array of bytes representing the document in Docx format.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.OpenXmlBytesChanged">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Options">
<summary>
<para>Provides access to various options of the RichEditControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.RichEdit.RichEditControlOptions"/> class instance, providing access to various RichEditControl options.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.ParagraphCount">
<summary>
<para>Gets the number of paragraphs in a document.
</para>
</summary>
<value>An integer that is the number of paragraphs in a document.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.ParagraphsCount">
<summary>
<para>Gets the number of paragraphs in the current document.
</para>
</summary>
<value>A string, representing a value of the paragraph counter.
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.Paste">
<summary>
<para>Inserts the contents of the clipboard at the selection.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.PlainText">
<summary>
<para>Gets the plain text content of the control.
</para>
</summary>
<value>A string, containing the document's unformatted text.
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.PointToScreen(System.Drawing.Point)">
<summary>
<para>Translates the location of the specified client point into screen coordinates.
</para>
</summary>
<param name="point">
A <see cref="T:System.Drawing.Point"/> object representing the client point.
</param>
<returns>A <see cref="T:System.Drawing.Point"/> object representing the point with converted coordinates.
</returns>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.PopupMenuShowing">
<summary>
<para>Occurs before a popup menu is created for the control's document every time a context menu is being invoked.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.PrepareHoverMenu">
<summary>
<para>Occurs before a hover menu is created.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.PreparePopupMenu">
<summary>
<para>Occurs before a context (popup) menu is created for the control's document every time a context menu is being invoked.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.PropertyChanged">
<summary>
<para>Occurs every time any of the RichEditControl class properties has changed its value.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.ReadOnly">
<summary>
<para>Gets or sets whether document modifications are prohibited.
</para>
</summary>
<value>Gets or sets whether document modifications are prohibited.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.ReadOnlyChanged">
<summary>
<para>Occurs when the read-only state of the RichEdit control is changed.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.Redo">
<summary>
<para>Reapplies the last action that was undone in the control.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.Redraw(DevExpress.XtraRichEdit.Internal.RefreshAction)">
<summary>
<para>Performs a thread-safe refresh action for the active view.
</para>
</summary>
<param name="action">
A <b>RefreshAction</b> enumeration member specifying how the control should be repainted.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.RedrawCore(DevExpress.XtraRichEdit.Internal.RefreshAction)">
<summary>
<para>This method is intended for internal use only. Use the <see cref="M:DevExpress.Xpf.RichEdit.RichEditControl.Redraw"/> instead.
</para>
</summary>
<param name="action">
A <b>DevExpress.XtraRichEdit.Internal.RefreshAction</b> enumeration member specifying how the control should be repainted.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.RedrawCore(DevExpress.XtraRichEdit.Internal.RefreshAction,System.Boolean)">
<summary>
<para>This method is intended for internal use only. Use the <see cref="M:DevExpress.Xpf.RichEdit.RichEditControl.Redraw"/> instead.
</para>
</summary>
<param name="action">
A <b>DevExpress.XtraRichEdit.Internal.RefreshAction</b> enumeration member specifying how the control should be repainted.
</param>
<param name="doRedraw">
<b>true</b> to perform an action immediately; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.RedrawEnsureSecondaryFormattingComplete(DevExpress.XtraRichEdit.Internal.RefreshAction)">
<summary>
<para>This method is intended for internal use only.
</para>
</summary>
<param name="action">
A <b>DevExpress.XtraRichEdit.Internal.RefreshAction</b> enumeration member specifying how the control should be repainted.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.RedrawEnsureSecondaryFormattingComplete">
<summary>
<para>This method is intended for internal use only.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.RemoveService(System.Type)">
<summary>
<para>Removes the service of a specified type from the service container.
</para>
</summary>
<param name="serviceType">
The type of service to remove.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.RemoveService(System.Type,System.Boolean)">
<summary>
<para>Removes the service of the specified type from the service container.
</para>
</summary>
<param name="serviceType">
The type of service to remove.
</param>
<param name="promote">
<b>true</b> to promote this request to any parent service containers; <b>otherwise</b>, false.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.RemoveShortcutKey(DevExpress.Data.Keys,DevExpress.Data.Keys,DevExpress.XtraRichEdit.RichEditViewType)">
<summary>
<para>Removes a command shortcut for the specified RichEditView.
</para>
</summary>
<param name="key">
A <see cref="T:System.Windows.Forms.Keys"/> enumeration member specifying a key to assign.
</param>
<param name="modifier">
A <see cref="T:System.Windows.Forms.Keys"/> enumeration member specifying a modifier key.
</param>
<param name="viewType">
A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> enumeration member specifying a command.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.RemoveShortcutKey(DevExpress.Data.Keys,DevExpress.Data.Keys)">
<summary>
<para>Removes a command shortcut for all RichEdit views.
</para>
</summary>
<param name="key">
A <see cref="T:System.Windows.Forms.Keys"/> enumeration member specifying a shortcut key.
</param>
<param name="modifier">
A <see cref="T:System.Windows.Forms.Keys"/> enumeration member specifying a modifier key.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.ReplaceService``1(``0)">
<summary>
<para>Performs a service substitution.
</para>
</summary>
<param name="newService">
A service of the specified type that will be registered.
</param>
<returns>Previously registered service of the specified type, or null (<b>Nothing</b> in Visual Basic) if the service does not exist.
</returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Ribbon">
<summary>
<para>Gets or sets the Ribbon control containing command controls for use with the current RichEditControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Ribbon.RibbonControl"/> instance containing command UI for the RichEditControl.
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.RibbonProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.RtfText">
<summary>
<para>Gets or sets the formatted text content of the control.
</para>
</summary>
<value>A string, containing the document's content in rich text format.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.RtfTextChanged">
<summary>
<para>Occurs when the text in the control is changed.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.SaveDocument(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Saves the control's document to a stream, specifying the document's format.
</para>
</summary>
<param name="stream">
The stream to output the document to.
</param>
<param name="documentFormat">
One of the <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration values.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.SaveDocumentAs">
<summary>
<para>Invokes a <b>Save As</b> dialog and saves a document.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.SaveDocumentAs(DevExpress.Xpf.Core.Native.IWin32Window)">
<summary>
<para>Invokes the <b>Save As</b> form which is shown modally as a <i>child</i> of the specified <i>parent</i> window.
</para>
</summary>
<param name="parent">
The <see cref="T:System.Windows.Forms.IWin32Window"/> that represents the parent window.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.ScrollToCaret">
<summary>
<para>Scrolls the document to the caret position.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.ScrollToCaret(System.Single)">
<summary>
<para>Scrolls the document so that the caret position is displayed at the specified relative vertical offset.
</para>
</summary>
<param name="relativeVerticalPosition">
A number specifying the relative vertical offset. Must be within the range 0.0 - 1.0
</param>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.SearchBoxClosed">
<summary>
<para>Occurs when a seach panel collapses and becomes hidden.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.SearchPanel">
<summary>
<para>Provides access to the Search and Replace Panel
</para>
</summary>
<value>A <see cref="T:System.Windows.FrameworkElement"/> representing a Search panel.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.SectionCount">
<summary>
<para>Gets the number of sections in a document.
</para>
</summary>
<value>An integer that is the number of sections in a document.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.SectionsCount">
<summary>
<para>Gets the number of sections in the current document.
</para>
</summary>
<value>A string, representing a value of the section counter.
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.SelectAll">
<summary>
<para>Selects the entire contents of the RichEditControl.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Selection">
<summary>
<para>Gets the plain text contained in the selected area of the document.
</para>
</summary>
<value>A string containing the plain text of the selection.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.SelectionChanged">
<summary>
<para>Fires in response to changing a selection in the document.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.SelectionRTF">
<summary>
<para>Gets the formatted text contained in the selected area of the document.
</para>
</summary>
<value>A string containing the RTF text of the selection.
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.SetViewPortSize">
<summary>
<para>This method is intended for internal use only.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.ShowBorder">
<summary>
<para>Gets or sets whether to display the border of the RichEditControl. This is a dependency property.
</para>
</summary>
<value><b>true</b> to show the border; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.ShowBorderProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.ShowCaret">
<summary>
<para>This method is required for compatibility only, and does nothing.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.ShowCaretInReadOnly">
<summary>
<para>Displays the caret even if the control is read-only.
</para>
</summary>
<value><b>true</b> to show the caret in a read-only control; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.ShowHoverMenu">
<summary>
<para>Specifies whether the menu should be shown when the mouse hovers over a selection.
</para>
</summary>
<value><b>true</b> to enable the hover menu; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.ShowHoverMenuProperty">
<summary>
<para>Identifies the <b>ShowHoverMenu</b> dependency property.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.ShowReplaceForm">
<summary>
<para>Shows the Search Panel with the Replace box.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.ShowSearchForm(System.String)">
<summary>
<para>Shows the Search Panel
</para>
</summary>
<param name="searchString">
A string that is entered into the search box.
</param>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.SpellChecker">
<summary>
<para>Gets or sets the component used for spell check by the RichEdit control.
</para>
</summary>
<value>A component which provides the <b>DevExpress.XtraSpellChecker.ISpellChecker</b> interface.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.StartHeaderFooterEditing">
<summary>
<para>Occurs when the end-user starts editing a header or footer.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Surface">
<summary>
<para>This property is intended for internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Text">
<summary>
<para>Gets or sets the plain text content of the control.
</para>
</summary>
<value>A string, containing the document's unformatted text.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.TextChanged">
<summary>
<para>Occurs when the document content was changed.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.Undo">
<summary>
<para>Cancels changes caused by the last operation.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.UnhandledException">
<summary>
<para>This event is raised when an exception, unhandled by the <see cref="T:DevExpress.Xpf.RichEdit.RichEditControl"/>, occurs.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Unit">
<summary>
<para>Gets or sets a unit of measure used within the control.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.Office.DocumentUnit"/> enumeration values.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.UnitChanged">
<summary>
<para>Fires after the <see cref="P:DevExpress.Xpf.RichEdit.RichEditControl.Unit"/> property is changed.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.UnitChanging">
<summary>
<para>Fires before the <see cref="P:DevExpress.Xpf.RichEdit.RichEditControl.Unit"/> property is changed.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.UpdateBarItemCommandUIState(DevExpress.Xpf.Bars.BarItem,DevExpress.XtraRichEdit.Commands.RichEditCommandId)">
<summary>
<para>Updates the command state for a command associated with a bar item.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.Xpf.Bars.BarItem"/> object that provides the bar element functionality.
</param>
<param name="commandId">
A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> enumeration member identifying a command.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.UpdateCommandUI">
<summary>
<para>Refreshes the command UI of the RichEditControl.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.UpdateRibbonPageGroupCommandUIState(DevExpress.Xpf.Ribbon.RibbonPageGroup,DevExpress.XtraRichEdit.Commands.RichEditCommandId)">
<summary>
<para>Synchronizes the UI state of RichEdit commands and the state and the visibility of Ribbon groups.
</para>
</summary>
<param name="group">
A <see cref="T:DevExpress.Xpf.Ribbon.RibbonPageGroup"/> element bound to the specified command.
</param>
<param name="commandId">
A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> enumeration member specifying a RichEdit command.
</param>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.UpdateUI">
<summary>
<para>Raised when changes occur which may affect the control's UI.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.UseDeferredDataBindingNotifications">
<summary>
<para>Enables you to fire data binding events immediately for several text properties, resolving issues with multiple RichEdit controls bound to the same data source.
</para>
</summary>
<value><b>true</b> to process data bindings in a separate thread as it is in the normal control update; otherwise, <b>false</b>. By default, <b>true.</b>
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.UseDeferredDataBindingNotificationsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.VerticalRuler">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.VerticalRulerVisibility">
<summary>
<para>Gets or sets whether the vertical ruler is displayed. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.Visibility"/> value that specifies the element visibility.
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.VerticalRulerVisibilityProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.VerticalScrollBar">
<summary>
<para>Provides access to the vertical scroll bar.
</para>
</summary>
<value>A <see cref="T:System.Windows.Controls.Primitives.ScrollBar"/> object representing a vertical scroll bar.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.VerticalScrollBarVisibility">
<summary>
<para>Gets or sets whether the horizontal scrollbar is visible or collapsed.
</para>
</summary>
<value>A <b>System.Windows.Visibility</b> enumeration member.
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.VerticalScrollBarVisibilityProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.RichEdit.RichEditControl.VerticalScrollBarVisibility"/> dependency property.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.VerticalScrollPosition">
<summary>
<para>Gets or sets the top visible position in the scrolled document.
</para>
</summary>
<value>An <see cref="T:System.Int64"/> value that is the distance from the top of the scrolled document. Measured in units specified by the <see cref="P:DevExpress.Xpf.RichEdit.RichEditControl.LayoutUnit"/> property.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.ViewBounds">
<summary>
<para>Gets the view bounds of the RichEditControl.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/>, representing RichEditControl's view dimensions, measured in documents.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Views">
<summary>
<para>Contains settings of the Views that are used to display a document in the RichEdit Control.
</para>
</summary>
<value> A <see cref="T:DevExpress.XtraRichEdit.RichEditViewRepository"/> object which stores the settings of the document Views.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.WordCount">
<summary>
<para>Gets the number of words in a document.
</para>
</summary>
<value>An integer that is the number of words in a document.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.WordMLText">
<summary>
<para>Gets or sets the control's content as the text in WordProcessingML (Microsoft Office Word 2003 XML) format.
</para>
</summary>
<value>A string of text in WordML format.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.WordMLTextChanged">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.WordsCount">
<summary>
<para>Gets the word count of the document.
</para>
</summary>
<value>A string representing the total number of words contained in the document.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.ZoomChanged">
<summary>
<para>Fires when the zoom factor used to display the document is changed.
</para>
</summary>
</member>
</members>
</doc>