Mini Kabibi Habibi
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.RichEdit.v13.1.Core</name>
</assembly>
<members>
<member name="T:DevExpress.XtraRichEdit.Services.IUriStreamService">
<summary>
<para>Defines a service which is called to retrieve data from the URI, specified in some types of document fields.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IUriStreamService.GetStream(System.String)">
<summary>
<para>Provides the data stream for the specified Uri.
</para>
</summary>
<param name="url">
A string, representing the URI of the object that is the source of the stream.
</param>
<returns>A <see cref="T:System.IO.Stream"/> object representing a data stream.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IUriStreamService.RegisterProvider(DevExpress.XtraRichEdit.Services.IUriStreamProvider)">
<summary>
<para>Registers the Uri data stream provider and makes it available to clients of the service.
</para>
</summary>
<param name="provider">
An object which exposes the <see cref="T:DevExpress.XtraRichEdit.Services.IUriStreamProvider"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IUriStreamService.UnregisterProvider(DevExpress.XtraRichEdit.Services.IUriStreamProvider)">
<summary>
<para>Cancels the registration of an Uri data stream provider, and makes it unavailable for the clients of the service.
</para>
</summary>
<param name="provider">
An object which exposes the <see cref="T:DevExpress.XtraRichEdit.Services.IUriStreamProvider"/> interface.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.Services.IUriStreamProvider">
<summary>
<para>Defines the data stream provider for the <see cref="T:DevExpress.XtraRichEdit.Services.IUriStreamService"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IUriStreamProvider.GetStream(System.String)">
<summary>
<para>Provides the data stream for the specified Uri.
</para>
</summary>
<param name="uri">
A string, representing the URI of the object that is the source of the stream.
</param>
<returns>A <see cref="T:System.IO.Stream"/> object representing a data stream or <b>null</b> (<b>Nothing</b> in Visual Basic).
</returns>
</member>
<member name="T:DevExpress.XtraRichEdit.Services.IUriProviderService">
<summary>
<para>Represents a service that calls the registered <see cref="T:DevExpress.XtraRichEdit.Services.IUriProvider"/> interface when required.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IUriProviderService.CreateCssUri(System.String,System.String,System.String)">
<summary>
<para>Creates a location and saves the specified style information to that location. Uses the <b>CreateCssUri</b> methods of registered providers to perform this task.
</para>
</summary>
<param name="url">
A string representing the root URI used to create a location.
</param>
<param name="styleText">
A string containing CSS style information.
</param>
<param name="relativeUri">
A string that specifies the relative URI for stylesheets. It is <b>null</b> if the <see cref="P:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.UriExportType"/> is <see cref="F:DevExpress.XtraRichEdit.Export.Html.UriExportType.Absolute"/>.
</param>
<returns>A Uniform Resource Identifier (URI) of the CSS style information.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IUriProviderService.CreateImageUri(System.String,DevExpress.XtraRichEdit.Utils.RichEditImage,System.String)">
<summary>
<para>Creates a location and saves the specified image to that location. Uses <b>CreateImageUri</b> methods of registered providers to perform this task.
</para>
</summary>
<param name="rootUri">
A string representing the root URI used to create a location.
</param>
<param name="image">
A <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImage"/> object representing the image being saved.
</param>
<param name="relativeUri">
A string that specifies the relative URI for stylesheets. It is <b>null</b> if the <see cref="P:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.UriExportType"/> is <see cref="F:DevExpress.XtraRichEdit.Export.Html.UriExportType.Absolute"/>.
</param>
<returns>A Uniform Resource Identifier (URI) of the image.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IUriProviderService.RegisterProvider(DevExpress.XtraRichEdit.Services.IUriProvider)">
<summary>
<para>Registers the Uri provider and makes it available to clients of the service.
</para>
</summary>
<param name="provider">
An object which exposes the <see cref="T:DevExpress.XtraRichEdit.Services.IUriProvider"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IUriProviderService.UnregisterProvider(DevExpress.XtraRichEdit.Services.IUriProvider)">
<summary>
<para>Cancels the registration of an Uri data stream provider, and makes it unavailable for the clients of the service.
</para>
</summary>
<param name="provider">
An object which exposes the <see cref="T:DevExpress.XtraRichEdit.Services.IUriProvider"/> interface.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.ParagraphStyle">
<summary>
<para>Exposes methods and characteristics of a paragraph style in a document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphStyle.IsDeleted">
<summary>
<para>Gets whether the specified style is marked as deleted.
</para>
</summary>
<value><b>true</b> if the style is deleted; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphStyle.LinkedStyle">
<summary>
<para>Gets or sets the linked style for the current style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphStyle"/> object representing a paragraph style linked to a current style
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphStyle.Name">
<summary>
<para>A string specifying the style name.
</para>
</summary>
<value>A string specifying the style name.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphStyle.NextStyle">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphStyle.Parent">
<summary>
<para>Gets or sets the style form which the current style inherits.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.CharacterStyle"/> object representing the parent style.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase">
<summary>
<para>Serves as the base for the <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphProperties"/> interface, providing access to paragraph properties.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase.Alignment">
<summary>
<para>Gets or sets text alignment within a paragraph.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphAlignment"/> enumeration value or <b>null</b> (<b>Nothing</b> in Visual Basic) for a mixture of paragraphs with different alignments.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase.BeginUpdateTabs(System.Boolean)">
<summary>
<para>Starts modifying tab stops in a paragraph.
</para>
</summary>
<param name="onlyOwnTabs">
<b>true</b> to get tab stops set for the current paragraph only, disregarding style; otherwise, if set to <b>false</b>, merges tab stops which are set for the paragraph style and for the individual paragraph.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TabInfoCollection"/> object containing information about tab stops.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase.EndUpdateTabs(DevExpress.XtraRichEdit.API.Native.TabInfoCollection)">
<summary>
<para>Finalizes modifications of tab stops for the current paragraph.
</para>
</summary>
<param name="tabs">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.TabInfoCollection"/> collection containing information about tab stops.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase.FirstLineIndent">
<summary>
<para>Gets or sets a value specifying the indent of the first line of a paragraph.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value specifying the indent of the first line measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units or <b>null</b> (<b>Nothing</b> in Visual Basic), for a mixture of paragraphs with different indents.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase.FirstLineIndentType">
<summary>
<para>Gets or sets a value specifying whether and how the first line of a paragraph is indented.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphFirstLineIndent"/> enumeration value, specifying the first line indent or <b>null</b> (<b>Nothing</b> in Visual Basic), for a mixture of paragraphs with different indent types.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase.LeftIndent">
<summary>
<para>Gets or sets the left indent for text within a paragraph.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the left indent measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units or <b>null</b> (<b>Nothing</b> in Visual Basic) for a mixture of paragraphs with different indents.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase.LineSpacing">
<summary>
<para>Gets or sets a line spacing value.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing line spacing measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units or <b>null</b> (<b>Nothing</b> in Visual Basic) for a mixture of paragraphs with different line spacings.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase.LineSpacingMultiplier">
<summary>
<para>Gets or sets the multiplier which is used to calculate the line spacing value.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the line spacing multiplier or <b>null</b> (<b>Nothing</b> in Visual Basic), for a mixture of paragraphs with different line spacings.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase.LineSpacingType">
<summary>
<para>Gets or sets a value which determines the spacing between lines in a paragraph.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphLineSpacing"/> enumeration value representing the line spacing type.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase.OutlineLevel">
<summary>
<para>Gets or sets the outline level of a paragraph.
</para>
</summary>
<value>An integer specifying the level number, or <b>null</b> for a mixture of values.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase.Reset">
<summary>
<para>Resets the paragraph formatting to its base style.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase.RightIndent">
<summary>
<para>Gets or sets the right indent value for the specified paragraph.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the right indent measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units or <b>null</b> (<b>Nothing</b> in Visual Basic) for a mixture of paragraphs with different indents.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase.SpacingAfter">
<summary>
<para>Gets or sets the spacing after the current paragraph.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the spacing after the paragraph, measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units or <b>null</b> (<b>Nothing</b> in Visual Basic), for a mixture of paragraphs with different spacings.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase.SpacingBefore">
<summary>
<para>Gets or sets the spacing before the current paragraph.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the spacing before the paragraph, measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units or <b>null</b> (<b>Nothing</b> in Visual Basic), for a mixture of paragraphs with different spacings.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase.SuppressHyphenation">
<summary>
<para>Gets or sets a value indicating whether a paragraph can be hyphenated.
</para>
</summary>
<value><b>true</b> to suppress hyphenation; <b>false</b> to enable hyphenation or <b>null</b> (<b>Nothing</b> in Visual Basic) for a mixture of hyphenation styles.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase.SuppressLineNumbers">
<summary>
<para>Gets or sets whether line numbers are displayed for the document range, accessed via the <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphProperties"/> interface.
</para>
</summary>
<value><b>true</b> if line numbering is suppressed for all paragraphs; <b>false</b> if line numbers are displayed for all paragraphs in a range; or otherwise, <b>null</b> for a mixture of states.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.CharacterStyle">
<summary>
<para>Exposes methods and characteristics of a character style in a document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.CharacterStyle.IsDeleted">
<summary>
<para>Gets whether the specified style is marked as deleted.
</para>
</summary>
<value><b>true</b> if the style is deleted; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.CharacterStyle.LinkedStyle">
<summary>
<para>Gets or sets the linked style for the current style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphStyle"/> object representing a paragraph style linked to a current style
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.CharacterStyle.Name">
<summary>
<para>Gets or sets the name of the style.
</para>
</summary>
<value>A string specifying the style name.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.CharacterStyle.Parent">
<summary>
<para>Gets or sets the style form which the current style inherits.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.CharacterStyle"/> object representing the parent style.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.CharacterPropertiesBase">
<summary>
<para>Serves as the base for the <see cref="T:DevExpress.XtraRichEdit.API.Native.CharacterProperties"/> interface providing access to character properties.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.CharacterPropertiesBase.AllCaps">
<summary>
<para>Gets or sets a value indicating whether all characters are capital letters.
</para>
</summary>
<value><b>true</b> if all characters are capitalized; otherwise, <b>false</b> or <b>null</b> for a mixture of <b>true</b> and <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.CharacterPropertiesBase.BackColor">
<summary>
<para>Gets or sets the background color of character(s).
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value representing the background color or <b>null</b> for mixed colors.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.CharacterPropertiesBase.Bold">
<summary>
<para>Gets or sets a value indicating whether characters are bold.
</para>
</summary>
<value><b>true</b> if characters are bold; otherwise, <b>false</b> or <b>null</b> for a mixture of <b>true</b> and <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.CharacterPropertiesBase.FontName">
<summary>
<para>Gets or sets the character(s) font name.
</para>
</summary>
<value>A <see cref="T:System.String"/> value representing the font name or <b>null</b> for a mixture of font faces.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.CharacterPropertiesBase.FontSize">
<summary>
<para>Gets or sets the character(s) font size.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value, representing the font size in points or <b>null</b> for mixed sizes.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.CharacterPropertiesBase.ForeColor">
<summary>
<para>Gets or sets the foreground color of characters.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value representing the foreground color, or <b>null</b> for a mixture of values.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.CharacterPropertiesBase.Hidden">
<summary>
<para>Gets or sets a value indicating whether a character(s) is hidden.
</para>
</summary>
<value><b>true</b> if characters are hidden; otherwise, <b>false</b> or <b>null</b>, for a mixture of <b>true</b> and <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.CharacterPropertiesBase.Italic">
<summary>
<para>Gets or sets a value indicating whether a character(s) is italicized.
</para>
</summary>
<value><b>true</b> if characters are italicized; otherwise, <b>false</b> or <b>null</b>, for a mixture of <b>true</b> and <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.CharacterPropertiesBase.Reset">
<summary>
<para>Resets the character formatting to the underlying character style.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.CharacterPropertiesBase.Strikeout">
<summary>
<para>Gets or sets a value indicating whether characters are strikeout.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.StrikeoutType"/> enumeration value or <b>null</b>, for a mixture of strikeout types.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.CharacterPropertiesBase.Subscript">
<summary>
<para>Gets or sets a value indicating whether character(s) are formatted as subscript.
</para>
</summary>
<value><b>true</b> if character(s) are formatted as subscript; otherwise, <b>false</b> or <b>null</b> for a mixture of <b>true</b> and <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.CharacterPropertiesBase.Superscript">
<summary>
<para>Gets or sets a value indicating whether character(s) are formatted as superscript.
</para>
</summary>
<value><b>true</b> if character(s) are formatted as superscript; otherwise, <b>false</b> or <b>null</b> for a mixture of <b>true</b> and <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.CharacterPropertiesBase.Underline">
<summary>
<para>Returns or sets the type of underline applied to the character(s).
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraRichEdit.API.Native.UnderlineType"/> enumeration value or <b>null</b>, for a mixture of underline types.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.CharacterPropertiesBase.UnderlineColor">
<summary>
<para>Gets or sets the color of the underline for the specified characters.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value or <b>null</b>, for a mixture of underline colors.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.EditHyperlinkCommand">
<summary>
<para>Represents a command used to invoke the <b>Edit Hyperlink form</b>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.EditHyperlinkCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the EditHyperlinkCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.EditHyperlinkCommand.Id">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowHyperlinkFormCommand">
<summary>
<para>Represents a command used to invoke the <b>Edit Hyperlink form</b>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowHyperlinkFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowHyperlinkFormCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowHyperlinkFormCommand.Id">
<summary>
<para>Gets the ID of the ShowHyperlinkFormCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertPageNumberFieldCommand">
<summary>
<para>Represents a command used to insert a field displaying the current page number.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertPageNumberFieldCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertPageNumberFieldCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertPageNumberFieldCommand.Description">
<summary>
<para>Gets the text description of a command.
</para>
</summary>
<value>A string containing the command's description.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertPageNumberFieldCommand.Id">
<summary>
<para>Gets the ID of the InsertPageNumberFieldCommand.
</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.InsertPageNumberFieldCommand.MenuCaption">
<summary>
<para>Gets the menu caption associated with the current command.
</para>
</summary>
<value>A string representing the text of the menu item.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertPageNumberFieldCommand.UpdateUIState(DevExpress.Utils.Commands.ICommandUIState)">
<summary>
<para>Updates the command state and applies restrictions.
</para>
</summary>
<param name="state">
An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface defining the state of a command.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertPageCountFieldCommand">
<summary>
<para>Represents a command used to insert a field displaying the total number of pages.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertPageCountFieldCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertPageCountFieldCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertPageCountFieldCommand.Description">
<summary>
<para>Gets the text description of a command.
</para>
</summary>
<value>A string containing the command's description.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertPageCountFieldCommand.Id">
<summary>
<para>Gets the ID of the InsertPageCountFieldCommand.
</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.InsertPageCountFieldCommand.MenuCaption">
<summary>
<para>Gets the menu caption associated with the current command.
</para>
</summary>
<value>A string representing the text of the menu item.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertPageCountFieldCommand.UpdateUIState(DevExpress.Utils.Commands.ICommandUIState)">
<summary>
<para>Updates the command state and applies restrictions.
</para>
</summary>
<param name="state">
An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface defining the state of a command.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.GroupCollection">
<summary>
<para>Represents character groups matched by the pattern.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.Group">
<summary>
<para>Represents the results from a single capturing group.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Group.Captures">
<summary>
<para>Gets a collection of all the captures matched by the capturing group, in innermost-leftmost-first order. The collection may have zero or more items.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.CaptureCollection"/> object representing a collection of substrings matched by the group.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.CaptureCollection">
<summary>
<para>Represents a sequence of captured substrings as the set of captures executed by a single capturing group.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.Capture">
<summary>
<para>Represents the part of string matched by the group expression (the string matched by a subexpression of group expression).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Capture.GetRange">
<summary>
<para>Obtains a range in the document containing the matching string.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing a range that corresponds to the match.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Capture.Length">
<summary>
<para>The length of the captured substring.
</para>
</summary>
<value>An integer, representing the length of the captured substring.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Capture.Position">
<summary>
<para>Gets the starting position of the matching string in the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object, representing a position in the docuemnt where the match starts.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Capture.Value">
<summary>
<para>Gets the captured substring from the input string
</para>
</summary>
<value>The actual substring that was captured by the match.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.HeaderFooterType">
<summary>
<para>Lists the header (footer) types.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.HeaderFooterType.Even">
<summary>
<para>A header/footer displayed on even pages of the section.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.HeaderFooterType.First">
<summary>
<para>A header/footer displayed on the first page of the section.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.HeaderFooterType.Odd">
<summary>
<para>A header/footer displayed on odd pages of the section.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.IRegexSearchResult">
<summary>
<para>Defines the interface used for text searching, using regular expressions.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.IRegexSearchResult.Match">
<summary>
<para>Provides access to the results from a single regular expression match.
</para>
</summary>
<value>An object exposing the <see cref="T:DevExpress.XtraRichEdit.API.Native.Match"/> interface, containing information about the match.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.Match">
<summary>
<para>Represents the result of a regular expression matching operation.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Match.Groups">
<summary>
<para>Gets a collection of groups matched by the regular expression.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.GroupCollection"/> object representing character groups matched by the pattern.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.SubDocument">
<summary>
<para>Exposes properties and methods representing essential document functionality.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.AddParagraphsToList(DevExpress.XtraRichEdit.API.Native.DocumentRange,DevExpress.XtraRichEdit.API.Native.NumberingList,System.Int32)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="range">
[To be supplied]
</param>
<param name="list">
[To be supplied]
</param>
<param name="levelIndex">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.AppendDocumentContent(System.String,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Appends content from the stream to the end of the current document.
</para>
</summary>
<param name="fileName">
A string representing a filename of the document whose content is being appended.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration specifying the format of data contained in the file.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing a range with the appended content.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.AppendDocumentContent(System.String,DevExpress.XtraRichEdit.DocumentFormat,System.String)">
<summary>
<para>Appends content from the file to the end of the current document.
</para>
</summary>
<param name="fileName">
A string representing a filename of the document whose content is being appended.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration specifying the format of data contained in the file.
</param>
<param name="sourceUri">
[To be supplied]
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing a range with the appended content.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.AppendDocumentContent(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat,System.String)">
<summary>
<para>Appends content from the stream to the end of the current document.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> representing a sequence of bytes interpreted as the content to append.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration specifying the format of data contained in the stream.
</param>
<param name="sourceUri">
[To be supplied]
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing a range with the appended content.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.AppendDocumentContent(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Appends content from the stream to the end of the current document.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> representing a sequence of bytes interpreted as the content to append.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration specifying the format of data contained in the stream.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing a range with the appended content.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.AppendDocumentContent(DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Appends content from the specified range to the end of the current document.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> to append.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing a range with the appended content.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.AppendDocumentContent(DevExpress.XtraRichEdit.API.Native.DocumentRange,DevExpress.XtraRichEdit.API.Native.InsertOptions)">
<summary>
<para>Appends content from the specified range to the end of the current document.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> to append.
</param>
<param name="insertOptions">
An <see cref="T:DevExpress.XtraRichEdit.API.Native.InsertOptions"/> enumeration value, specifying how destination formatting is applied to inserted content.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing a range with the appended content.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.AppendImage(DevExpress.XtraRichEdit.API.Native.DocumentImageSource)">
<summary>
<para>Appends a specified image to the end of the document.
</para>
</summary>
<param name="imageSource">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentImageSource"/> object representing the image to append.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentImage"/> object representing the image appended to the document.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.AppendParagraph">
<summary>
<para>Appends an empty paragraph to the end of the document.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Paragraph"/> appended to the document.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.AppendRtfText(System.String)">
<summary>
<para>Appends formatted text to the end of the document.
</para>
</summary>
<param name="rtfText">
A string contained data in RTF format.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing a range with appended content.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.AppendSingleLineText(System.String)">
<summary>
<para>Appends a single line of text to the end of the current document.
</para>
</summary>
<param name="text">
A string with the text to append.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing a range containing the appended text.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.AppendText(System.String)">
<summary>
<para>Appends the specified text to the end of the document.
</para>
</summary>
<param name="text">
A string containing the text to append.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing a range with the appended text.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.ApplySyntaxHighlight(System.Collections.Generic.List`1)">
<summary>
<para>Performs a batch update of text formatting for document ranges corresponding to specified tokens.
</para>
</summary>
<param name="tokens">
A <see cref="T:System.Collections.Generic.List`1[[DevExpress.XtraRichEdit.API.Native.SyntaxHighlightToken]]"/> collection containing tokens to apply.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.BeginUpdate">
<summary>
<para>Prevents the document in the control from being updated until the <see cref="M:DevExpress.XtraRichEdit.API.Native.SubDocument.EndUpdate"/> method is called.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.BeginUpdateCharacters(DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Starts modifying properties of characters that fall within a specified document range.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object specifying the <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.Start"/> and <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.End"/> of the text.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.CharacterProperties"/> object representing the character formatting of the specified range.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.BeginUpdateCharacters(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.Int32)">
<summary>
<para>Starts modifying properties of the specified number of characters starting at the specified document position.
</para>
</summary>
<param name="start">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/>, specifying the starting document position.
</param>
<param name="length">
An integer specifying the number of positions to which formatting is applied.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.CharacterProperties"/> object representing the character formatting of the specified range.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.BeginUpdateCharacters(System.Int32,System.Int32)">
<summary>
<para>Starts modifying properties of the specified number of characters starting at the specified document position.
</para>
</summary>
<param name="start">
An integer specifying the starting document position.
</param>
<param name="length">
An integer specifying the number of positions to which formatting is applied.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.CharacterProperties"/> object representing the character formatting of the specified range.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.BeginUpdateParagraphs(DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Starts modifying properties of the paragraphs that fall within a specified document range.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> specifying the <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.Start"/> and <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.End"/> of the text.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphProperties"/> object representing paragraph formatting.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.BeginUpdateRangePermissions">
<summary>
<para>Gets the collection of all range permissions in the current document.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.RangePermissionCollection"/> containing range permissions for the document.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SubDocument.Bookmarks">
<summary>
<para>Provides access to the collection of document bookmarks.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.BookmarkCollection"/> object representing a bookmarks collection.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.CancelUpdateRangePermissions(DevExpress.XtraRichEdit.API.Native.RangePermissionCollection)">
<summary>
<para>Finalizes the update process, leaving range permissions intact.
</para>
</summary>
<param name="permissions">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.RangePermissionCollection"/> containing range permissions being updated.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.CreateBookmark(DevExpress.XtraRichEdit.API.Native.DocumentRange,System.String)">
<summary>
<para>Creates a bookmark for the specified range with the specified name and adds it to the <see cref="P:DevExpress.XtraRichEdit.API.Native.SubDocument.Bookmarks"/> collection.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing a portion of a document contained within the bookmark.
</param>
<param name="name">
A string specifying the bookmark name.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Bookmark"/> object representing a bookmark in the current document.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.CreateBookmark(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.Int32,System.String)">
<summary>
<para>Creates a bookmark with the specified name for the range that starts at the specified position and has a specified length. Then, adds it to the <see cref="P:DevExpress.XtraRichEdit.API.Native.SubDocument.Bookmarks"/> collection.
</para>
</summary>
<param name="start">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> representing the starting position for the bookmark.
</param>
<param name="length">
An integer specifying the length of a range contained in the bookmark.
</param>
<param name="name">
A string specifying the bookmark name.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Bookmark"/> object representing a bookmark in the current document.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.CreateCustomMark(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.Object)">
<summary>
<para>Creates a custom mark at the specified position and associates specified data with it.
</para>
</summary>
<param name="position">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> specifying the position being marked.
</param>
<param name="userData">
An arbitrary object that will be associated with the created mark.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.CustomMark"/> object representing a position marker in the document.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.CreateHyperlink(DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Creates a hyperlink for the specified document range.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing a range associated with the hyperlink.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Hyperlink"/> interface exposing the created hyperlink.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.CreateHyperlink(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.Int32)">
<summary>
<para>Creates a hyperlink for the document range, starting at the specified position, and extending through a specified length.
</para>
</summary>
<param name="start">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object representing a starting position of a range associated with the hyperlink.
</param>
<param name="length">
An integer representing the length of a hyperlink's range.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Hyperlink"/> interface exposing the created hyperlink.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.CreatePosition(System.Int32)">
<summary>
<para>Creates a new position in the current document.
</para>
</summary>
<param name="start">
An integer value specifying the start position.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object representing the position in the current document.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.CreateRange(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.Int32)">
<summary>
<para>Creates a new document range using the specified start position and range length.
</para>
</summary>
<param name="start">
An integer value specifying the start position.
</param>
<param name="length">
An integer value specifying the range length.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.CreateRange(System.Int32,System.Int32)">
<summary>
<para>Creates a new document range using the specified start position and range length.
</para>
</summary>
<param name="start">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object specifying the start position.
</param>
<param name="length">
An integer value specifying the range length.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SubDocument.CustomMarks">
<summary>
<para>Provides access to a collection of custom marks.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.CustomMarkCollection"/> object containing custom marks for the current document.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.Delete(DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Removes the specified range of text from the document.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object specifying the <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.Start"/> and <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.End"/> positions of the text to delete.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.DeleteCustomMark(DevExpress.XtraRichEdit.API.Native.CustomMark)">
<summary>
<para>Delete specified custom mark from the document's collection.
</para>
</summary>
<param name="customMark">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.CustomMark"/> object that marks a position in the document.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.EndUpdate">
<summary>
<para>Unlocks the document in the control after a call to the <see cref="M:DevExpress.XtraRichEdit.API.Native.SubDocument.EndUpdate"/> method, and causes an immediate update.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.EndUpdateCharacters(DevExpress.XtraRichEdit.API.Native.CharacterProperties)">
<summary>
<para>Finalizes the modification of character formatting after calling the <see cref="M:DevExpress.XtraRichEdit.API.Native.SubDocument.BeginUpdateCharacters"/> method.
</para>
</summary>
<param name="properties">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.CharacterProperties"/> object containing character properties.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.EndUpdateParagraphs(DevExpress.XtraRichEdit.API.Native.ParagraphProperties)">
<summary>
<para>Finalizes the modification of paragraph formatting after calling the <see cref="M:DevExpress.XtraRichEdit.API.Native.SubDocument.BeginUpdateParagraphs"/> method.
</para>
</summary>
<param name="properties">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphProperties"/> object representing paragraph formatting.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.EndUpdateRangePermissions(DevExpress.XtraRichEdit.API.Native.RangePermissionCollection)">
<summary>
<para>Finalizes the update and applies the changes to range permissions.
</para>
</summary>
<param name="permissions">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.RangePermissionCollection"/> containing range permissions being updated.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SubDocument.Fields">
<summary>
<para>Provides access to the collection of fields in the current document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.FieldCollection"/> object representing a collection of fields.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.FindAll(System.String,DevExpress.XtraRichEdit.API.Native.SearchOptions,DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Finds all text ranges that match the specified string in the current document.
</para>
</summary>
<param name="textToFind">
A string, specifying the search text.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.SearchOptions"/> enumeration specifying search options.
</param>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object specifying the range in the document in which a search is performed.
</param>
<returns>An array of <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> objects representing matching text ranges.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.FindAll(System.String,DevExpress.XtraRichEdit.API.Native.SearchOptions)">
<summary>
<para>Finds all text ranges that match the specified string in the current document.
</para>
</summary>
<param name="textToFind">
A string, specifying the search text.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.SearchOptions"/> enumeration specifying search options.
</param>
<returns>An array of <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> objects representing matching text ranges.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.FindAll(System.Text.RegularExpressions.Regex,DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Finds all occurrences of a character pattern specified by the regular expression.
</para>
</summary>
<param name="regex">
A <see cref="T:System.Text.RegularExpressions.Regex"/> object representing a regular expression to search.
</param>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> instance representing a document range to search.
</param>
<returns>An array of <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> objects representing ranges in the document matching the specified pattern.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.FindAll(System.Text.RegularExpressions.Regex)">
<summary>
<para>Finds all occurrences of a character pattern specified by the regular expression.
</para>
</summary>
<param name="regex">
A <see cref="T:System.Text.RegularExpressions.Regex"/> object representing a regular expression to search.
</param>
<returns>An array of <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> objects representing ranges in the document matching the specified pattern.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.GetCustomMarkByVisualInfo(DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfo)">
<summary>
<para>Provides access to a custom mark in the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.CustomMarkDraw"/> event handler.
</para>
</summary>
<param name="customMarkVisualInfo">
A <b>DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfo</b> class instance, containing information required to visualize a custom mark.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.CustomMark"/> associated with the specified visual info.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.GetHtmlText(DevExpress.XtraRichEdit.API.Native.DocumentRange,DevExpress.XtraRichEdit.Services.IUriProvider)">
<summary>
<para>Gets the content of the specified document range in HTML format.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the range to convert to HTML.
</param>
<param name="provider">
An interface defining how to handle external HTML content (images and external style sheets).
</param>
<returns>A string containing the HTML content.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.GetHtmlText(DevExpress.XtraRichEdit.API.Native.DocumentRange,DevExpress.XtraRichEdit.Services.IUriProvider,DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions)">
<summary>
<para>Gets the content of the specified document range in HTML format.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the range to convert to HTML.
</param>
<param name="provider">
An interface defining how to handle external HTML content (images and external style sheets).
</param>
<param name="options">
[To be supplied]
</param>
<returns>A string containing the HTML content.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.GetImages(DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Gets all inline images in the specified document range.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> specifying the range in which to search for images.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentImageCollection"/> object which holds the located images.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.GetMhtText(DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Gets the content of the specified document range in MHT format.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the range to convert to MHT.
</param>
<returns>A string containing the content in MHT format.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.GetMhtText(DevExpress.XtraRichEdit.API.Native.DocumentRange,DevExpress.XtraRichEdit.Export.MhtDocumentExporterOptions)">
<summary>
<para>Gets the content of the specified document range in MHT format.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the range to convert to MHT.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraRichEdit.Export.MhtDocumentExporterOptions"/> instance providing options for export.
</param>
<returns>A string containing the content in MHT format.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.GetOpenXmlBytes(DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Gets the content of the specified document range in Office Open XML (Docx) format.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the range to convert to OpenXML.
</param>
<returns>An array of bytes representing the document content in OpenXML format.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.GetOpenXmlBytes(DevExpress.XtraRichEdit.API.Native.DocumentRange,DevExpress.XtraRichEdit.Export.OpenXmlDocumentExporterOptions)">
<summary>
<para>Gets the content of the specified document range in Office Open XML (Docx) format.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the range to convert to OpenXML.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraRichEdit.Export.OpenXmlDocumentExporterOptions"/> instance providing options for export.
</param>
<returns>An array of bytes representing the document content in OpenXML format.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.GetParagraph(DevExpress.XtraRichEdit.API.Native.DocumentPosition)">
<summary>
<para>Gets the paragraph encompassing the specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> instance representing the position in the document.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Paragraph"/> object representing the paragraph containing the position.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.GetParagraphs(DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="range">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.GetRtfText(DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Gets the formatted string of the text contained in the specified range.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing a text range in the document.
</param>
<returns>A string of RTF text.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.GetRtfText(DevExpress.XtraRichEdit.API.Native.DocumentRange,DevExpress.XtraRichEdit.Export.RtfDocumentExporterOptions)">
<summary>
<para>Gets the formatted string of the text contained in the specified range.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing a text range in the document.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraRichEdit.Export.RtfDocumentExporterOptions"/> instance providing options for export.
</param>
<returns>A string of RTF text.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.GetTableCell(DevExpress.XtraRichEdit.API.Native.DocumentPosition)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="pos">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.GetText(DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Returns the plain text of the specified document range.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the range in the document for which the plain text representation is obtained.
</param>
<returns>A string, containing the text of the specified range.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.GetText(DevExpress.XtraRichEdit.API.Native.DocumentRange,DevExpress.XtraRichEdit.Export.PlainTextDocumentExporterOptions)">
<summary>
<para>Returns the plain text of the specified document range.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object, which is the range in the document for which the plain text representation is obtained.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraRichEdit.Export.PlainTextDocumentExporterOptions"/> instance containing options for plain text export.
</param>
<returns>A string, containing the text of the specified range.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.GetWordMLText(DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Gets the text contained in the specified range in WordML format.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing a text range in the document.
</param>
<returns>A string of text in WordML format.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.GetWordMLText(DevExpress.XtraRichEdit.API.Native.DocumentRange,DevExpress.XtraRichEdit.Export.WordMLDocumentExporterOptions)">
<summary>
<para>Gets the text contained in the specified range in WordML format.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing a text range in the document.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraRichEdit.Export.WordMLDocumentExporterOptions"/> instance providing options for export.
</param>
<returns>A string of text in WordML format.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SubDocument.Hyperlinks">
<summary>
<para>Provides access to a collection of hyperlinks in the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.HyperlinkCollection"/> interface which exposes a collection of hyperlinks.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertDocumentContent(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Inserts content from the stream to the current document at the specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> specifying the position in the current document, after which content is inserted.
</param>
<param name="stream">
A <see cref="T:System.IO.Stream"/> representing a sequence of bytes interpreted as the content to insert.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration specifying the format of data contained in the stream.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing the document range with inserted content.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertDocumentContent(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.String,DevExpress.XtraRichEdit.DocumentFormat,System.String)">
<summary>
<para>Inserts content from the file to the current document at the specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> specifying the position in the current document, after which content is inserted.
</param>
<param name="fileName">
A string representing a filename of the document whose content is being inserted.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration specifying the format of data contained in the file.
</param>
<param name="sourceUri">
A string representing the URI for the document being inserted. Required to import formats with external content, such as HTML.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing the document range with inserted content.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertDocumentContent(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.String,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Inserts content from the file to the current document at the specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> specifying the position in the current document, after which content is inserted.
</param>
<param name="fileName">
A string representing a filename of the document whose content is being inserted.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration specifying the format of data contained in the file.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing the document range with inserted content.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertDocumentContent(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat,System.String)">
<summary>
<para>Insert content from the stream to the current document at the specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> specifying the position in the current document after which, content is inserted.
</param>
<param name="stream">
A <see cref="T:System.IO.Stream"/> representing a sequence of bytes interpreted as the content to insert.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration specifying the format of data contained in the stream.
</param>
<param name="sourceUri">
A string representing the URI for the document being inserted. Required to import formats with external content such as HTML.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing the document range with inserted content.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertDocumentContent(DevExpress.XtraRichEdit.API.Native.DocumentPosition,DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Inserts content from the specified range to the current document at the specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> specifying the position in the current document, after which content is inserted.
</param>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing the source range for insertion.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing the document range with inserted content.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertDocumentContent(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat,System.String,DevExpress.XtraRichEdit.API.Native.InsertOptions)">
<summary>
<para>Inserts content from the specified stream in the specified format, at the specified position, in the current document.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> specifying the position in the current document, after which content is inserted.
</param>
<param name="stream">
A <see cref="T:System.IO.Stream"/> representing a sequence of bytes interpreted as the content to insert.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration specifying the format of data contained in the stream.
</param>
<param name="sourceUri">
A string representing the URI for the document being inserted. Required to import formats with external content, such as HTML.
</param>
<param name="insertOptions">
An <see cref="T:DevExpress.XtraRichEdit.API.Native.InsertOptions"/> enumeration value, specifying how destination formatting is applied to inserted content.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing the document range with inserted content.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertDocumentContent(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.String,DevExpress.XtraRichEdit.DocumentFormat,System.String,DevExpress.XtraRichEdit.API.Native.InsertOptions)">
<summary>
<para>Inserts content from the file to the current document at the specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> specifying the position in the current document, after which content is inserted.
</param>
<param name="fileName">
A string representing a filename of the document whose content is being inserted.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration specifying the format of data contained in the file.
</param>
<param name="sourceUri">
A string representing the URI for the document being inserted. Required to import formats with external content, such as HTML.
</param>
<param name="insertOptions">
An <see cref="T:DevExpress.XtraRichEdit.API.Native.InsertOptions"/> enumeration value, specifying how destination formatting is applied to inserted content.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing the document range with inserted content.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertDocumentContent(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.String,DevExpress.XtraRichEdit.DocumentFormat,DevExpress.XtraRichEdit.API.Native.InsertOptions)">
<summary>
<para>Inserts content from the file to the current document at the specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> specifying the position in the current document, after which content is inserted.
</param>
<param name="fileName">
A string representing a filename of the document whose content is being inserted.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration specifying the format of data contained in the file.
</param>
<param name="insertOptions">
An <see cref="T:DevExpress.XtraRichEdit.API.Native.InsertOptions"/> enumeration value, specifying how destination formatting is applied to inserted content.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing the document range with inserted content.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertDocumentContent(DevExpress.XtraRichEdit.API.Native.DocumentPosition,DevExpress.XtraRichEdit.API.Native.DocumentRange,DevExpress.XtraRichEdit.API.Native.InsertOptions)">
<summary>
<para>Inserts content from the specified range to the current document at the specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> specifying the position in the current document, after which content is inserted.
</param>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing the source range for insertion.
</param>
<param name="insertOptions">
[To be supplied]
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing the document range with inserted content.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertDocumentContent(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat,DevExpress.XtraRichEdit.API.Native.InsertOptions)">
<summary>
<para>Inserts content from the specified stream in the specified format, at the specified postion, in the current document.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> specifying the position in the current document, after which content is inserted.
</param>
<param name="stream">
A <see cref="T:System.IO.Stream"/> representing a sequence of bytes interpreted as the content to insert.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration specifying the format of data contained in the stream.
</param>
<param name="insertOptions">
An <see cref="T:DevExpress.XtraRichEdit.API.Native.InsertOptions"/> enumeration value, specifying how destination formatting is applied to inserted content.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing the document range with inserted content.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertImage(DevExpress.XtraRichEdit.API.Native.DocumentPosition,DevExpress.XtraRichEdit.API.Native.DocumentImageSource)">
<summary>
<para>Inserts an image into the specified position in the document.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object representing the position to insert an image.
</param>
<param name="imageSource">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentImageSource"/> object containing information about the image to insert.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentImage"/> object representing an inline image in the document.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertParagraph(DevExpress.XtraRichEdit.API.Native.DocumentPosition)">
<summary>
<para>Inserts a new paragraph into the document's <see cref="P:DevExpress.XtraRichEdit.API.Native.SubDocument.Paragraphs"/> collection at a specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object that specifies a position to insert a new paragraph.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Paragraph"/> object representing the newly inserted paragraph.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertParagraph(DevExpress.XtraRichEdit.API.Native.DocumentPosition,DevExpress.XtraRichEdit.API.Native.InsertOptions)">
<summary>
<para>Inserts a new paragraph into the document at a specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object that specifies a position to insert a new paragraph.
</param>
<param name="insertOptions">
An <see cref="T:DevExpress.XtraRichEdit.API.Native.InsertOptions"/> enumeration value, specifying how destination formatting is applied to inserted content.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Paragraph"/> object representing the newly inserted paragraph.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertRtfText(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.String)">
<summary>
<para>Inserts formatted text into the document at the specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> specifying the position to insert the text.
</param>
<param name="rtfText">
A string of RTF text to insert.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the inserted text in the document.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertSingleLineText(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.String)">
<summary>
<para>Inserts a single line of text (text without line breaks) at the specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object specifying the position at which the text should be inserted.
</param>
<param name="text">
A <see cref="T:System.String"/> value specifying the text to insert.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.Start"/> and <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.End"/> positions of the inserted text.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertTable(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.Int32,System.Int32)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="pos">
[To be supplied]
</param>
<param name="rowCount">
[To be supplied]
</param>
<param name="columnCount">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertTable(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.Int32,System.Int32,DevExpress.XtraRichEdit.API.Native.AutoFitBehaviorType,System.Int32)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="pos">
[To be supplied]
</param>
<param name="rowCount">
[To be supplied]
</param>
<param name="columnCount">
[To be supplied]
</param>
<param name="autoFitBehavior">
[To be supplied]
</param>
<param name="fixedColumnWidths">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertTable(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.Int32,System.Int32,DevExpress.XtraRichEdit.API.Native.AutoFitBehaviorType)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="pos">
[To be supplied]
</param>
<param name="rowCount">
[To be supplied]
</param>
<param name="columnCount">
[To be supplied]
</param>
<param name="autoFitBehavior">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertText(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.String)">
<summary>
<para>Inserts the specified text into the specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object specifying the position at which the text should be inserted.
</param>
<param name="text">
A <see cref="T:System.String"/> value specifying the text to insert.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.Start"/> and <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.End"/> positions of the inserted text.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SubDocument.Paragraphs">
<summary>
<para>Provides access to a collection of paragraphs.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphCollection"/> interface defining a list of paragraphs.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SubDocument.Range">
<summary>
<para>Gets the range for the current document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> interface.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.RemoveBookmark(DevExpress.XtraRichEdit.API.Native.Bookmark)">
<summary>
<para>Removes the specified bookmark from the bookmark collection of the document.
</para>
</summary>
<param name="bookmark">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.Bookmark"/> object representing a bookmark in the document.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.RemoveHyperlink(DevExpress.XtraRichEdit.API.Native.Hyperlink)">
<summary>
<para>Deletes a specified hyperlink.
</para>
</summary>
<param name="hyperlink">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.Hyperlink"/> to remove.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.Replace(DevExpress.XtraRichEdit.API.Native.DocumentRange,System.String)">
<summary>
<para>Replaces the specified document range with the specified text string.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the range to replace.
</param>
<param name="text">
A string that is inserted in place of the specified range.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.ReplaceAll(System.String,System.String,DevExpress.XtraRichEdit.API.Native.SearchOptions)">
<summary>
<para>Replaces all occurrences of a character pattern defined by a regular expression with a specified replacement string.
</para>
</summary>
<param name="textToFind">
A <see cref="T:System.Text.RegularExpressions.Regex"/> object representing the regular expression to match.
</param>
<param name="replaceWith">
A string to replace with. May contain special symbols that represent the contents of capturing parentheses in the regular expression.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> specifying the search and replace scope of the document.
</param>
<returns>An integer, representing the number of replacements made.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.ReplaceAll(System.String,System.String,DevExpress.XtraRichEdit.API.Native.SearchOptions,DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Finds all occurrences of the search string in the specified range, and replaces them with the replacement string.
</para>
</summary>
<param name="textToFind">
A string specifying the search text.
</param>
<param name="replaceWith">
A string specifying the replacement text.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.SearchOptions"/> enumeration specifying search options.
</param>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the range in which the search and replace is performed.
</param>
<returns>The number of replacements made.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.ReplaceAll(System.Text.RegularExpressions.Regex,System.String,DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Replaces all occurrences of a character pattern defined by a regular expression with a specified replacement string.
</para>
</summary>
<param name="regex">
A <see cref="T:System.Text.RegularExpressions.Regex"/> object representing the regular expression to match.
</param>
<param name="replaceWith">
A string to replace with. May contain special symbols that represent the contents of capturing parentheses in the regular expression.
</param>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> specifying the search and replace scope of the document.
</param>
<returns>An integer, representing the number of replacements made.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.ReplaceAll(System.Text.RegularExpressions.Regex,System.String)">
<summary>
<para>Replaces all occurrences of a character pattern defined by a regular expression with a specified replacement string.
</para>
</summary>
<param name="regex">
A <see cref="T:System.Text.RegularExpressions.Regex"/> object representing the regular expression to match.
</param>
<param name="replaceWith">
A string to replace with. May contain special symbols that represent the contents of capturing parentheses in the regular expression.
</param>
<returns>An integer, representing the number of replacements made.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.SelectAll">
<summary>
<para>Selects all the content in the document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.SelectBookmark(DevExpress.XtraRichEdit.API.Native.Bookmark)">
<summary>
<para>Selects a range associated with the specified bookmark.
</para>
</summary>
<param name="bookmark">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.Bookmark"/> object representing a bookmark in the document.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.StartSearch(System.Text.RegularExpressions.Regex,DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Provides a search interface for a search in the specified range using a regular expression pattern.
</para>
</summary>
<param name="regex">
A <see cref="T:System.Text.RegularExpressions.Regex"/> object representing a search pattern.
</param>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing a range to search.
</param>
<returns>An <see cref="T:DevExpress.XtraRichEdit.API.Native.IRegexSearchResult"/> interface used to perform a search.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.StartSearch(System.String)">
<summary>
<para>Provides a search interface with default parameters.
</para>
</summary>
<param name="textToFind">
A string representing the search text.
</param>
<returns>An <see cref="T:DevExpress.XtraRichEdit.API.Native.ISearchResult"/> interface used to perform a search.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.StartSearch(System.Text.RegularExpressions.Regex)">
<summary>
<para>Provides a search interface for a search in the document, using a regular expression pattern.
</para>
</summary>
<param name="regex">
A <see cref="T:System.Text.RegularExpressions.Regex"/> object representing a search pattern.
</param>
<returns>An <see cref="T:DevExpress.XtraRichEdit.API.Native.IRegexSearchResult"/> interface used to perform a search.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.StartSearch(System.String,DevExpress.XtraRichEdit.API.Native.SearchOptions,DevExpress.XtraRichEdit.API.Native.SearchDirection)">
<summary>
<para>Provides a search interface for a search in the current document in the specified direction, using the specified options.
</para>
</summary>
<param name="textToFind">
A string representing the search text.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.SearchOptions"/> enumeration specifying search options.
</param>
<param name="direction">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.SearchDirection"/> enumeration specifying the search direction.
</param>
<returns>An <see cref="T:DevExpress.XtraRichEdit.API.Native.ISearchResult"/> interface used to perform a search.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.StartSearch(System.String,DevExpress.XtraRichEdit.API.Native.SearchOptions,DevExpress.XtraRichEdit.API.Native.SearchDirection,DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Provides a search interface for a search in the specified range in the specified direction, using the specified options.
</para>
</summary>
<param name="textToFind">
A string representing the search text.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.SearchOptions"/> enumeration specifying search options.
</param>
<param name="direction">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.SearchDirection"/> enumeration specifying the search direction.
</param>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing a range to search.
</param>
<returns>An <see cref="T:DevExpress.XtraRichEdit.API.Native.ISearchResult"/> interface used to perform a search.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SubDocument.Tables">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowParagraphFormCommand">
<summary>
<para>Invokes the <b>Paragraph</b> dialog that allows you to set paragraph formatting.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowParagraphFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowParagraphFormCommand 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.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowParagraphFormCommand.CreateDefaultCommandUIState">
<summary>
<para>Creates an object representing the user interface state for the command.
</para>
</summary>
<returns>An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface, providing information on the UI state.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowParagraphFormCommand.ForceExecute(DevExpress.Utils.Commands.ICommandUIState)">
<summary>
<para>Executes the command specifying the UI state explicitly.
</para>
</summary>
<param name="state">
An object which implements the <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowParagraphFormCommand.Id">
<summary>
<para>Gets the ID of the ShowParagraphFormCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.GoToPageFooterCommand">
<summary>
<para>Represents a command used to navigate to the page footer from the page header in edit mode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.GoToPageFooterCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the GoToPageFooterCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.GoToPageFooterCommand.Id">
<summary>
<para>Gets the ID of the GoToPageFooterCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.GoToNextPageHeaderFooterCommand">
<summary>
<para>Represents a command used to navigate to the next page header/footer in edit mode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.GoToNextPageHeaderFooterCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the GoToNextPageHeaderFooterCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.GoToNextPageHeaderFooterCommand.Id">
<summary>
<para>Gets the ID of the GoToNextPageHeaderFooterCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.EditPageHeaderCommand">
<summary>
<para>Represents a command used to start page header editing.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.EditPageHeaderCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the EditPageHeaderCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.EditPageHeaderCommand.Id">
<summary>
<para>Gets the ID of the EditPageHeaderCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.EditPageFooterCommand">
<summary>
<para>Represents a command used to start page footer editing.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.EditPageFooterCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the EditPageFooterCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.EditPageFooterCommand.Id">
<summary>
<para>Gets the ID of the EditPageFooterCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ClosePageHeaderFooterCommand">
<summary>
<para>Represents a command used to finish header/footer editing.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ClosePageHeaderFooterCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ClosePageHeaderFooterCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ClosePageHeaderFooterCommand.Id">
<summary>
<para>Gets the ID of the ClosePageHeaderFooterCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ChangeParagraphLineSpacingCommand">
<summary>
<para>Represents a command used to change the line spacing of the selected paragraph.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeParagraphLineSpacingCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ChangeParagraphLineSpacingCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeParagraphLineSpacingCommand.Id">
<summary>
<para>Gets the ID of the ChangeParagraphLineSpacingCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.AddSpacingBeforeParagraphCommand">
<summary>
<para>Represents a command used to add spacing before a paragraph.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.AddSpacingBeforeParagraphCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the AddSpacingBeforeParagraphCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.AddSpacingBeforeParagraphCommand.Id">
<summary>
<para>Gets the ID of the AddSpacingBeforeParagraphCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.AddSpacingAfterParagraphCommand">
<summary>
<para>Represents a command used to add spacing after a paragraph.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.AddSpacingAfterParagraphCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the AddSpacingAfterParagraphCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.AddSpacingAfterParagraphCommand.Id">
<summary>
<para>Gets the ID of the AddSpacingAfterParagraphCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.PasteSelectionCommand">
<summary>
<para>Represents a command used to paste the text from the clipboard over the selection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.PasteSelectionCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the PasteSelectionCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.PasteSelectionCommand.Format">
<summary>
<para>Gets or sets the expected format of the clipboard data for the paste operation.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> member that specifies the expected data format.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.PasteSelectionCommand.Id">
<summary>
<para>Gets the ID of the PasteSelectionCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.PasteSelectionCommand.UpdateUIState(DevExpress.Utils.Commands.ICommandUIState)">
<summary>
<para>Updates the command state and applies restrictions.
</para>
</summary>
<param name="state">
An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface defining the state of a command.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditBaseValueSource">
<summary>
<para>Lists possible sources of a particular property value.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.RichEditBaseValueSource.Auto">
<summary>
<para>The property value is obtained from the corresponding property of the control if it is different from default.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.RichEditBaseValueSource.Control">
<summary>
<para>The property value is obtained from the corresponding property of the document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.RichEditBaseValueSource.Document">
<summary>
<para>The property value is obtained from the corresponding property of the control.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.CopySelectionCommand">
<summary>
<para>Represents a command used to copy the selected text to the clipboard.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.CopySelectionCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the CopySelectionCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.CopySelectionCommand.FixLastParagraph">
<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.XtraRichEdit.Commands.CopySelectionCommand.Id">
<summary>
<para>Gets the ID of the CopySelectionCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowTabsFormCommand">
<summary>
<para>Invokes the <b>Tabs</b> dialog that allows you to set the tab stops and their characteristics.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowTabsFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl,DevExpress.XtraRichEdit.Internal.IFormOwner)">
<summary>
<para>Initializes a new instance of the ShowTabsFormCommand 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.
</param>
<param name="tabFormOwner">
A form that owns the Tabs form.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowTabsFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowTabsFormCommand 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.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowTabsFormCommand.CreateDefaultCommandUIState">
<summary>
<para>Creates an object representing the user interface state for the command.
</para>
</summary>
<returns>An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface, providing information on the UI state.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowTabsFormCommand.ForceExecute(DevExpress.Utils.Commands.ICommandUIState)">
<summary>
<para>Executes the command specifying the UI state explicitly.
</para>
</summary>
<param name="state">
An object which implements the <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowTabsFormCommand.TabFormOwner">
<summary>
<para>Gets or sets the form that owns this form. This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>An object exposing the interface representing the form that is the owner of this form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.IncrementIndentCommand">
<summary>
<para>Increments the indent level of the paragraph.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.IncrementIndentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the IncrementIndentCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.IncrementIndentCommand.Id">
<summary>
<para>Gets the ID of the IncrementIndentCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowFontFormCommand">
<summary>
<para>Invokes the <b>Font</b> dialog that allows you to change the font, size and style of selected text.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowFontFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowFontFormCommand 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.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowFontFormCommand.CreateDefaultCommandUIState">
<summary>
<para>Creates an object representing the user interface state for the command.
</para>
</summary>
<returns>An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface, providing information on the UI state.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowFontFormCommand.ForceExecute(DevExpress.Utils.Commands.ICommandUIState)">
<summary>
<para>Executes the command specifying the UI state explicitly.
</para>
</summary>
<param name="state">
An object which implements the <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowFontFormCommand.Id">
<summary>
<para>Gets the ID of the ShowFontFormCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ChangeFontSizeCommand">
<summary>
<para>Represents a command used to change the font size of the selected text.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeFontSizeCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ChangeFontSizeCommand 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.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeFontSizeCommand.CreateDefaultCommandUIState">
<summary>
<para>Creates an object representing the user interface state for the command.
</para>
</summary>
<returns>An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface, providing information on the UI state.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeFontSizeCommand.Id">
<summary>
<para>Gets the ID of the ChangeFontSizeCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ChangeFontNameCommand">
<summary>
<para>Represents a command used to change the font typeface of the selected text.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeFontNameCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ChangeFontNameCommand 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.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeFontNameCommand.CreateDefaultCommandUIState">
<summary>
<para>Creates an object representing the user interface state for the command.
</para>
</summary>
<returns>An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface, providing information on the UI state.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeFontNameCommand.Id">
<summary>
<para>Gets the ID of the ChangeFontNameCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ChangeFontColorCommand">
<summary>
<para>Represents a command used to change the font color of the selected text.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeFontColorCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ChangeFontColorCommand 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.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeFontColorCommand.CreateDefaultCommandUIState">
<summary>
<para>Creates an object representing the user interface state for the command.
</para>
</summary>
<returns>An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface, providing information on the UI state.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeFontColorCommand.Id">
<summary>
<para>Gets the ID of the ChangeFontColorCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ChangeFontBackColorCommand">
<summary>
<para>Represents a command used to highlight characters in a selected range.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeFontBackColorCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ChangeFontBackColorCommand 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.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeFontBackColorCommand.CreateDefaultCommandUIState">
<summary>
<para>Creates an object representing the user interface state for the command.
</para>
</summary>
<returns>An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface, providing information on the UI state.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeFontBackColorCommand.Id">
<summary>
<para>Gets the ID of the ChangeFontBackColorCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowBookmarkFormCommand">
<summary>
<para>Invokes the <b>Bookmark</b> dialog window.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowBookmarkFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowBookmarkFormCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowBookmarkFormCommand.Id">
<summary>
<para>Gets the ID of the ShowBookmarkFormCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.DeleteBookmarkCommand">
<summary>
<para>Represents a command used to delete a selected bookmark.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.DeleteBookmarkCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl,DevExpress.XtraRichEdit.Model.Bookmark)">
<summary>
<para>Initializes a new instance of the DeleteBookmarkCommand class with the specified owner associated with the specified bookmark.
</para>
</summary>
<param name="control">
An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.
</param>
<param name="bookmark">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.Bookmark"/> object representing the bookmark to delete.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DeleteBookmarkCommand.Bookmark">
<summary>
<para>Gets a bookmark to delete.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Bookmark"/> instance to delete.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditBehaviorOptions">
<summary>
<para>Represents the storage of settings specifying end-user restrictions applied to document operations.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditBehaviorOptions.#ctor">
<summary>
<para>Initializes a new instance of the RichEditBehaviorOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.Copy">
<summary>
<para>Gets or sets whether the <b>Copy</b> operation is permitted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to perform an operation.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.CopyAllowed">
<summary>
<para>Gets whether the <b>Copy</b> operation is allowed.
</para>
</summary>
<value><b>true</b> if an operation is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.CreateNew">
<summary>
<para>Gets or sets whether the <b>Create New Document</b> operation is permitted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to perform an operation.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.CreateNewAllowed">
<summary>
<para>Gets whether the <b>Create New Document</b> operation is allowed.
</para>
</summary>
<value><b>true</b> if an operation is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.Cut">
<summary>
<para>Gets or sets whether the <b>Cut</b> operation is permitted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to perform an operation.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.CutAllowed">
<summary>
<para>Gets whether the <b>Cut</b> operation is allowed.
</para>
</summary>
<value><b>true</b> if an operation is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.DefaultMaxZoomFactor">
<summary>
<para>Gets the maximum zoom factor that is set for the control, by default.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value specifying the default maximum zoom. Currently, it equals positive infinity.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.DefaultMinZoomFactor">
<summary>
<para>Gets the minimum zoom factor that is set for the control, by default.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value specifying the default minimum zoom factor. Currently, it equals 0.09.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.Drag">
<summary>
<para>Gets or sets whether the <b>Drag</b> operation is permitted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to perform an operation.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.DragAllowed">
<summary>
<para>Gets whether the <b>Drag</b> operation is allowed.
</para>
</summary>
<value><b>true</b> if an operation is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.Drop">
<summary>
<para>Gets or sets whether the <b>Drop</b> operation has any effect.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to perform an operation.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.DropAllowed">
<summary>
<para>Gets whether the <b>Drop</b> operation is allowed.
</para>
</summary>
<value><b>true</b> if an operation is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.FontSource">
<summary>
<para>Gets or sets the font setting used to specify the default font displayed in the RichEditControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.RichEditBaseValueSource"/> enumeration member, specifying the origin of the font setting.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.ForeColorSource">
<summary>
<para>Gets or sets the source of the color setting used to specify the forecolor of the font displayed in the RichEditControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.RichEditBaseValueSource"/> enumeration member, specifying the origin of the forecolor setting.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.MaxZoomFactor">
<summary>
<para>Gets or sets the upper limit of document zooming.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value specifying the maximum zoom factor.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.MinZoomFactor">
<summary>
<para>Gets or sets the lower limit of document zooming.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value specifying the minimum zoom factor.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.OfficeScrolling">
<summary>
<para>Not in effect for the Silverlight platform.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration, specifying the document's capability to perform an operation.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.OfficeScrollingAllowed">
<summary>
<para>Not in effect for the Silverlight platform.
</para>
</summary>
<value><b>true</b> if the feature is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.Open">
<summary>
<para>Gets or sets whether the <b>Open Document</b> operation is permitted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to perform an operation.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.OpenAllowed">
<summary>
<para>Gets whether the <b>Open Document</b> operation is allowed.
</para>
</summary>
<value><b>true</b> if an operation is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.Paste">
<summary>
<para>Gets or sets whether the <b>Paste</b> operation is permitted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to perform an operation.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.PasteAllowed">
<summary>
<para>Gets whether the <b>Paste</b> operation is allowed.
</para>
</summary>
<value><b>true</b> if an operation is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.PasteSingleCellAsText">
<summary>
<para>Gets or sets whether to paste as plain text a single cell copied to the clipboard.
</para>
</summary>
<value><b>true</b> to paste cell contents as text; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.Printing">
<summary>
<para>Gets or sets whether the printing operations are permitted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to perform an operation.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.PrintingAllowed">
<summary>
<para>Gets whether the <b>Printing</b> operations are allowed.
</para>
</summary>
<value><b>true</b> if an operation is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.Save">
<summary>
<para>Gets or sets whether the <b>Save Document</b> operation is permitted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to perform an operation.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.SaveAllowed">
<summary>
<para>Gets whether the <b>Save Document</b> operation is allowed.
</para>
</summary>
<value><b>true</b> if an operation is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.SaveAs">
<summary>
<para>Gets or sets whether the <b>Save Document As..</b> operation is permitted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to perform an operation.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.SaveAsAllowed">
<summary>
<para>Gets whether the <b>Save As...</b> operation is allowed.
</para>
</summary>
<value><b>true</b> if an operation is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.ShowPopupMenu">
<summary>
<para>Gets or sets whether the RichEdit popup menu can be displayed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to perform an operation.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.ShowPopupMenuAllowed">
<summary>
<para>Gets whether the context menus can be shown.
</para>
</summary>
<value><b>true</b> if an operation is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.TabMarker">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.Zooming">
<summary>
<para>Gets or sets whether the <b>Zoom</b> operation is permitted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to perform an operation.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.ZoomingAllowed">
<summary>
<para>Gets whether <b>Zoom</b> operations are allowed.
</para>
</summary>
<value><b>true</b> if an operation is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertTableCommand">
<summary>
<para>Represents a command used to invoke an 'Insert table' dialog.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertTableCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.
</para>
</summary>
<param name="control">
An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertTableCommand.CreateDefaultCommandUIState">
<summary>
<para>Creates an object representing the user interface state for the command.
</para>
</summary>
<returns>An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface, providing information on the UI state.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertTableCommand.ForceExecute(DevExpress.Utils.Commands.ICommandUIState)">
<summary>
<para>Executes the command specifying the UI state explicitly.
</para>
</summary>
<param name="state">
An object which implements the <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertTableCommand.Id">
<summary>
<para>Gets the ID of the InsertTableCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertTableCommand.UpdateUIState(DevExpress.Utils.Commands.ICommandUIState)">
<summary>
<para>Updates the command state and applies restrictions.
</para>
</summary>
<param name="state">
An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface, defining the state of a command.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertTabCommand">
<summary>
<para>Inserts tab character.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertTabCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertTabCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertTabCommand.Id">
<summary>
<para>Gets the ID of the InsertTabCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertTableRowBelowCommand">
<summary>
<para>Represents a command used to insert a row in a table below the currently selected row.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertTableRowBelowCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertTableRowBelowCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertTableRowBelowCommand.Id">
<summary>
<para>Gets the ID of the InsertTableRowBelowCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertTableRowAboveCommand">
<summary>
<para>Represents a command used to insert a row in a table above the currently selected row.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertTableRowAboveCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertTableRowAboveCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertTableRowAboveCommand.Id">
<summary>
<para>Gets the ID of the InsertTableRowAboveCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertTableElementMenuCommand">
<summary>
<para>Represents a command used to create command menu elements specific for tables.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertTableElementMenuCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertTableElementMenuCommand 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.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleHeaderFooterLinkToPreviousCommand">
<summary>
<para>Represents a command used to link a header/footer to the previous section, so it has the same content.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleHeaderFooterLinkToPreviousCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleHeaderFooterLinkToPreviousCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleHeaderFooterLinkToPreviousCommand.Id">
<summary>
<para>Gets the ID of the ToggleHeaderFooterLinkToPreviousCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleDifferentOddAndEvenPagesCommand">
<summary>
<para>Represents a command used to change the header/footer edit mode so it allows creation of a different header or footer for odd and even pages of a document or section.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleDifferentOddAndEvenPagesCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleDifferentOddAndEvenPagesCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleDifferentOddAndEvenPagesCommand.Id">
<summary>
<para>Gets the ID of the ToggleDifferentOddAndEvenPagesCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleDifferentFirstPageCommand">
<summary>
<para>Represents a command used to change the header/footer edit mode, so it allows creation of a different header or footer for the first page of a document or section.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleDifferentFirstPageCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleDifferentFirstPageCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleDifferentFirstPageCommand.Id">
<summary>
<para>Gets the ID of the ToggleDifferentFirstPageCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowLineSpacingFormCommand">
<summary>
<para>Invokes the <b>Paragraph</b> dialog that allows you to set line spacing.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowLineSpacingFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowLineSpacingFormCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowLineSpacingFormCommand.Id">
<summary>
<para>Gets the ID of the ShowLineSpacingFormCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetWideSectionPageMarginsCommand">
<summary>
<para>Represents a command used to set wide page margins in the document section.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetWideSectionPageMarginsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetWideSectionPageMarginsCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetWideSectionPageMarginsCommand.Id">
<summary>
<para>Gets the ID of the SetWideSectionPageMarginsCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetPortraitPageOrientationCommand">
<summary>
<para>Represents a command used to set the page orientation to portrait.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetPortraitPageOrientationCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetPortraitPageOrientationCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetPortraitPageOrientationCommand.Id">
<summary>
<para>Gets the ID of the SetPortraitPageOrientationCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetNormalSectionPageMarginsCommand">
<summary>
<para>Represents a command used to set normal page margins in the document section.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetNormalSectionPageMarginsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetNormalSectionPageMarginsCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetNormalSectionPageMarginsCommand.Id">
<summary>
<para>Gets the ID of the SetNormalSectionPageMarginsCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetNarrowSectionPageMarginsCommand">
<summary>
<para>Represents a command used to set narrow page margins in the document section.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetNarrowSectionPageMarginsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetNarrowSectionPageMarginsCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetNarrowSectionPageMarginsCommand.Id">
<summary>
<para>Gets the ID of the SetNarrowSectionPageMarginsCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetModerateSectionPageMarginsCommand">
<summary>
<para>Represents a command used to set moderate page margins in the document section.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetModerateSectionPageMarginsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetModerateSectionPageMarginsCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetModerateSectionPageMarginsCommand.Id">
<summary>
<para>Gets the ID of the SetModerateSectionPageMarginsCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetLandscapePageOrientationCommand">
<summary>
<para>Represents a command used to set the page orientation to landscape.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetLandscapePageOrientationCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetLandscapePageOrientationCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetLandscapePageOrientationCommand.Id">
<summary>
<para>Gets the ID of the SetLandscapePageOrientationCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.GoToPreviousPageHeaderFooterCommand">
<summary>
<para>Represents a command used to navigate to the previous page header/footer in edit mode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.GoToPreviousPageHeaderFooterCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the GoToPreviousPageHeaderFooterCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.GoToPreviousPageHeaderFooterCommand.Id">
<summary>
<para>Gets the ID of the GoToPreviousPageHeaderFooterCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.GoToPageHeaderCommand">
<summary>
<para>Represents a command used to navigate to the page header from the page footer in edit mode.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.GoToPageHeaderCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the GoToPageHeaderCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.GoToPageHeaderCommand.Id">
<summary>
<para>Gets the ID of the GoToPageHeaderCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.RemoveSpacingAfterParagraphCommand">
<summary>
<para>Represents a command used to remove spacing after the selected paragraph.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.RemoveSpacingAfterParagraphCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the RemoveSpacingAfterParagraphCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.RemoveSpacingAfterParagraphCommand.Id">
<summary>
<para>Gets the ID of the RemoveSpacingAfterParagraphCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.RemoveSpacingBeforeParagraphCommand">
<summary>
<para>Represents a command used to remove spacing before the selected paragraph.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.RemoveSpacingBeforeParagraphCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the RemoveSpacingBeforeParagraphCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.RemoveSpacingBeforeParagraphCommand.Id">
<summary>
<para>Gets the ID of the RemoveSpacingBeforeParagraphCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions">
<summary>
<para>Represents the storage of settings specific for the document restrictions implemented in the XtraRichEdit.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.#ctor">
<summary>
<para>Initializes a new instance of the DocumentCapabilitiesOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.Bookmarks">
<summary>
<para>Gets or sets the bookmark feature availability.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to handle bookmarks.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.BookmarksAllowed">
<summary>
<para>Gets whether the <b>bookmarks</b> feature is allowed.
</para>
</summary>
<value><b>true</b> if a feature is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.CharacterFormatting">
<summary>
<para>Gets or sets the character formatting features availability.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to change character formatting.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.CharacterFormattingAllowed">
<summary>
<para>Gets whether the <b>character formatting</b> feature is allowed.
</para>
</summary>
<value><b>true</b> if a feature is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.CharacterStyle">
<summary>
<para>Gets or sets the availability of the apply character style feature.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to apply styles to a character.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.CharacterStyleAllowed">
<summary>
<para>Gets whether the <b>character style</b> feature is allowed.
</para>
</summary>
<value><b>true</b> if a feature is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.EndNotesAllowed">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.FootNotesAllowed">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.HeadersFooters">
<summary>
<para>Gets whether the <b>headers and footers</b> feature is allowed.
</para>
</summary>
<value><b>true</b> if a feature is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.HeadersFootersAllowed">
<summary>
<para>Gets whether the <b>headers and footers</b> feature is allowed.
</para>
</summary>
<value><b>true</b> if a feature is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.Hyperlinks">
<summary>
<para>Gets or sets the hyperlink feature availability.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to handle hyperlinks.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.HyperlinksAllowed">
<summary>
<para>Gets whether the <b>hyperlink</b> feature is allowed.
</para>
</summary>
<value><b>true</b> if a feature is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.InlinePictures">
<summary>
<para>Gets or sets the document capability to handle inline pictures.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to handle inline pictures.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.InlinePicturesAllowed">
<summary>
<para>Gets whether <b>inline pictures</b> handling is allowed.
</para>
</summary>
<value><b>true</b> if a feature is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.Numbering">
<summary>
<para>Provides access to options specifying the availability of bulleted and numbered lists in the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.NumberingOptions"/> object containing availability options for diffferent list types.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.ParagraphFormatting">
<summary>
<para>Gets or sets the paragraph formatting features availability.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration, specifying the document's capability to change paragraph formatting.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.ParagraphFormattingAllowed">
<summary>
<para>Gets whether the <b>paragraph formatting</b> feature is allowed.
</para>
</summary>
<value><b>true</b> if a feature is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.Paragraphs">
<summary>
<para>Gets or sets the availability of the paragraph breaks.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to insert paragraph breaks.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.ParagraphsAllowed">
<summary>
<para>Gets whether operations with <b>paragraph breaks</b> in the document are allowed.
</para>
</summary>
<value><b>true</b> if a feature is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.ParagraphStyle">
<summary>
<para>Gets or sets the availability of the apply paragraph style feature.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to apply styles to a paragraph.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.ParagraphStyleAllowed">
<summary>
<para>Gets whether the <b>paragraph styling </b> feature is allowed.
</para>
</summary>
<value><b>true</b> if a feature is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.ParagraphTabs">
<summary>
<para>Gets or sets the availability of paragraph tab stops.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to set paragraph tabs.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.ParagraphTabsAllowed">
<summary>
<para>Gets whether <b>paragraph tab stops</b> are allowed.
</para>
</summary>
<value><b>true</b> if a feature is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.Sections">
<summary>
<para>Gets or sets the document's capability to handle document sections.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to modify document sections.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.SectionsAllowed">
<summary>
<para>Gets whether handling <b>document sections</b> is allowed.
</para>
</summary>
<value><b>true</b> if a feature is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.Tables">
<summary>
<para>Gets or sets the document's capability to handle tables.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to handle tables.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.TablesAllowed">
<summary>
<para>Gets whether the <b>tables</b> feature is allowed.
</para>
</summary>
<value><b>true</b> if a feature is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.TableStyle">
<summary>
<para>Gets or sets the availability of the apply table style feature.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to apply styles to a table.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.TableStyleAllowed">
<summary>
<para>Gets whether the <b>table style</b> feature is allowed.
</para>
</summary>
<value><b>true</b> if the feature is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.TabSymbol">
<summary>
<para>Gets or sets the document's capability to insert tabs.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to insert tabs.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.TabSymbolAllowed">
<summary>
<para>Gets whether <b>tab insertion</b> is allowed.
</para>
</summary>
<value><b>true</b> if a feature is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.Undo">
<summary>
<para>Gets or sets the availability of the Undo/Redo feature.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to handle inline pictures.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.UndoAllowed">
<summary>
<para>Gets whether the <b>Undo/Redo</b> feature is allowed.
</para>
</summary>
<value><b>true</b> if a feature is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.FormattingMarkVisibilityOptions">
<summary>
<para>Represents the storage of settings which specify the document restrictions implemented in the XtraRichEdit.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.FormattingMarkVisibilityOptions.#ctor">
<summary>
<para>Initializes a new instance of the FormattingMarkVisibilityOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.FormattingMarkVisibilityOptions.HiddenText">
<summary>
<para>Gets or sets the visibility of the hidden text.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.RichEditFormattingMarkVisibility"/> enumeration member specifying the visibility of the hidden text.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.FormattingMarkVisibilityOptions.ParagraphMark">
<summary>
<para>Gets or sets whether the paragraph mark should be displayed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.RichEditFormattingMarkVisibility"/> enumeration member specifying the visibility of the paragraph marks.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.FormattingMarkVisibilityOptions.Space">
<summary>
<para>Gets or sets whether space characters should be made visible.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.RichEditFormattingMarkVisibility"/> enumeration member specifying the visibility of the space characters.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.FormattingMarkVisibilityOptions.TabCharacter">
<summary>
<para>Gets or sets whether tab characters should be made visible.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.RichEditFormattingMarkVisibility"/> enumeration member specifying the visibility of the tab characters.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.PageBasedRichEditView">
<summary>
<para>Represents a base class for RichEdit views that involve pagination.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.PageBasedRichEditView.CurrentPageIndex">
<summary>
<para>A number of the current page displayed in the view.
</para>
</summary>
<value>An integer indicating the current page's number.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.PageBasedRichEditView.PageCount">
<summary>
<para>Gets the total number of pages displayed in a view.
</para>
</summary>
<value>An integer representing a number of pages in a view.
</value>
</member>
<member name="E:DevExpress.XtraRichEdit.PageBasedRichEditView.PageCountChanged">
<summary>
<para>Occurs when multiple pages in a view are changed.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.MultiCommand">
<summary>
<para>Represents a special class for complex commands.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.MultiCommand.CommandSourceType">
<summary>
<para>Gets or sets the type of the object which invokes the command.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.Commands.CommandSourceType"/> enumeration value, specifying the object type.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.MultiCommand.ForceExecute(DevExpress.Utils.Commands.ICommandUIState)">
<summary>
<para>Performs a command action regardless of a command state.
</para>
</summary>
<param name="state">
An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface defining the command state.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.MultiCommand.UpdateUIState(DevExpress.Utils.Commands.ICommandUIState)">
<summary>
<para>Updates the command state.
</para>
</summary>
<param name="state">
An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface defining the state of a command.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.RichEditMenuItemSimpleCommand">
<summary>
<para>Represents a base class for multiple command classes.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.RichEditMenuItemSimpleCommand.ForceExecute(DevExpress.Utils.Commands.ICommandUIState)">
<summary>
<para>Performs a command action regardless of a command state.
</para>
</summary>
<param name="state">
An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface defining the command state.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SelectionBasedPropertyChangeCommandBase">
<summary>
<para>Represents a base class for multiple command classes.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SelectionBasedPropertyChangeCommandBase.ForceExecute(DevExpress.Utils.Commands.ICommandUIState)">
<summary>
<para>Performs a command action regardless of a command state.
</para>
</summary>
<param name="state">
An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface defining the command state.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.UpdateFieldCommand">
<summary>
<para>Updates the field's result.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.UpdateFieldCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the UpdateFieldCommand 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.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.UpdateFieldCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl,DevExpress.XtraRichEdit.Model.Field)">
<summary>
<para>Initializes a new instance of the UpdateFieldCommand class with the specified owner and the specified field.
</para>
</summary>
<param name="control">
An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.
</param>
<param name="field">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.Field"/> in the document to update.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.UpdateFieldCommand.Id">
<summary>
<para>Gets the ID of the UpdateFieldCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ChangeInlinePictureScaleCommand">
<summary>
<para>Represents a command used to scale the inline picture, by setting the X and Y axis scaling percentages.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeInlinePictureScaleCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ChangeInlinePictureScaleCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeInlinePictureScaleCommand.ScaleX">
<summary>
<para>Gets or sets the x-axis scaling percentage of the inline picture.
</para>
</summary>
<value>An integer that represents the scaling percentage.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeInlinePictureScaleCommand.ScaleY">
<summary>
<para>Gets or sets the y-axis scaling percentage of the inline picture.
</para>
</summary>
<value>An integer that represents the scaling percentage.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.UndoCommand">
<summary>
<para>Represents a command used to cancel changes caused by the previous command.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.UndoCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the UndoCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.UndoCommand.Id">
<summary>
<para>Gets the ID of the UndoCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleViewMergedDataCommand">
<summary>
<para>Represents a command used to display or hide data in place of the field codes.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleViewMergedDataCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleViewMergedDataCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleViewMergedDataCommand.Id">
<summary>
<para>Gets the ID of the ToggleViewMergedDataCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleSimpleNumberingListCommand">
<summary>
<para>Toggles between the numbered paragraph style and normal text.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleSimpleNumberingListCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleSimpleNumberingListCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleSimpleNumberingListCommand.Id">
<summary>
<para>Gets the ID of the ToggleSimpleNumberingListCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleShowWhitespaceCommand">
<summary>
<para>Toggles whitespace characters display on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleShowWhitespaceCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleShowWhitespaceCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleShowWhitespaceCommand.Id">
<summary>
<para>Gets the ID of the ToggleShowWhitespaceCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentRightCommand">
<summary>
<para>Toggles right paragraph alignment on and off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentRightCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleParagraphAlignmentRightCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentRightCommand.Id">
<summary>
<para>Gets the ID of the ToggleParagraphAlignmentRightCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentLeftCommand">
<summary>
<para>Toggles left paragraph alignment on and off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentLeftCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleParagraphAlignmentLeftCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentLeftCommand.Id">
<summary>
<para>Gets the ID of the ToggleParagraphAlignmentLeftCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentJustifyCommand">
<summary>
<para>Toggles justified paragraph alignment on and off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentJustifyCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleParagraphAlignmentJustifyCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentJustifyCommand.Id">
<summary>
<para>Gets the ID of the ToggleParagraphAlignmentJustifyCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentCenterCommand">
<summary>
<para>Toggles centered paragraph alignment on and off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentCenterCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleParagraphAlignmentCenterCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentCenterCommand.Id">
<summary>
<para>Gets the ID of the ToggleParagraphAlignmentCenterCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleMultiLevelListCommand">
<summary>
<para>Toggles between the multilevel list style and normal text.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleMultiLevelListCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleMultiLevelListCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleMultiLevelListCommand.Id">
<summary>
<para>Gets the ID of the ToggleMultiLevelListCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleHiddenTextCommand">
<summary>
<para>Toggles between normal and hidden text mode of the selection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleHiddenTextCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleHiddenTextCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleHiddenTextCommand.Id">
<summary>
<para>Gets the ID of the ToggleHiddenTextCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleFontUnderlineCommand">
<summary>
<para>Toggles the underline style on the selection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleFontUnderlineCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleFontUnderlineCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontUnderlineCommand.Id">
<summary>
<para>Gets the ID of the ToggleFontUnderlineCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleFontSuperscriptCommand">
<summary>
<para>Toggles the superscript style on the selection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleFontSuperscriptCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleFontSuperscriptCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontSuperscriptCommand.Id">
<summary>
<para>Gets the ID of the ToggleFontSuperscriptCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleFontSubscriptCommand">
<summary>
<para>Toggles the subscript style on the selection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleFontSubscriptCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleFontSubscriptCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontSubscriptCommand.Id">
<summary>
<para>Gets the ID of the ToggleFontSubscriptCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleFontStrikeoutCommand">
<summary>
<para>Toggles the strikeout style on the selection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleFontStrikeoutCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleFontStrikeoutCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontStrikeoutCommand.Id">
<summary>
<para>Gets the ID of the ToggleFontStrikeoutCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleFontItalicCommand">
<summary>
<para>Toggles the italic style on the selection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleFontItalicCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleFontItalicCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontItalicCommand.Id">
<summary>
<para>Gets the ID of the ToggleFontItalicCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleFontDoubleUnderlineCommand">
<summary>
<para>Toggles the double underline style on the selection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleFontDoubleUnderlineCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleFontDoubleUnderlineCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontDoubleUnderlineCommand.Id">
<summary>
<para>Gets the ID of the ToggleFontDoubleUnderlineCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleFontDoubleStrikeoutCommand">
<summary>
<para>Toggles the double strikeout style on the selection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleFontDoubleStrikeoutCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleFontDoubleStrikeoutCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontDoubleStrikeoutCommand.Id">
<summary>
<para>Gets the ID of the ToggleFontDoubleStrikeoutCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleFontBoldCommand">
<summary>
<para>Toggles the bold style on the selection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleFontBoldCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleFontBoldCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontBoldCommand.Id">
<summary>
<para>Gets the ID of the ToggleFontBoldCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleFieldCodesCommand">
<summary>
<para>Represents a command used to show or hide field codes.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleFieldCodesCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleFieldCodesCommand 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.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleFieldCodesCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl,DevExpress.XtraRichEdit.Model.Field)">
<summary>
<para>Initializes a new instance of the ToggleFieldCodesCommand class with the specified owner and the specified field.
</para>
</summary>
<param name="control">
An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.
</param>
<param name="field">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.Field"/> object representing a document field for which to show/hide codes.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFieldCodesCommand.Id">
<summary>
<para>Gets the ID of the ToggleFieldCodesCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleBulletedListCommand">
<summary>
<para>Toggles between the bulleted paragraph and normal text.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleBulletedListCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleBulletedListCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleBulletedListCommand.Id">
<summary>
<para>Gets the ID of the ToggleBulletedListCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SwitchToSimpleViewCommand">
<summary>
<para>Represents a command used to switch the current view to the <see cref="T:DevExpress.XtraRichEdit.SimpleView"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SwitchToSimpleViewCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SwitchToSimpleViewCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SwitchToSimpleViewCommand.Id">
<summary>
<para>Gets the ID of the SwitchToSimpleViewCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SwitchToPrintLayoutViewCommand">
<summary>
<para>Represents a command used to switch the current view to the <see cref="T:DevExpress.XtraRichEdit.PrintLayoutView"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SwitchToPrintLayoutViewCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SwitchToPrintLayoutViewCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SwitchToPrintLayoutViewCommand.Id">
<summary>
<para>Gets the ID of the SwitchToPrintLayoutViewCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SwitchToDraftViewCommand">
<summary>
<para>Represents a command used to switch the current view to the <see cref="T:DevExpress.XtraRichEdit.DraftView"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SwitchToDraftViewCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SwitchToDraftViewCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SwitchToDraftViewCommand.Id">
<summary>
<para>Gets the ID of the SwitchToDraftViewCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.StartOfLineCommand">
<summary>
<para>Moves the cursor to the start of the current line.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.StartOfLineCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the StartOfLineCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.StartOfLineCommand.Id">
<summary>
<para>Gets the ID of the StartOfLineCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.StartOfDocumentCommand">
<summary>
<para>Moves the cursor to the start of the document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.StartOfDocumentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the StartOfDocumentCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.StartOfDocumentCommand.Id">
<summary>
<para>Gets the ID of the StartOfDocumentCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowAllFieldResultsCommand">
<summary>
<para>Represents a command used to display merged data in place of field codes.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowAllFieldResultsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowAllFieldResultsCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowAllFieldResultsCommand.Id">
<summary>
<para>Gets the ID of the ShowAllFieldResultsCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowAllFieldCodesCommand">
<summary>
<para>Represents a command used to display all field codes in place of the fields in the document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowAllFieldCodesCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowAllFieldCodesCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowAllFieldCodesCommand.Id">
<summary>
<para>Gets the ID of the ShowAllFieldCodesCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetSingleParagraphSpacingCommand">
<summary>
<para>Formats a current paragraph with single line spacing.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetSingleParagraphSpacingCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetSingleParagraphSpacingCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetSingleParagraphSpacingCommand.Id">
<summary>
<para>Gets the ID of the SetSingleParagraphSpacingCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetSesquialteralParagraphSpacingCommand">
<summary>
<para>Formats a current paragraph with one and a half line spacing.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetSesquialteralParagraphSpacingCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetSesquialteralParagraphSpacingCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetSesquialteralParagraphSpacingCommand.Id">
<summary>
<para>Gets the ID of the SetSesquialteralParagraphSpacingCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetDoubleParagraphSpacingCommand">
<summary>
<para>Formats a current paragraph with double line spacing.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetDoubleParagraphSpacingCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetDoubleParagraphSpacingCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetDoubleParagraphSpacingCommand.Id">
<summary>
<para>Gets the ID of the SetDoubleParagraphSpacingCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SelectAllCommand">
<summary>
<para>Represents a command used to select the entire document range.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SelectAllCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SelectAllCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SelectAllCommand.Id">
<summary>
<para>Gets the ID of the SelectAllCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SaveDocumentAsCommand">
<summary>
<para>Invokes the File dialog prompting for a file name, and saves a document in a file with specified name and format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SaveDocumentAsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SaveDocumentAsCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SaveDocumentAsCommand.Id">
<summary>
<para>Gets the ID of the SaveDocumentAsCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ReplaceCommand">
<summary>
<para>Shows the Search panel with the replace box.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ReplaceCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ReplaceCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ReplaceCommand.Id">
<summary>
<para>Gets the ID of the ReplaceCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.RedoCommand">
<summary>
<para>Reverses actions of the previous <see cref="T:DevExpress.XtraRichEdit.Commands.UndoCommand"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.RedoCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the RedoCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.RedoCommand.Id">
<summary>
<para>Gets the ID of the RedoCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.PreviousWordCommand">
<summary>
<para>Moves the cursor to the previous word.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.PreviousWordCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the PreviousWordCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.PreviousWordCommand.Id">
<summary>
<para>Gets the ID of the PreviousWordCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.PreviousScreenCommand">
<summary>
<para>Moves the cursor backward by the number of lines in the current control's window, minus one.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.PreviousScreenCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the PreviousScreenCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.PreviousScreenCommand.Id">
<summary>
<para>Gets the ID of the PreviousScreenCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.PreviousParagraphCommand">
<summary>
<para>Moves the cursor to the beginning of the previous paragraph.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.PreviousParagraphCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the PreviousParagraphCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.PreviousParagraphCommand.Id">
<summary>
<para>Gets the ID of the PreviousParagraphCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.PreviousLineCommand">
<summary>
<para>Moves the cursor to the previous line.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.PreviousLineCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the PreviousLineCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.PreviousLineCommand.Id">
<summary>
<para>Gets the ID of the PreviousLineCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.PreviousPageCommand">
<summary>
<para>Moves the cursor to the beginning of the previous page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.PreviousPageCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the PreviousPageCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.PreviousPageCommand.Id">
<summary>
<para>Gets the ID of the PreviousPageCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.PreviousCharacterCommand">
<summary>
<para>Moves the cursor to the previous character.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.PreviousCharacterCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the PreviousCharacterCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.PreviousCharacterCommand.Id">
<summary>
<para>Gets the ID of the PreviousCharacterCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.NextWordCommand">
<summary>
<para>Moves the cursor to the next word.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.NextWordCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the NextWordCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.NextWordCommand.Id">
<summary>
<para>Gets the ID of the NextWordCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.NextScreenCommand">
<summary>
<para>Moves the cursor forward by the number of lines in the current control's window, minus one.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.NextScreenCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the NextScreenCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.NextScreenCommand.Id">
<summary>
<para>Gets the ID of the NextScreenCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.NextParagraphCommand">
<summary>
<para>Moves the cursor to the beginning of the next paragraph.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.NextParagraphCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the NextParagraphCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.NextParagraphCommand.Id">
<summary>
<para>Gets the ID of the NextParagraphCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.NextPageCommand">
<summary>
<para>Moves the cursor to the beginning of the next page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.NextPageCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the NextPageCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.NextPageCommand.Id">
<summary>
<para>Gets the ID of the NextPageCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.NextLineCommand">
<summary>
<para>Moves the cursor to the next line.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.NextLineCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the NextLineCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.NextLineCommand.Id">
<summary>
<para>Gets the ID of the NextLineCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.NextCharacterCommand">
<summary>
<para>Moves the cursor to the next character.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.NextCharacterCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the NextCharacterCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.NextCharacterCommand.Id">
<summary>
<para>Gets the ID of the NextCharacterCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.LoadDocumentCommand">
<summary>
<para>Invokes the File Open dialog and loads the selected file into the control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.LoadDocumentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the LoadDocumentCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.LoadDocumentCommand.Id">
<summary>
<para>Gets the ID of the LoadDocumentCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertTrademarkSymbolCommand">
<summary>
<para>Inserts the trademark sign (<b>™</b>) symbol.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertTrademarkSymbolCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertTrademarkSymbolCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertTrademarkSymbolCommand.Id">
<summary>
<para>Gets the ID of the InsertTrademarkSymbolCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertRegisteredTrademarkSymbolCommand">
<summary>
<para>Inserts the registered trademark (<b>®</b>) symbol.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertRegisteredTrademarkSymbolCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertRegisteredTrademarkSymbolCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertRegisteredTrademarkSymbolCommand.Id">
<summary>
<para>Gets the ID of the InsertRegisteredTrademarkSymbolCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertPictureCommand">
<summary>
<para>Prompts for the file location, and inserts a picture from file.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertPictureCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertPictureCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertPictureCommand.Id">
<summary>
<para>Gets the ID of the InsertPictureCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertPictureCommand.UpdateUIState(DevExpress.Utils.Commands.ICommandUIState)">
<summary>
<para>Updates the command state and applies restrictions.
</para>
</summary>
<param name="state">
An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface, defining the state of a command.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertParagraphCommand">
<summary>
<para>Inserts a paragraph break.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertParagraphCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertParagraphCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertParagraphCommand.Id">
<summary>
<para>Gets the ID of the InsertParagraphCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertPageBreakCommand">
<summary>
<para>Inserts a page break.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertPageBreakCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertPageBreakCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertPageBreakCommand.Id">
<summary>
<para>Gets the ID of the InsertPageBreakCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertNonBreakingSpaceCommand">
<summary>
<para>Inserts a non-breaking space.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertNonBreakingSpaceCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertNonBreakingSpaceCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertNonBreakingSpaceCommand.Id">
<summary>
<para>Gets the ID of the InsertNonBreakingSpaceCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertLineBreakCommand">
<summary>
<para>Inserts the line break.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertLineBreakCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertLineBreakCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertLineBreakCommand.Id">
<summary>
<para>Gets the ID of the InsertLineBreakCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertEnDashCommand">
<summary>
<para>Inserts the en dash (–) symbol.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertEnDashCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertEnDashCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertEnDashCommand.Id">
<summary>
<para>Gets the ID of the InsertEnDashCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertEmDashCommand">
<summary>
<para>Inserts the em dash (<b>—</b>) symbol.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertEmDashCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertEmDashCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertEmDashCommand.Id">
<summary>
<para>Gets the ID of the InsertEmDashCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertEllipsisCommand">
<summary>
<para>Inserts the ellipsis (<b>…</b>) symbol.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertEllipsisCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertEllipsisCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertEllipsisCommand.Id">
<summary>
<para>Gets the ID of the InsertEllipsisCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertCopyrightSymbolCommand">
<summary>
<para>Inserts the copyright (<b>©</b>) symbol.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertCopyrightSymbolCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertCopyrightSymbolCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertCopyrightSymbolCommand.Id">
<summary>
<para>Gets the ID of the InsertCopyrightSymbolCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertColumnBreakCommand">
<summary>
<para>Inserts a column break in the document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertColumnBreakCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertColumnBreakCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertColumnBreakCommand.Id">
<summary>
<para>Gets the ID of the InsertColumnBreakCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.IncrementFontSizeCommand">
<summary>
<para>Increases the font size of the selected text by one point.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.IncrementFontSizeCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the IncrementFontSizeCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.IncrementFontSizeCommand.Id">
<summary>
<para>Gets the ID of the IncrementFontSizeCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.IncreaseFontSizeCommand">
<summary>
<para>Increases the font size of the selection to the closest larger predefined value.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.IncreaseFontSizeCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the IncreaseFontSizeCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.IncreaseFontSizeCommand.Id">
<summary>
<para>Gets the ID of the IncreaseFontSizeCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.FindCommand">
<summary>
<para>Shows the Search panel.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.FindCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the FindCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FindCommand.Id">
<summary>
<para>Gets the ID of the FindCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ExtendStartOfLineCommand">
<summary>
<para>Extends the selection to the beginning of the line.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ExtendStartOfLineCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ExtendStartOfLineCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ExtendStartOfLineCommand.Id">
<summary>
<para>Gets the ID of the ExtendStartOfLineCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ExtendStartOfDocumentCommand">
<summary>
<para>Extends the selection to the start of the document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ExtendStartOfDocumentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ExtendStartOfDocumentCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ExtendStartOfDocumentCommand.Id">
<summary>
<para>Gets the ID of the ExtendStartOfDocumentCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ExtendPreviousWordCommand">
<summary>
<para>Extends the selection to the previous word.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ExtendPreviousWordCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ExtendPreviousWordCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ExtendPreviousWordCommand.Id">
<summary>
<para>Gets the ID of the ExtendPreviousWordCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ExtendPreviousScreenCommand">
<summary>
<para>Extends selection to the previous screen.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ExtendPreviousScreenCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ExtendPreviousScreenCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ExtendPreviousScreenCommand.Id">
<summary>
<para>Gets the ID of the ExtendPreviousScreenCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ExtendPreviousParagraphCommand">
<summary>
<para>Extends selection to the previous paragraph.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ExtendPreviousParagraphCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ExtendPreviousParagraphCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ExtendPreviousParagraphCommand.Id">
<summary>
<para>Gets the ID of the ExtendPreviousParagraphCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ExtendPreviousPageCommand">
<summary>
<para>Extends the selection up to the previous page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ExtendPreviousPageCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ExtendPreviousPageCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ExtendPreviousPageCommand.Id">
<summary>
<para>Gets the ID of the ExtendPreviousPageCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ExtendPreviousLineCommand">
<summary>
<para>Extends the selection to the previous line.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ExtendPreviousLineCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ExtendPreviousLineCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ExtendPreviousLineCommand.Id">
<summary>
<para>Gets the ID of the ExtendPreviousLineCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ExtendPreviousCharacterCommand">
<summary>
<para>Extends the selection to the previous character.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ExtendPreviousCharacterCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ExtendPreviousCharacterCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ExtendPreviousCharacterCommand.Id">
<summary>
<para>Gets the ID of the ExtendPreviousCharacterCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ExtendNextWordCommand">
<summary>
<para>Extends the selection to the next word.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ExtendNextWordCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ExtendNextWordCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ExtendNextWordCommand.Id">
<summary>
<para>Gets the ID of the ExtendNextWordCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ExtendNextScreenCommand">
<summary>
<para>Extends the selection to the next screen.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ExtendNextScreenCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ExtendNextScreenCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ExtendNextScreenCommand.Id">
<summary>
<para>Gets the ID of the ExtendNextScreenCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ExtendNextParagraphCommand">
<summary>
<para>Extends the selection to the next paragraph.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ExtendNextParagraphCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ExtendNextParagraphCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ExtendNextParagraphCommand.Id">
<summary>
<para>Gets the ID of the ExtendNextParagraphCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ExtendNextPageCommand">
<summary>
<para>Extends the selection down one page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ExtendNextPageCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ExtendNextPageCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ExtendNextPageCommand.Id">
<summary>
<para>Gets the ID of the ExtendNextPageCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ExtendNextLineCommand">
<summary>
<para>Extends the selection one line down.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ExtendNextLineCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ExtendNextLineCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ExtendNextLineCommand.Id">
<summary>
<para>Gets the ID of the ExtendNextLineCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ExtendNextCharacterCommand">
<summary>
<para>Extends the selection to the next character.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ExtendNextCharacterCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ExtendNextCharacterCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ExtendNextCharacterCommand.Id">
<summary>
<para>Gets the ID of the ExtendNextCharacterCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ExtendEndOfLineCommand">
<summary>
<para>Extends the selection to the end of the current line.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ExtendEndOfLineCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ExtendEndOfLineCommand 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.ExtendEndOfLineCommand.Id">
<summary>
<para>Gets the ID of the ExtendEndOfLineCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ExtendEndOfDocumentCommand">
<summary>
<para>Extends the selection to the end of the document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ExtendEndOfDocumentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ExtendEndOfDocumentCommand 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.ExtendEndOfDocumentCommand.Id">
<summary>
<para>Gets the ID of the ExtendEndOfDocumentCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.EnterKeyCommand">
<summary>
<para>Represents a command used to accomplish actions equivalent to pressing the Enter key.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.EnterKeyCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the EnterKeyCommand 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.EnterKeyCommand.Id">
<summary>
<para>Gets the ID of the EnterKeyCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.EndOfLineCommand">
<summary>
<para>Moves the caret to the end of the line, and scrolls the document to show the caret position.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.EndOfLineCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the EndOfLineCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.EndOfLineCommand.Id">
<summary>
<para>Gets the ID of the EndOfLineCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.EndOfDocumentCommand">
<summary>
<para>Moves the caret to the end of the document, and scrolls the document to show the caret position.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.EndOfDocumentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the EndOfDocumentCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.EndOfDocumentCommand.Id">
<summary>
<para>Gets the ID of the EndOfDocumentCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.DeleteWordCommand">
<summary>
<para>Deletes the next word in the text.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.DeleteWordCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the DeleteWordCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DeleteWordCommand.Id">
<summary>
<para>Gets the ID of the DeleteWordCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.DeleteWordBackCommand">
<summary>
<para>Deletes the previous word in the text.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.DeleteWordBackCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the DeleteWordBackCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DeleteWordBackCommand.Id">
<summary>
<para>Gets the ID of the DeleteWordBackCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.DeleteCommand">
<summary>
<para>Deletes the selected text.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.DeleteCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the DeleteCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DeleteCommand.Id">
<summary>
<para>Gets the ID of the DeleteCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.DecrementNumerationFromParagraphCommand">
<summary>
<para>Decrements numeration of a paragraph in a numbering list.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.DecrementNumerationFromParagraphCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the DecrementNumerationFromParagraphCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DecrementNumerationFromParagraphCommand.Id">
<summary>
<para>Gets the ID of the DecrementNumerationFromParagraphCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.DecrementIndentCommand">
<summary>
<para>Decrements the indent level of the paragraph.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.DecrementIndentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the DecrementIndentCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DecrementIndentCommand.Id">
<summary>
<para>Gets the ID of the DecrementIndentCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.DecrementFontSizeCommand">
<summary>
<para>Decreases the font size of the selection by one point.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.DecrementFontSizeCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the DecrementFontSizeCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DecrementFontSizeCommand.Id">
<summary>
<para>Gets the ID of the DecrementFontSizeCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.DecreaseFontSizeCommand">
<summary>
<para>Decreases the font size of the selection to the closest smaller predefined value.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.DecreaseFontSizeCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the DecreaseFontSizeCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DecreaseFontSizeCommand.Id">
<summary>
<para>Gets the ID of the DecreaseFontSizeCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.CutSelectionCommand">
<summary>
<para>Represents a command used to cut the selected text and place it to the clipboard.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.CutSelectionCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the CutSelectionCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.CutSelectionCommand.Id">
<summary>
<para>Gets the ID of the CutSelectionCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.CutSelectionCommand.UpdateUIState(DevExpress.Utils.Commands.ICommandUIState)">
<summary>
<para>Updates the command state and applies restrictions.
</para>
</summary>
<param name="state">
An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface defining the state of a command.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.CreateFieldCommand">
<summary>
<para>Creates an empty field in the document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.CreateFieldCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the CreateFieldCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.CreateFieldCommand.Id">
<summary>
<para>Gets the ID of the CreateFieldCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.CreateEmptyDocumentCommand">
<summary>
<para>Creates a new, blank document and loads it in the RichEdit control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.CreateEmptyDocumentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the CreateEmptyDocumentCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.CreateEmptyDocumentCommand.Id">
<summary>
<para>Gets the ID of the CreateEmptyDocumentCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.CreateBookmarkCommand">
<summary>
<para>Creates a new bookmark with the specified name that references the current selection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.CreateBookmarkCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl,System.String)">
<summary>
<para>Initializes a new instance of the CreateBookmarkCommand 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.
</param>
<param name="bookmarkName">
A string, specifying the name of the bookmark.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.CreateBookmarkCommand.BookmarkName">
<summary>
<para>Gets the name of a bookmark to create.
</para>
</summary>
<value>A string, representing the bookmark's name.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ClearFormattingCommand">
<summary>
<para>Represents a command used to reset the formatting of the selected text to default.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ClearFormattingCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ClearFormattingCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ClearFormattingCommand.Id">
<summary>
<para>Gets the ID of the ClearFormattingCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Export.Html.HtmlExporter">
<summary>
<para>Represents an object used to export the document content in HTML format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Export.Html.HtmlExporter.#ctor(DevExpress.XtraRichEdit.Model.DocumentModel,DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions)">
<summary>
<para>Initializes a new instance of the HtmlExporter class with specified settings.
</para>
</summary>
<param name="documentModel">
A current Document Model.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions"/> instance containing HTML export options.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Export.Html.HtmlExporter.Export">
<summary>
<para>Exports the document in HTML format.
</para>
</summary>
<returns>A string, representing the document in HTML format.
</returns>
</member>
<member name="T:DevExpress.XtraRichEdit.Services.IUriProvider">
<summary>
<para>Defines the provider of the locations for external objects in a document export.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IUriProvider.CreateCssUri(System.String,System.String,System.String)">
<summary>
<para>Creates a location and saves the specified style information to that location.
</para>
</summary>
<param name="rootUri">
A string representing the root URI used to create a location.
</param>
<param name="styleText">
A string containing CSS style information.
</param>
<param name="relativeUri">
A string that specifies the relative URI for stylesheets. It is <b>null</b> if the <see cref="P:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.UriExportType"/> is <see cref="F:DevExpress.XtraRichEdit.Export.Html.UriExportType.Absolute"/>.
</param>
<returns>A Uniform Resource Identifier (URI) of the CSS style information.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IUriProvider.CreateImageUri(System.String,DevExpress.XtraRichEdit.Utils.RichEditImage,System.String)">
<summary>
<para>Creates a location and saves the specified image to that location.
</para>
</summary>
<param name="rootUri">
A string representing the root URI used to create a location.
</param>
<param name="image">
A <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImage"/> object representing the image being saved.
</param>
<param name="relativeUri">
A string that specifies the relative URI for stylesheets. It is <b>null</b> if the <see cref="P:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.UriExportType"/> is <see cref="F:DevExpress.XtraRichEdit.Export.Html.UriExportType.Absolute"/>.
</param>
<returns>A Uniform Resource Identifier (URI) of the image.
</returns>
</member>
<member name="T:DevExpress.XtraRichEdit.Utils.Units">
<summary>
<para>Represents a helper class with static methods used for unit conversion.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.CentimetersToDocumentsF(System.Single)">
<summary>
<para>Converts a measurement from centimeters to documents. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="value">
The <b>Single</b> centimeter value to be converted to documents.
</param>
<returns>A <b>Single</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.CentimetersToTwipsF(System.Single)">
<summary>
<para>Converts a measurement from centimeters to twips. Returns the converted measurement as a <see cref="T:System.Single"/>.
</para>
</summary>
<param name="value">
The <see cref="T:System.Single"/> value measured in centimeters to be converted to twips.
</param>
<returns>A <see cref="T:System.Single"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToCentimetersF(System.Single)">
<summary>
<para>Converts a measurement from documents to centimeters. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="value">
The <b>Single</b> documents value to be converted to centimeters.
</param>
<returns>A <b>Single</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToHundredthsOfInch(System.Int32)">
<summary>
<para>Converts measurements in the Size structure from documents to hundredths of an inch.
</para>
</summary>
<param name="val">
The <b>Integer</b> documents value to be converted to hundredths of an inch.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToHundredthsOfInch(System.Drawing.Size)">
<summary>
<para>Converts a measurement from documents to hundredths of an inch. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="val">
The <see cref="T:System.Drawing.Size"/> values in documents to be converted to hundredths of an inch.
</param>
<returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToHundredthsOfMillimeter(System.Int32)">
<summary>
<para>Converts measurements from documents to hundredths of a millimeter.
</para>
</summary>
<param name="val">
The <b>Integer</b> documents value to be converted to hundredths of a millimeter.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToHundredthsOfMillimeter(System.Drawing.Size)">
<summary>
<para>Converts a measurement from documents to hundredths of a millimeter. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="val">
The <see cref="T:System.Drawing.Size"/> in documents to be converted to hundredths of a millimeter.
</param>
<returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToInchesF(System.Single)">
<summary>
<para>Converts a measurement from documents to inches. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="value">
The <b>Single</b> documents value to be converted to inches.
</param>
<returns>A <b>Single</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToMillimetersF(System.Single)">
<summary>
<para>Converts a measurement from documents to millimeters. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="value">
The <b>Single</b> documents value to be converted to millimeters.
</param>
<returns>A <b>Single</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToPicasF(System.Single)">
<summary>
<para>Converts a measurement from documents to picas. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="value">
The <b>Single</b> documents value to be converted to picas.
</param>
<returns>A <b>Single</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToPixels(System.Drawing.Point,System.Single,System.Single)">
<summary>
<para>Converts point coordinates from documents to pixels.
</para>
</summary>
<param name="val">
The <see cref="T:System.Drawing.Point"/> with values in documents, to be converted to pixels.
</param>
<param name="dpiX">
A dpi value used for conversion of the X-coordinate.
</param>
<param name="dpiY">
A dpi value used for conversion of the Y-coordinate.
</param>
<returns>A <see cref="T:System.Drawing.Point"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToPixels(System.Drawing.Rectangle,System.Single,System.Single)">
<summary>
<para>Converts a rectangle from documents to pixels.
</para>
</summary>
<param name="val">
The <see cref="T:System.Drawing.Rectangle"/> with values in documents, to be converted to pixels.
</param>
<param name="dpiX">
A dpi value used for conversion of the X-coordinate.
</param>
<param name="dpiY">
A dpi value used for conversion of the Y-coordinate.
</param>
<returns>A <see cref="T:System.Drawing.Rectangle"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToPixels(System.Int32,System.Single)">
<summary>
<para>Converts a measurement from documents to pixels. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="val">
The <b>Integer</b> documents value to be converted to pixels.
</param>
<param name="dpi">
A dpi value used for conversion.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToPixels(System.Drawing.RectangleF,System.Single,System.Single)">
<summary>
<para>Converts rectangle coordinates from documents to pixels.
</para>
</summary>
<param name="val">
A <see cref="T:System.Drawing.RectangleF"/> structure with values in documents, to be converted to pixels.
</param>
<param name="dpiX">
A dpi value used for conversion of the X-coordinate.
</param>
<param name="dpiY">
A dpi value used for conversion of the Y-coordinate.
</param>
<returns>A <see cref="T:System.Drawing.RectangleF"/> structure composed of four floating-point numbers that represent the location and size of a rectangle.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToPixelsF(System.Single,System.Single)">
<summary>
<para>Converts a measurement from documents to pixels. Returns the converted measurement as a <see cref="T:System.Double"/>.
</para>
</summary>
<param name="val">
The <see cref="T:System.Double"/> centimeters value to be converted to pixels.
</param>
<param name="dpi">
A dpi value used for conversion.
</param>
<returns>A <see cref="T:System.Double"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToPoints(System.Int32)">
<summary>
<para>Converts a measurement from documents to points. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="val">
The <b>Integer</b> documents value to be converted to points.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToPointsF(System.Single)">
<summary>
<para>Converts a measurement from documents to points. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="val">
The <b>Single</b> documents value to be converted to points.
</param>
<returns>A <b>Single</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToPointsFRound(System.Single)">
<summary>
<para>Converts a measurement from documents to points and rounds the result. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="val">
The <b>Single</b> documents value to be converted to points.
</param>
<returns>A <b>Single</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToTwips(System.Drawing.Size)">
<summary>
<para>Converts a measurement from documents to twips. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="val">
The <see cref="T:System.Drawing.Size"/> with values in documents to be converted to twips.
</param>
<returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToTwips(System.Int32)">
<summary>
<para>Converts measurements from documents to twips.
</para>
</summary>
<param name="val">
The <b>Integer</b> documents value to be converted to twips.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToTwips(System.Drawing.Rectangle)">
<summary>
<para>Converts a measurement from documents to twips. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="val">
The <b>Integer</b> documents value to be converted to twips.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToTwips(System.Drawing.RectangleF)">
<summary>
<para>Converts rectangle coordinates from documents to twips.
</para>
</summary>
<param name="val">
A <see cref="T:System.Drawing.RectangleF"/> structure with values in documents, to be converted to twips.
</param>
<returns>A <see cref="T:System.Drawing.RectangleF"/> structure composed of four floating-point numbers that represent the location and size of a rectangle.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToTwipsF(System.Single)">
<summary>
<para>Converts a measurement from documents to twips. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="val">
The <b>Single</b> value measured in documents to be converted to twips.
</param>
<returns>A <b>Single</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToTwipsL(System.Int64)">
<summary>
<para>Converts measurements from 64-bit signed integers to twips.
</para>
</summary>
<param name="val">
The <see cref="T:System.Int64"/> with values in documents to be converted to twips.
</param>
<returns>A <see cref="T:System.Int64"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.HundredthsOfInchToDocuments(System.Int32)">
<summary>
<para>Converts a measurement from hundredths of an inch to documents. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="val">
The <b>Integer</b> hundredths of an inch value to be converted to documents.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.HundredthsOfInchToDocuments(System.Drawing.Size)">
<summary>
<para>Converts measurements in the Size structure from hundredths of an inch to documents.
</para>
</summary>
<param name="val">
The <see cref="T:System.Drawing.Size"/> with values in hundredths of an inch to be converted to documents.
</param>
<returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.HundredthsOfInchToTwips(System.Drawing.Size)">
<summary>
<para>Converts measurements in the Size structure from hundredths of an inch to twips.
</para>
</summary>
<param name="val">
The <see cref="T:System.Drawing.Size"/> with values in hundredths of an inch to be converted to twips.
</param>
<returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.HundredthsOfInchToTwips(System.Int32)">
<summary>
<para>Converts a measurement from hundredths of an inch to twips. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="val">
The <b>Integer</b> hundredths of an inch value to be converted to twips.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.HundredthsOfMillimeterToDocuments(System.Int32)">
<summary>
<para>Converts a measurement from hundredths of a millimeter to documents. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="val">
The <b>Integer</b> hundredths of millimeter value to be converted to documents.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.HundredthsOfMillimeterToDocuments(System.Drawing.Size)">
<summary>
<para>Converts measurements from hundredths of a millimeter to documents.
</para>
</summary>
<param name="val">
The <see cref="T:System.Drawing.Size"/> with values in hundredths of a millimeter to be converted to documents.
</param>
<returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.HundredthsOfMillimeterToPixels(System.Drawing.Size,System.Single,System.Single)">
<summary>
<para>Converts a measurement from hundredths of a millimeter to pixels.
</para>
</summary>
<param name="val">
The <see cref="T:System.Drawing.Size"/> with values in hundredths of a millimeter to be converted to pixels.
</param>
<param name="dpiX">
A dpi value used for conversion of the X-coordinate.
</param>
<param name="dpiY">
A dpi value used for conversion of the Y-coordinate.
</param>
<returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.HundredthsOfMillimeterToPixels(System.Int32,System.Single)">
<summary>
<para>Converts a measurement from hundredths of a millimeter to pixels. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="val">
The <b>Integer</b> hundredths of a millimeter value to be converted to pixels.
</param>
<param name="dpi">
The dpi value used for conversion.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.HundredthsOfMillimeterToTwips(System.Drawing.Size)">
<summary>
<para>Converts measurements from hundredths of a millimeter to twips.
</para>
</summary>
<param name="val">
The <see cref="T:System.Drawing.Size"/> with values in hundredths of a millimeter to be converted to twips.
</param>
<returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.HundredthsOfMillimeterToTwips(System.Int32)">
<summary>
<para>Converts a measurement from hundredths of a millimeter to twips. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="val">
The <b>Integer</b> hundredths of millimeter value to be converted to twips.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.InchesToDocumentsF(System.Single)">
<summary>
<para>Converts a measurement from inches to documents. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="value">
The <b>Single</b> inches value to be converted to documents.
</param>
<returns>A <b>Single</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.InchesToPointsF(System.Single)">
<summary>
<para>Converts a measurement from inches to documents. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="value">
The <b>Single</b> inches value to be converted to documents.
</param>
<returns>A <b>Single</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.InchesToTwipsF(System.Single)">
<summary>
<para>Converts a measurement from inches to twips. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="value">
The <see cref="T:System.Single"/> inches value to be converted to twips.
</param>
<returns>A <see cref="T:System.Single"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.MillimetersToDocumentsF(System.Single)">
<summary>
<para>Converts a measurement from millimeters to documents. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="value">
The <b>Single</b> millimeters value to be converted to documents.
</param>
<returns>A <b>Single</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.MillimetersToPoints(System.Int32)">
<summary>
<para>Converts a measurement from millimeters to points. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="value">
The <b>Integer</b> millimeters value to be converted to points.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.MillimetersToPointsF(System.Single)">
<summary>
<para>Converts a measurement from millimeters to points. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="value">
A <b>Single</b> value in millimeters to be converted to points.
</param>
<returns>A <b>Single</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.MillimetersToTwipsF(System.Single)">
<summary>
<para>Converts a measurement from millimeters to twips. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="value">
The <see cref="T:System.Single"/> millimeters value to be converted to twips.
</param>
<returns>A <see cref="T:System.Single"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PicasToDocumentsF(System.Single)">
<summary>
<para>Converts a measurement from picas to documents. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="value">
The <b>Single</b> picas value to be converted to documents.
</param>
<returns>A <b>Single</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PicasToTwipsF(System.Single)">
<summary>
<para>Converts a measurement from picas to twips. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="value">
The <see cref="T:System.Single"/> picas value to be converted to twips.
</param>
<returns>A <see cref="T:System.Single"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToDocuments(System.Double,System.Single)">
<summary>
<para>Converts a measurement from pixels to documents. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="val">
The <b>Integer</b> pixels value to be converted to documents.
</param>
<param name="dpi">
A dpi value used for conversion.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToDocuments(System.Int32,System.Single)">
<summary>
<para>Converts a measurement from pixels to documents. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="val">
The <b>Integer</b> pixels value to be converted to documents.
</param>
<param name="dpi">
A dpi value used for conversion.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToDocuments(System.Drawing.Size,System.Single,System.Single)">
<summary>
<para>Converts measurements from pixels to documents.
</para>
</summary>
<param name="size">
The <see cref="T:System.Drawing.Size"/> structure in pixels to be converted to documents.
</param>
<param name="dpiX">
A dpi value used for conversion of the X-coordinate.
</param>
<param name="dpiY">
A dpi value used for conversion of the Y-coordinate.
</param>
<returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToDocuments(System.Drawing.Point,System.Single,System.Single)">
<summary>
<para>Converts point coordinates from pixels to documents.
</para>
</summary>
<param name="point">
The <see cref="T:System.Drawing.Point"/> to be converted from pixels to documents.
</param>
<param name="dpiX">
A dpi value used for conversion of the X-coordinate.
</param>
<param name="dpiY">
A dpi value used for conversion of the Y-coordinate.
</param>
<returns>A <see cref="T:System.Drawing.Point"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToDocuments(System.Drawing.Rectangle,System.Single,System.Single)">
<summary>
<para>Converts a rectangle from pixels to documents.
</para>
</summary>
<param name="rect">
The <see cref="T:System.Drawing.Rectangle"/> with measurements in pixels to be converted to documents.
</param>
<param name="dpiX">
A dpi value used for conversion of the X-coordinate.
</param>
<param name="dpiY">
A dpi value used for conversion of the Y-coordinate.
</param>
<returns>A <see cref="T:System.Drawing.Rectangle"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToDocuments(System.Drawing.RectangleF,System.Single,System.Single)">
<summary>
<para>Converts rectangle coordinates from pixels to documents.
</para>
</summary>
<param name="rect">
A <see cref="T:System.Drawing.RectangleF"/> structure with values in pixels, to be converted to documents.
</param>
<param name="dpiX">
A dpi value used for conversion of the X-coordinate.
</param>
<param name="dpiY">
A dpi value used for conversion of the Y-coordinate.
</param>
<returns>A <see cref="T:System.Drawing.RectangleF"/> structure composed of four floating-point numbers that represent the location and size of a rectangle.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToDocumentsF(System.Single,System.Single)">
<summary>
<para>Converts a measurement from pixels to documents. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="val">
The <see cref="T:System.Single"/> pixels value to be converted to documents.
</param>
<param name="dpi">
A dpi value of the <see cref="T:System.Single"/> type used for conversion.
</param>
<returns>A <see cref="T:System.Single"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToHundredthsOfInch(System.Int32,System.Single)">
<summary>
<para>Converts a measurement from pixels to hundredths of an inch. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="val">
An <b>Integer</b> pixels value to be converted to hundredths of an inch.
</param>
<param name="dpi">
A dpi value of the <see cref="T:System.Single"/> type used for conversion.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToHundredthsOfInch(System.Drawing.Size,System.Single)">
<summary>
<para>Converts measurements from pixels to hundredths of an inch.
</para>
</summary>
<param name="val">
The <see cref="T:System.Drawing.Size"/> in pixels to be converted to hundredths of an inch.
</param>
<param name="dpi">
A dpi value of the <see cref="T:System.Single"/> type used for conversion.
</param>
<returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToHundredthsOfMillimeter(System.Drawing.Size,System.Single,System.Single)">
<summary>
<para>Converts measurements from pixels to hundredths of a millimeter.
</para>
</summary>
<param name="val">
The <see cref="T:System.Drawing.Size"/> in pixels to be converted to hundredths of a millimeter.
</param>
<param name="dpiX">
A dpi value to be used for conversion of the X-coordinate.
</param>
<param name="dpiY">
A dpi value to be used for conversion of the Y-coordinate.
</param>
<returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToHundredthsOfMillimeter(System.Int32,System.Single)">
<summary>
<para>Converts a measurement from pixels to hundredths of a millimeter. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="val">
An <b>Integer</b> pixels value to be converted to hundredths of a millimeter,
</param>
<param name="dpi">
A dpi value used for conversion.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToPoints(System.Int32,System.Single)">
<summary>
<para>Converts a measurement from pixels to points.
</para>
</summary>
<param name="val">
The <b>Integer</b> pixels value to be converted to points.
</param>
<param name="dpi">
A dpi value used for conversion.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToPointsF(System.Single,System.Single)">
<summary>
<para>Converts a measurement from pixels to points.
</para>
</summary>
<param name="val">
The <see cref="T:System.Single"/> pixels value to be converted to points.
</param>
<param name="dpi">
A dpi value of the <see cref="T:System.Single"/> type used for conversion.
</param>
<returns>A <see cref="T:System.Single"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToTwips(System.Drawing.Size,System.Single,System.Single)">
<summary>
<para>Converts measurements from pixels to twips.
</para>
</summary>
<param name="size">
The <see cref="T:System.Drawing.Size"/> in pixels to be converted to twips.
</param>
<param name="dpiX">
A dpi value of the <see cref="T:System.Single"/> type to be used for conversion of the X-coordinate.
</param>
<param name="dpiY">
[To be supplied]
</param>
<returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToTwips(System.Int32,System.Single)">
<summary>
<para>Converts a measurement from pixels to twips. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="val">
An <b>Integer</b> pixels value to be converted to hundredths of a millimeter,
</param>
<param name="dpi">
A dpi value of the <see cref="T:System.Single"/> type to be used for conversion of the X-coordinate.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToTwips(System.Drawing.Rectangle,System.Single,System.Single)">
<summary>
<para>Converts a rectangle from pixels to twips.
</para>
</summary>
<param name="rect">
The <see cref="T:System.Drawing.Rectangle"/> with measurements in pixels to be converted to documents.
</param>
<param name="dpiX">
A dpi value of the <see cref="T:System.Single"/> type to be used for conversion of the X-coordinate.
</param>
<param name="dpiY">
[To be supplied]
</param>
<returns>A <see cref="T:System.Drawing.Rectangle"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToTwipsF(System.Single,System.Single)">
<summary>
<para>Converts a measurement from pixels to twips. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="val">
The <see cref="T:System.Single"/> pixels value to be converted to points.
</param>
<param name="dpi">
A dpi value of the <see cref="T:System.Single"/> type used for conversion.
</param>
<returns>A <see cref="T:System.Single"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToTwipsL(System.Int64,System.Single)">
<summary>
<para>Converts a measurement from pixels to twips. Returns the converted measurement as an <b>Int64</b>.
</para>
</summary>
<param name="val">
The <b><see cref="T:System.Int64"/></b> pixels value to be converted to twips.
</param>
<param name="dpi">
A dpi value of the <see cref="T:System.Single"/> type used for conversion.
</param>
<returns>An <b><see cref="T:System.Int64"/></b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PointsToDocuments(System.Int32)">
<summary>
<para>Converts a measurement from points to documents. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="val">
The <b>Integer</b> points value to be converted to documents.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PointsToDocumentsF(System.Single)">
<summary>
<para>Converts a measurement from points to documents. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="value">
The <b>Single</b> points value to be converted to documents.
</param>
<returns>A <b>Single</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PointsToTwips(System.Int32)">
<summary>
<para>Converts a measurement from points to twips. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="value">
The <b>Integer</b> points value to be converted to twips.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.PointsToTwipsF(System.Single)">
<summary>
<para>Converts a measurement from points to twips. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="value">
The <b>Single</b> points value to be converted to twips.
</param>
<returns>A <see cref="T:System.Single"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToCentimetersF(System.Single)">
<summary>
<para>Converts a measurement from twips to centimeters. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="value">
The <see cref="T:System.Single"/> twips value to be converted to centimeters.
</param>
<returns>A <see cref="T:System.Single"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToDocuments(System.Int32)">
<summary>
<para>Converts a measurement from twips to documents. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="val">
The <b>Integer</b> twips value to be converted to documents.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToDocuments(System.Drawing.Rectangle)">
<summary>
<para>Converts a rectangle from documents to twips.
</para>
</summary>
<param name="val">
The <see cref="T:System.Drawing.Rectangle"/> with values in twips, to be converted to documents.
</param>
<returns>A <see cref="T:System.Drawing.Rectangle"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToDocuments(System.Drawing.RectangleF)">
<summary>
<para>Converts rectangle coordinates from twips to documents.
</para>
</summary>
<param name="val">
A <see cref="T:System.Drawing.RectangleF"/> structure with values in twips, to be converted to documents.
</param>
<returns>A <see cref="T:System.Drawing.RectangleF"/> structure composed of four floating-point numbers that represent the location and size of a rectangle.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToDocumentsF(System.Single)">
<summary>
<para>Converts a measurement from twips to documents. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="value">
The <see cref="T:System.Single"/> twips value to be converted to documents.
</param>
<returns>A <see cref="T:System.Single"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToDocumentsL(System.Int64)">
<summary>
<para>Converts a measurement from twips to documents. Returns the converted measurement as an <b>Int64</b>.
</para>
</summary>
<param name="val">
The <see cref="T:System.Int64"/> twips value to be converted to documents.
</param>
<returns>An <see cref="T:System.Int64"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToHundredthsOfInch(System.Int32)">
<summary>
<para>Converts a measurement from twips to hundredths of an inch. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="val">
The <b>Integer</b> twips value to be converted to hundredths of an inch.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToHundredthsOfInch(System.Drawing.Size)">
<summary>
<para>Converts measurements in the Size structure from twips to hundredths of an inch.
</para>
</summary>
<param name="val">
The <see cref="T:System.Drawing.Size"/> values in twips to be converted to hundredths of an inch.
</param>
<returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToHundredthsOfMillimeter(System.Drawing.Size)">
<summary>
<para>Converts measurements from twips to hundredths of a millimeter.
</para>
</summary>
<param name="val">
The <see cref="T:System.Drawing.Size"/> in twips to be converted to hundredths of a millimeter.
</param>
<returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToInchesF(System.Single)">
<summary>
<para>Converts a measurement from twips to inches. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="value">
The <see cref="T:System.Single"/> twips value to be converted to inches.
</param>
<returns>A <see cref="T:System.Single"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToMillimetersF(System.Single)">
<summary>
<para>Converts a measurement from twips to millimeters. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="value">
The <see cref="T:System.Single"/> twips value to be converted to millimeters.
</param>
<returns>A <see cref="T:System.Single"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToPixels(System.Drawing.Rectangle,System.Single,System.Single)">
<summary>
<para>Converts a rectangle from twips to pixels.
</para>
</summary>
<param name="val">
The <see cref="T:System.Drawing.Rectangle"/> with values in twips, to be converted to pixels.
</param>
<param name="dpiX">
A dpi value of the <see cref="T:System.Single"/> type used for conversion of the X-coordinate.
</param>
<param name="dpiY">
A dpi value of the <see cref="T:System.Single"/> type used for conversion of the Y-coordinate.
</param>
<returns>A <see cref="T:System.Drawing.Rectangle"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToPixels(System.Int32,System.Single)">
<summary>
<para>Converts a measurement from twips to pixels. Returns the converted measurement as an <b>Integer</b>.
</para>
</summary>
<param name="val">
The <b>Integer</b> documents value to be converted to pixels.
</param>
<param name="dpi">
A dpi value of the <see cref="T:System.Single"/> type used for conversion.
</param>
<returns>An <b>Integer</b> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToPixels(System.Drawing.Point,System.Single,System.Single)">
<summary>
<para>Converts point coordinates from twips to pixels.
</para>
</summary>
<param name="val">
The <see cref="T:System.Drawing.Point"/> with values in twips, to be converted to pixels.
</param>
<param name="dpiX">
A dpi value of the <see cref="T:System.Single"/> type used for conversion of the X-coordinate.
</param>
<param name="dpiY">
[To be supplied]
</param>
<returns>A <see cref="T:System.Drawing.Point"/> structure.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToPixelsF(System.Single,System.Single)">
<summary>
<para>Converts a measurement from twips to pixels. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="val">
The <see cref="T:System.Single"/> twips value to be converted to pixels.
</param>
<param name="dpi">
A dpi value of the <see cref="T:System.Single"/> type used for conversion.
</param>
<returns>A <see cref="T:System.Single"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToPixelsL(System.Int64,System.Single)">
<summary>
<para>Converts a measurement from twips to pixels. Returns the converted measurement as an <b>Int64</b>.
</para>
</summary>
<param name="val">
The <see cref="T:System.Int64"/> twips value to be converted to pixels.
</param>
<param name="dpi">
The <see cref="T:System.Int64"/> twips value to be converted to pixels.
</param>
<returns>An <see cref="T:System.Int64"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToPointsF(System.Single)">
<summary>
<para>Converts a measurement from twips to points. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="val">
The <see cref="T:System.Single"/> twips value to be converted to points.
</param>
<returns>A <see cref="T:System.Single"/> value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToPointsFRound(System.Single)">
<summary>
<para>Converts a measurement from twips to points and rounds the result. Returns the converted measurement as a <b>Single</b>.
</para>
</summary>
<param name="val">
The <see cref="T:System.Single"/> twips value to be converted to points.
</param>
<returns>A <see cref="T:System.Single"/> value.
</returns>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.SectionLineNumbering">
<summary>
<para>Defines line numbers in the left margin or to the left of each column in the document's <see cref="T:DevExpress.XtraRichEdit.API.Native.Section"/>.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SectionLineNumbering.CountBy">
<summary>
<para>Gets or sets the line number increments to be displayed in the current document.
</para>
</summary>
<value>An integer by which the line number increments.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SectionLineNumbering.Distance">
<summary>
<para>Gets or sets the distance between the line number and the start of the line.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value specifying the line numbering indent, measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SectionLineNumbering.RestartType">
<summary>
<para>Gets or sets when the line numbering should be reset to the line number specified by the <see cref="P:DevExpress.XtraRichEdit.API.Native.SectionLineNumbering.Start"/> value.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.LineNumberingRestart"/> enumeration member, specifying the restart type. By default, it is set to <see cref="F:DevExpress.XtraRichEdit.API.Native.LineNumberingRestart.NewPage"/>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SectionLineNumbering.Start">
<summary>
<para>Gets or sets the starting value used for the first line.
</para>
</summary>
<value>An integer specifying the line number of the first line.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditViewRepository">
<summary>
<para>Represents a repository for the views of the Rich Edit control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditViewRepository.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.XtraRichEdit.RichEditViewRepository.DraftView">
<summary>
<para>Provides access to the <b>Draft View</b> of the RichEditControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DraftView"/> object representing the Draft view of the control.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditViewRepository.PrintLayoutView">
<summary>
<para>Provides access to the <b>Print Layout View</b> of the RichEditControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.PrintLayoutView"/> object representing the Print layout view of the control.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditViewRepository.SimpleView">
<summary>
<para>Provides access to the <b>Simple View</b> of the RichEditControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.SimpleView"/> object representing the Simple view of the control.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditViewRepository.ToString">
<summary>
<para>Overrides the base class method to clear the text representation of an object.
</para>
</summary>
<returns>An empty string.
</returns>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ZoomInCommand">
<summary>
<para>Represents a command used to get a close-up view of the document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ZoomInCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ZoomInCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ZoomInCommand.Id">
<summary>
<para>Gets the ID of the ZoomInCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ZoomOutCommand">
<summary>
<para>Represents a command used to "zoom out " the document to see more of the page at a reduced size.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ZoomOutCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ZoomOutCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ZoomOutCommand.Id">
<summary>
<para>Gets the ID of the ZoomOutCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.DocumentExportCapabilities">
<summary>
<para>Represents the base class for options used for saving (exporting) documents in different formats.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentExportCapabilities.Bookmarks">
<summary>
<para>Gets or sets whether bookmarks support is required for correct export of the document.
</para>
</summary>
<value><b>true</b> if the document contains bookmarks; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentExportCapabilities.CharacterFormatting">
<summary>
<para>Gets or sets whether the document contains non-default character formatting.
</para>
</summary>
<value><b>true</b> if the document contains non-default character formatting; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentExportCapabilities.Contains(DevExpress.XtraRichEdit.DocumentExportCapabilities)">
<summary>
<para>Determines whether the current capabilities are a superset of the specified capabilities.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.XtraRichEdit.DocumentExportCapabilities"/> object to test.
</param>
<returns><b>true</b> if the current capabilities contain the specified capabilities; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentExportCapabilities.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current DocumentExportCapabilities instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current DocumentExportCapabilities instance; otherwise <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentExportCapabilities.Footers">
<summary>
<para>Gets or sets whether footers support is required to export the document correctly.
</para>
</summary>
<value><b>true</b> if the document contains footers; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentExportCapabilities.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current DocumentExportCapabilities object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentExportCapabilities.Headers">
<summary>
<para>Gets or sets whether headers support is required to export the document correctly.
</para>
</summary>
<value><b>true</b> if the document contains headers; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentExportCapabilities.Hyperlinks">
<summary>
<para>Gets or sets whether headers support is required to export the document correctly.
</para>
</summary>
<value><b>true</b> if the document contains headers; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentExportCapabilities.InlineObjects">
<summary>
<para>Gets or sets whether the document contains in-line objects.
</para>
</summary>
<value><b>true</b> if the document contains in-line objects; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentExportCapabilities.InlinePictures">
<summary>
<para>Gets or sets whether the document contains in-line images.
</para>
</summary>
<value><b>true</b> if the document contains in-line images; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentExportCapabilities.ParagraphFormatting">
<summary>
<para>Gets or sets whether the document contains non-default paragraph formatting.
</para>
</summary>
<value><b>true</b> if the document contains non-default paragraph formatting; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentExportCapabilities.Sections">
<summary>
<para>Gets or sets whether the document formatting contains section partitioning.
</para>
</summary>
<value><b>true</b> if the formatting contains section partitioning; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentExportCapabilities.Styles">
<summary>
<para>Gets or sets whether the document formatting contains styles.
</para>
</summary>
<value><b>true</b> if the formatting contains styles; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentExportCapabilities.ToString">
<summary>
<para>Converts the numeric value of this instance to its equivalent string representation.
</para>
</summary>
<returns>The string representation of the value of this instance.
</returns>
</member>
<member name="T:DevExpress.XtraRichEdit.Import.IImporterOptions">
<summary>
<para>Defines options for the document being imported.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.Import.IImporterOptions.SourceUri">
<summary>
<para>Gets or sets the URI of the document being imported.
</para>
</summary>
<value>A string representing the document URI.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Import.WordMLDocumentImporterOptions">
<summary>
<para>Contains options used for loading (importing) documents in WordprocessingML (aka MS Word 2003 XML format).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Import.WordMLDocumentImporterOptions.#ctor">
<summary>
<para>Initializes a new instance of the WordMLDocumentImporterOptions class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Import.RtfDocumentImporterOptions">
<summary>
<para>Contains options used for loading (importing) documents in RTF format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Import.RtfDocumentImporterOptions.#ctor">
<summary>
<para>Initializes a new instance of the RtfDocumentImporterOptions class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Import.RtfDocumentImporterOptions.CopyFrom(DevExpress.XtraRichEdit.Import.IImporterOptions)">
<summary>
<para>Copies the properties of the specified object, exposing the <see cref="T:DevExpress.XtraRichEdit.Import.IImporterOptions"/> interface, into the instance of the RtfDocumentImporterOptions class that this method is called from.
</para>
</summary>
<param name="value">
An object supporting the <see cref="T:DevExpress.XtraRichEdit.Import.IImporterOptions"/> interface that contains the properties to copy.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.Import.RichEditDocumentImportOptions">
<summary>
<para>Contains options used for loading (importing) documents.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Import.RichEditDocumentImportOptions.#ctor">
<summary>
<para>Initializes a new instance of the RichEditDocumentImportOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.Import.RichEditDocumentImportOptions.FallbackFormat">
<summary>
<para>Gets or sets the format that is used if no distinct format can be specified or recognized.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the import format.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Import.RichEditDocumentImportOptions.Html">
<summary>
<para>Provides access to options specific for importing documents in HTML format.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraRichEdit.Import.HtmlDocumentImporterOptions"/> object containing import settings.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Import.RichEditDocumentImportOptions.Mht">
<summary>
<para>Provides access to options specific for importing documents in Mht (Web Archive) format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Import.MhtDocumentImporterOptions"/> object containing import settings.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Import.RichEditDocumentImportOptions.OpenDocument">
<summary>
<para>Provides access to options specific for importing documents in OpenDocument text (.odt) format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Import.OpenDocumentImporterOptions"/> object containing import settings.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Import.RichEditDocumentImportOptions.OpenXml">
<summary>
<para>Provides access to options specific for importing documents in OpenXml format (aka default MS Office 2007 format or .docx).
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Import.OpenXmlDocumentImporterOptions"/> object containing import settings.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Import.RichEditDocumentImportOptions.PlainText">
<summary>
<para>Provides access to options specific for importing documents in plain text format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Import.PlainTextDocumentImporterOptions"/> object containing import settings.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Import.RichEditDocumentImportOptions.Rtf">
<summary>
<para>Provides access to options specific for importing documents in RTF format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Import.RtfDocumentImporterOptions"/> object containing import settings.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Import.RichEditDocumentImportOptions.WordML">
<summary>
<para>Provides access to options specific for importing documents in WordML format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Import.WordMLDocumentImporterOptions"/> object containing import settings.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Import.PlainTextDocumentImporterOptions">
<summary>
<para>Contains options used for loading (importing) the plain text document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Import.PlainTextDocumentImporterOptions.#ctor">
<summary>
<para>Initializes a new instance of the PlainTextDocumentImporterOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.Import.PlainTextDocumentImporterOptions.AutoDetectEncoding">
<summary>
<para>Gets or sets whether the XtraRichEdit will try to determine the encoding of the loaded text for correct display.
</para>
</summary>
<value><b>true</b> to switch the encoding autodetection on; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Import.PlainTextDocumentImporterOptions.CopyFrom(DevExpress.XtraRichEdit.Import.IImporterOptions)">
<summary>
<para>Copies the properties of the specified object exposing the <see cref="T:DevExpress.XtraRichEdit.Import.IImporterOptions"/> interface into the instance of the PlainTextDocumentImporterOptions class that this method is called from.
</para>
</summary>
<param name="value">
An object, supporting the <see cref="T:DevExpress.XtraRichEdit.Import.IImporterOptions"/> interface that contains the properties to copy.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Import.PlainTextDocumentImporterOptions.Encoding">
<summary>
<para>Gets or sets the encoding used to interpret characters in the document.
</para>
</summary>
<value>A <see cref="T:System.Text.Encoding"/> object providing the conversion between certain encoding and Unicode.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Import.OpenXmlDocumentImporterOptions">
<summary>
<para>Contains options used for loading (importing) the document in Open XML format (aka MS Word 2007 default format, .docx).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Import.OpenXmlDocumentImporterOptions.#ctor">
<summary>
<para>Initializes a new instance of the OpenXmlDocumentImporterOptions class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Import.OpenDocumentImporterOptions">
<summary>
<para>Contains options used for loading (importing) the document in OpenDocument text (.odt) format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Import.OpenDocumentImporterOptions.#ctor">
<summary>
<para>Initializes a new instance of the OpenDocumentImporterOptions class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Import.MhtDocumentImporterOptions">
<summary>
<para>Contains options used for loading (importing) the document in Mht (Web Archive) format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Import.MhtDocumentImporterOptions.#ctor">
<summary>
<para>Initializes a new instance of the MhtDocumentImporterOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.Import.MhtDocumentImporterOptions.SourceUri">
<summary>
<para>Overrides the corresponding property of the base class to hide it.
</para>
</summary>
<value>An empty string.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Import.HtmlDocumentImporterOptions">
<summary>
<para>Contains options used for loading (importing) the HTML document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Import.HtmlDocumentImporterOptions.#ctor">
<summary>
<para>Initializes a new instance of the HtmlDocumentImporterOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.Import.HtmlDocumentImporterOptions.AsyncImageLoading">
<summary>
<para>Gets or sets whether images are loaded synchronously or asynchronously when importing an HTML document.
</para>
</summary>
<value><b>true</b> to load images asynchronously; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Import.HtmlDocumentImporterOptions.AutoDetectEncoding">
<summary>
<para>Gets or sets whether the auto-detection of the charset of the html file is enabled.
</para>
</summary>
<value><b>true</b> to enable the auto-detect option; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Import.HtmlDocumentImporterOptions.CopyFrom(DevExpress.XtraRichEdit.Import.IImporterOptions)">
<summary>
<para>Copies the appropriate properties of the specified object into the current instance of the <b>HtmlDocumentImporterOptions</b> class.
</para>
</summary>
<param name="value">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.Import.IImporterOptions"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Import.HtmlDocumentImporterOptions.Encoding">
<summary>
<para>Gets or sets the encoding used to interpret characters in the document.
</para>
</summary>
<value>A <see cref="T:System.Text.Encoding"/> object providing the conversion between certain encoding and Unicode.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Import.HtmlDocumentImporterOptions.IgnoreMetaCharset">
<summary>
<para>Gets or sets whether the character encoding specified in the META element should be ignored.
</para>
</summary>
<value><b>true</b> to ignore character encoding in the META element; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Import.DocumentImporterOptions">
<summary>
<para>Represents the base class for options used for loading (importing) the document in different formats.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Import.DocumentImporterOptions.CopyFrom(DevExpress.XtraRichEdit.Import.IImporterOptions)">
<summary>
<para>Copies the appropriate properties of the specified object into the current instance of the <b>DocumentImporterOptions</b> class.
</para>
</summary>
<param name="value">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.Import.IImporterOptions"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Import.DocumentImporterOptions.SourceUri">
<summary>
<para>Gets or sets the base URI for the external content of the document.
</para>
</summary>
<value>A string representing a base URI used for constructing an actual URI.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Export.WordMLDocumentExporterOptions">
<summary>
<para>Contains options used for saving (exporting) documents in WordprocessingML (aka MS Word 2003 XML format).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Export.WordMLDocumentExporterOptions.#ctor">
<summary>
<para>Initializes a new instance of the WordMLDocumentExporterOptions class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Export.RtfDocumentExporterOptions">
<summary>
<para>Contains options for exporting the document in RTF format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Export.RtfDocumentExporterOptions.#ctor">
<summary>
<para>Initializes a new instance of the RtfDocumentExporterOptions class.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.RtfDocumentExporterOptions.Compatibility">
<summary>
<para>Provides access to options affecting the compatibility of exported files with different RTF editors.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Export.RtfDocumentExporterCompatibilityOptions"/> object containing certain options that affect export compatibility.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Export.RtfDocumentExporterOptions.CopyFrom(DevExpress.XtraRichEdit.Export.IExporterOptions)">
<summary>
<para>Copies the appropriate properties of the specified object into the current instance of the <b>RtfDocumentExporterOptions</b> class.
</para>
</summary>
<param name="value">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.Export.IExporterOptions"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.RtfDocumentExporterOptions.ExportFinalParagraphMark">
<summary>
<para> Enables you to add the '\par' tag to the end of RTF content.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraRichEdit.Export.Rtf.ExportFinalParagraphMark"/> enumeration member. Default is <see cref="F:DevExpress.XtraRichEdit.Export.Rtf.ExportFinalParagraphMark.Never"/>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.RtfDocumentExporterOptions.ListExportFormat">
<summary>
<para>Gets or sets the way the lists are represented in the exported RTF document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Export.Rtf.RtfNumberingListExportFormat"/> enumeration member specifying how the lists are exported.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.RtfDocumentExporterOptions.WrapContentInGroup">
<summary>
<para>This property is intended for internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Export.RichEditDocumentExportOptions">
<summary>
<para>Contains options used for saving (exporting) documents.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Export.RichEditDocumentExportOptions.#ctor">
<summary>
<para>Initializes a new instance of the RichEditDocumentExportOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.RichEditDocumentExportOptions.Html">
<summary>
<para>Provides access to options specific for export to HTML format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions"/> object containing export settings.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.RichEditDocumentExportOptions.Mht">
<summary>
<para>Provides access to options specific for export to Mht ("Web Archive") format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Export.MhtDocumentExporterOptions"/> object containing export settings.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.RichEditDocumentExportOptions.OpenDocument">
<summary>
<para>Provides access to options specific for export to OpenDocument text (.odt) format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Export.OpenDocumentExporterOptions"/> object containing export settings.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.RichEditDocumentExportOptions.OpenXml">
<summary>
<para>Provides access to options specific for export to Open XML format (aka default MS Office 2007 format or .docx).
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Export.OpenXmlDocumentExporterOptions"/> object containing export settings.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.RichEditDocumentExportOptions.PlainText">
<summary>
<para>Provides access to options specific for export to plain text format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Export.PlainTextDocumentExporterOptions"/> object containing export settings.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.RichEditDocumentExportOptions.Rtf">
<summary>
<para>Provides access to options specific for export to RTF format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Export.RtfDocumentExporterOptions"/> object containing RTF-specific export options.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.RichEditDocumentExportOptions.WordML">
<summary>
<para>Provides access to options specific for export to WordML (MS Office 2003 WordprocessingML) format.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Export.WordMLDocumentExporterOptions"/> object containing export settings.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Export.PlainTextDocumentExporterOptions">
<summary>
<para>Contains options used for saving (exporting) the plain text document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Export.PlainTextDocumentExporterOptions.#ctor">
<summary>
<para>Initializes a new instance of the PlainTextDocumentExporterOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Export.PlainTextDocumentExporterOptions.CopyFrom(DevExpress.XtraRichEdit.Export.IExporterOptions)">
<summary>
<para>Copies the appropriate properties of the specified object into the current instance of the PlainTextDocumentExporterOptions class.
</para>
</summary>
<param name="value">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.Export.IExporterOptions"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.PlainTextDocumentExporterOptions.Encoding">
<summary>
<para>Gets or sets the character encoding for exported text.
</para>
</summary>
<value>A <see cref="T:System.Text.Encoding"/> value.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.PlainTextDocumentExporterOptions.ExportBulletsAndNumbering">
<summary>
<para>Gets or sets whether document lists are distinguished by bullet symbols or numbers in the text output.
</para>
</summary>
<value><b>true</b> to retain bullet symbols or numbers in the output; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.PlainTextDocumentExporterOptions.ExportHiddenText">
<summary>
<para>Gets or sets whether or not to export hidden text as plain text.
</para>
</summary>
<value><b>true</b> to include text marked as hidden to the exported plain text; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.PlainTextDocumentExporterOptions.FieldCodeEndMarker">
<summary>
<para>Gets or sets a character or a string used to mark the end of a field code in the resulting text.
</para>
</summary>
<value>A string that marks the end of the field code.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.PlainTextDocumentExporterOptions.FieldCodeStartMarker">
<summary>
<para>Gets or sets a character or a string used to mark the start of a field code in the resulting text.
</para>
</summary>
<value>A string that marks the beginning of the field code.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.PlainTextDocumentExporterOptions.FieldResultEndMarker">
<summary>
<para>Gets or sets a character or a string used to mark the end of a field result in the exported text.
</para>
</summary>
<value>A string that marks the end of the field result.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Export.OpenXmlDocumentExporterOptions">
<summary>
<para>Contains options used for saving (exporting) the document in Open XML format (aka MS Word 2007 default format, .docx).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Export.OpenXmlDocumentExporterOptions.#ctor">
<summary>
<para>Initializes a new instance of the OpenXmlDocumentExporterOptions class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Export.OpenDocumentExporterOptions">
<summary>
<para>Contains options used for saving (exporting) the document in OpenDocument text (.odt) format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Export.OpenDocumentExporterOptions.#ctor">
<summary>
<para>Initializes a new instance of the OpenDocumentExporterOptions class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Export.MhtDocumentExporterOptions">
<summary>
<para>Contains options used for saving (exporting) the document in Mht (Web Archive) format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Export.MhtDocumentExporterOptions.#ctor">
<summary>
<para>Initializes a new instance of the MhtDocumentExporterOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.MhtDocumentExporterOptions.EmbedImages">
<summary>
<para>Overrides the corresponding property of the base class, to hide it.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Export.Rtf.RtfNumberingListExportFormat">
<summary>
<para>Enumerates list representations in the resulting RTF file.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Export.Rtf.RtfNumberingListExportFormat.PlainTextFormat">
<summary>
<para>Lists are saved as plain text only, no specific RTF autonumber instructions are included.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Export.Rtf.RtfNumberingListExportFormat.RtfFormat">
<summary>
<para>Lists are saved as text with autonumber instructions, as the RTF standard defines.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Export.Html.UriExportType">
<summary>
<para>Lists types of paths used in exported documents to specify links to external content.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Export.Html.UriExportType.Absolute">
<summary>
<para>The exported document contains absolute paths to external content.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Export.Html.UriExportType.Relative">
<summary>
<para>The exported document contains relative paths to external content.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Export.Html.HtmlNumberingListExportFormat">
<summary>
<para>Enumerates possible ways to represent lists in the resulting HTML document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Export.Html.HtmlNumberingListExportFormat.HtmlFormat">
<summary>
<para>Uses HTML tags to mark lists.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Export.Html.HtmlNumberingListExportFormat.PlainTextFormat">
<summary>
<para>Uses characters to mark lists.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Export.Html.ExportRootTag">
<summary>
<para>Lists root HTML tags available for export.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Export.Html.ExportRootTag.Body">
<summary>
<para>Specifies the @lt;BODY@gt; tag as the root tag for export.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Export.Html.ExportRootTag.Html">
<summary>
<para>Specifies the @lt;HTML@gt; tag as the root tag for export.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Export.Html.CssPropertiesExportType">
<summary>
<para>Lists possible ways to export style information.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Export.Html.CssPropertiesExportType.ExportToCurrentFile">
<summary>
<para>Saves style sheets incorporated in the main document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Export.Html.CssPropertiesExportType.ExportToSeparateFile">
<summary>
<para>Saves style sheets in a separate CSS file.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Export.Html.CssPropertiesExportType.Inline">
<summary>
<para>CSS is embedded by placing it as an attribute to an HTML tag.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Export.Html.CssPropertiesExportType.Link">
<summary>
<para>CSS is included as a link to an external CSS-file.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Export.Html.CssPropertiesExportType.Style">
<summary>
<para>CSS is included in a @lt;STYLE@gt; tag.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.SectionPage">
<summary>
<para>Provides access to the page settings of a section.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SectionPage.Height">
<summary>
<para>Gets or sets the page's height.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value specifying the page's height measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SectionPage.Landscape">
<summary>
<para>Gets or sets a value that specifies whether the page's orientation is landscape.
</para>
</summary>
<value><b>true</b> if the page's orientation is landscape; <b>false</b>, if the page has the standard portrait orientation.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SectionPage.PaperKind">
<summary>
<para>Gets or sets a value that specifies the page's paper size.
</para>
</summary>
<value>One of <see cref="T:System.Drawing.Printing.PaperKind"/> enumeration values.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SectionPage.Width">
<summary>
<para>Gets or sets the page's width.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that specifies the page's width measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.SectionMargins">
<summary>
<para>Provides access to the properties of margins in a <see cref="T:DevExpress.XtraRichEdit.API.Native.Section"/>.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SectionMargins.Bottom">
<summary>
<para>Gets or sets a value that specifies the bottom margin.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that specifies the bottom margin measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SectionMargins.Left">
<summary>
<para>Gets or sets a value that specifies the left margin.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that specifies the left margin measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SectionMargins.Right">
<summary>
<para>Gets or sets a value that specifies the right margin.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that specifies the right margin measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SectionMargins.Top">
<summary>
<para>Gets or sets a value that specifies the top margin.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that specifies the top margin measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.SectionColumns">
<summary>
<para>Represents an interface for creating, applying and retrieving a column layout of a section in a document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SectionColumns.Count">
<summary>
<para>Gets the number of columns in the section.
</para>
</summary>
<value>An integer, representing the number of columns in the section.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SectionColumns.CreateUniformColumns(DevExpress.XtraRichEdit.API.Native.SectionPage,System.Single,System.Int32)">
<summary>
<para>Creates a uniform column layout using the current page settings.
</para>
</summary>
<param name="page">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.SectionPage"/> object representing a current page.
</param>
<param name="columnSpacing">
A <see cref="T:System.Single"/> value specifying the width of an individual column, measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/>.
</param>
<param name="columnCount">
An <see cref="T:System.Int32"/> value specifying the number of columns on a page. Must be greater than zero.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.SectionColumnCollection"/> object representing a collection of columns.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SectionColumns.CreateUniformColumns(System.Single,System.Single,System.Int32)">
<summary>
<para>Creates a uniform column layout using the specified settings.
</para>
</summary>
<param name="columnWidth">
A <see cref="T:System.Single"/> value specifying the width of an individual column, measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/>s.
</param>
<param name="columnSpacing">
A <see cref="T:System.Single"/> value specifying the spacing between adjacent columns, measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/>s.
</param>
<param name="columnCount">
An <see cref="T:System.Int32"/> value specifying the number of columns on a page. Must be greater than zero.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.SectionColumnCollection"/> object representing a collection of columns.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SectionColumns.GetColumns">
<summary>
<para>Gets the column layout of the current section.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.SectionColumnCollection"/> object representing columns in the current section.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SectionColumns.SetColumns(DevExpress.XtraRichEdit.API.Native.SectionColumnCollection)">
<summary>
<para>Applies the columns to the section.
</para>
</summary>
<param name="columns">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.SectionColumnCollection"/> representing the layout to be applied.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.Section">
<summary>
<para>An interface that defines a section within a document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Section.BeginUpdateFooter(DevExpress.XtraRichEdit.API.Native.HeaderFooterType)">
<summary>
<para>Starts editing the document's footer of the specified type.
</para>
</summary>
<param name="type">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.HeaderFooterType"/> enumeration value, representing the type of the footer open for editing.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.SubDocument"/> instance representing the footer being edited.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Section.BeginUpdateHeader(DevExpress.XtraRichEdit.API.Native.HeaderFooterType)">
<summary>
<para>Starts editing the document's header of the specified type.
</para>
</summary>
<param name="type">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.HeaderFooterType"/> enumeration value, representing the type of the header open for editing.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.SubDocument"/> instance representing the header being edited.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Section.Columns">
<summary>
<para>Provides access to the <see cref="T:DevExpress.XtraRichEdit.API.Native.SectionColumns"/> interface used for operations with columns in the document.
</para>
</summary>
<value>An object providing the <see cref="T:DevExpress.XtraRichEdit.API.Native.SectionColumns"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Section.DifferentFirstPage">
<summary>
<para>Gets or sets whether the first page can have different settings.
</para>
</summary>
<value><b>true</b> to enable different settings for the first page; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Section.EndUpdateFooter(DevExpress.XtraRichEdit.API.Native.SubDocument)">
<summary>
<para>Finalizes modifications of the document obtained via the document's range (e.g. via selection).
</para>
</summary>
<param name="document">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.SubDocument"/> instance obtained via the previously called <see cref="M:DevExpress.XtraRichEdit.API.Native.DocumentRange.BeginUpdateDocument"/> method.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Section.EndUpdateHeader(DevExpress.XtraRichEdit.API.Native.SubDocument)">
<summary>
<para>Finalizes editing of the section's header.
</para>
</summary>
<param name="document">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.SubDocument"/> instance, representing the header open for editing.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Section.HasFooter(DevExpress.XtraRichEdit.API.Native.HeaderFooterType)">
<summary>
<para>Gets whether a section has a footer of the specified type.
</para>
</summary>
<param name="type">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.HeaderFooterType"/> enumeration value specifying the footer type.
</param>
<returns><b>true</b> if the section has a footer of the specified type; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Section.HasHeader(DevExpress.XtraRichEdit.API.Native.HeaderFooterType)">
<summary>
<para>Gets whether a section has a header of the specified type.
</para>
</summary>
<param name="type">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.HeaderFooterType"/> enumeration value specifying the header type.
</param>
<returns><b>true</b> if the section has a header of the specified type; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Section.LineNumbering">
<summary>
<para>Provides access to the object containing line numbering parameters for the current section.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.SectionLineNumbering"/> class instance representing parameters specific to line numbering.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Section.Margins">
<summary>
<para>Provides access to an object used to specify or retrieve the section's margin settings.
</para>
</summary>
<value>An object exposing the <see cref="T:DevExpress.XtraRichEdit.API.Native.SectionMargins"/> interface used to control the section's margin settings.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Section.Page">
<summary>
<para>Provides access to an object used to specify or retrieve the section's page settings.
</para>
</summary>
<value>An object exposing the <see cref="T:DevExpress.XtraRichEdit.API.Native.SectionPage"/> interface used to control the section's page settings.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Section.Paragraphs">
<summary>
<para>Provides access to a collection of paragraphs within the section.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphCollection"/> interface defining a list of paragraphs in the section.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Section.StartType">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.ParagraphProperties">
<summary>
<para>Represents paragraph properties.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphProperties.Style">
<summary>
<para>Gets or sets the paragraph style applied to the current paragraph.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphStyle"/> object representing the style.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.ParagraphCollection">
<summary>
<para>An interface that defines a collection of <see cref="T:DevExpress.XtraRichEdit.API.Native.Paragraph"/> objects.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.MailMergeOptions">
<summary>
<para>Defines the options used for mail merge.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.MailMergeOptions.CopyTemplateStyles">
<summary>
<para>Gets or sets whether all styles contained in the template are copied to the resulting document.
</para>
</summary>
<value><b>true</b> to copy all styles to the merged document; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.MailMergeOptions.DataMember">
<summary>
<para>Gets or sets a specific data member in a data source that contains several tables or members.
</para>
</summary>
<value>A string value representing the data source member.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.MailMergeOptions.DataSource">
<summary>
<para>Gets or sets the data source for the mail merge.
</para>
</summary>
<value>An object that represents the data source from which the merged data is retrieved.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.MailMergeOptions.FirstRecordIndex">
<summary>
<para>Gets or sets the record index from which the merge starts.
</para>
</summary>
<value>An integer, specifying the starting record index.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.MailMergeOptions.LastRecordIndex">
<summary>
<para>Gets or sets the record index at which the merge finishes.
</para>
</summary>
<value>An integer, specifying the final record index.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.MailMergeOptions.MergeMode">
<summary>
<para>Gets or sets how the merged ranges are delimited in the resulting document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.MergeMode"/> enumeration value specifying the delimiter.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.ISearchResult">
<summary>
<para>Defines the interface used for text searching.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ISearchResult.CurrentResult">
<summary>
<para>Gets the search result.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the text range that matches the search string.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.ISearchResult.FindNext">
<summary>
<para>Performs a search.
</para>
</summary>
<returns><b>true</b> if the search text is found; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.ISearchResult.Replace(System.String)">
<summary>
<para>Performs a text replacement.
</para>
</summary>
<param name="replaceWith">
A replacement string.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.ISearchResult.Reset">
<summary>
<para>Restarts the search.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.FieldCollection">
<summary>
<para>Represents a collection of fields in the document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.FieldCollection.Add(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.String)">
<summary>
<para>Add a field specified by its codes to the field collection.
</para>
</summary>
<param name="start">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> representing the position at which the field is inserted.
</param>
<param name="code">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> representing the position at which the field is inserted.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Field"/> object representing the newly created field.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.FieldCollection.Add(DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Create a field from the specified range and add it to the field collection.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing a range transformed to a field.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Field"/> object representing the newly created field.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.FieldCollection.Update">
<summary>
<para>Updates all fields in the collection.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.Field">
<summary>
<para>Represents a field in the document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Field.CodeRange">
<summary>
<para>Gets the range containing the field codes.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the range occupied by the field's code.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Field.Range">
<summary>
<para>Gets the document range occupied by the field.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the range containing the field, including the codes and the field's result.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Field.ResultRange">
<summary>
<para>Gets the range containing the field result.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the range occupied with the field's result.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Field.ShowCodes">
<summary>
<para>Gets or sets whether to show the field's codes.
</para>
</summary>
<value><b>true</b> to show the field's codes; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Field.Update">
<summary>
<para>Updates the result of the field.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.DocumentRange">
<summary>
<para>An interface that defines a document range.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.DocumentRange.BeginUpdateDocument">
<summary>
<para>Starts modifying the document obtained via the document's range (e.g. via selection).
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.SubDocument"/> instance allowing you to safely modify the document.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.DocumentRange.Contains(DevExpress.XtraRichEdit.API.Native.DocumentPosition)">
<summary>
<para>Gets whether the current document range contains a specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> representing a position to test for inclusion.
</param>
<returns><b>true</b> if the specified position is contained within the range; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.End">
<summary>
<para>Gets the end position of the DocumentRange.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object representing the end of the text range.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.DocumentRange.EndUpdateDocument(DevExpress.XtraRichEdit.API.Native.SubDocument)">
<summary>
<para>Finalizes modifications of the document obtained via the document's range (e.g. via selection).
</para>
</summary>
<param name="document">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.SubDocument"/> instance obtained via the previously called <see cref="M:DevExpress.XtraRichEdit.API.Native.DocumentRange.BeginUpdateDocument"/> method.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.Length">
<summary>
<para>Gets the length of a document range in characters.
</para>
</summary>
<value>An integer, representing the number of character positions in a range.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.Start">
<summary>
<para>Gets the start position of the DocumentRange.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object representing the start of the text range.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.DocumentImageSource">
<summary>
<para>Represents an object from which a <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentImage"/> is created.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.DocumentImageSource.FromStream(System.IO.Stream)">
<summary>
<para>Creates an image source object from the specified data stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> containing image data.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentImageSource"/> object representing the image in the document.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.DocumentImageSource.FromUri(System.String,System.ComponentModel.Design.IServiceContainer)">
<summary>
<para>Creates an image source object from the specified URI string.
</para>
</summary>
<param name="uri">
A string of characters identifying the resource in the Internet that can be interpreted as an image.
</param>
<param name="serviceContainer">
An object providing the IUriStreamService interface which allows obtaining a data stream for a specified URI.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentImageSource"/> object representing the image in the document.
</returns>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.DocumentImageCollection">
<summary>
<para>An interface that defines a collection of document images.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.DocumentImage">
<summary>
<para>An interface that defines an image in the document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.DocumentImage.Image">
<summary>
<para>Provides access to the source image displayed as an inline object in the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImage"/> object representing the image incorporated in the document.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.DocumentImage.OriginalSize">
<summary>
<para>Gets the original size of the image.
</para>
</summary>
<value>The <see cref="T:System.Drawing.SizeF"/> object representing the original size of the image, measured in current units.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.DocumentImage.Range">
<summary>
<para>Gets the range to which the inline image belongs.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the image location in the document.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.DocumentImage.ScaleX">
<summary>
<para>Specifies the X-scaling factor of the inline image.
</para>
</summary>
<value>A float value, specifying the scaling factor for the x-axis.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.DocumentImage.ScaleY">
<summary>
<para>Specifies the Y-scaling factor of the inline image.
</para>
</summary>
<value>A float value, specifying the scaling factor for the y-axis.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.DocumentImage.Size">
<summary>
<para>Specifies the size of the inline image.
</para>
</summary>
<value>A <see cref="T:System.Drawing.SizeF"/> object representing the image size in current <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units of measurement.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.DocumentImage.Uri">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.CharacterProperties">
<summary>
<para>Provides access to character properties.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.CharacterProperties.Style">
<summary>
<para>Gets or sets the character style applied to the document range.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.CharacterStyle"/> object representing the style.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.BookmarkCollection">
<summary>
<para>An interface that defines a collection of <see cref="T:DevExpress.XtraRichEdit.API.Native.Bookmark"/> objects.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.BookmarkCollection.Item(System.String)">
<summary>
<para>Gets the <b>Bookmark</b> object specified by its name.
</para>
</summary>
<param name="name">
A string specifying the bookmark name.
</param>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Bookmark"/> object which represents the bookmark with the specified name.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.Bookmark">
<summary>
<para>Defines a bookmark in the document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Bookmark.Name">
<summary>
<para>Gets the name of a bookmark in the document.
</para>
</summary>
<value>A string, representing the bookmark's name.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Bookmark.Range">
<summary>
<para>Gets the range that represents the part of a document contained in the bookmark.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the document range contained in the bookmark.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.SectionColumnCollection">
<summary>
<para>Represents a collection of columns in the layout.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SectionColumnCollection.#ctor">
<summary>
<para>Initializes a new instance of the SectionColumnCollection class.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.SectionColumn">
<summary>
<para>Represents an individual column in the layout.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SectionColumn.#ctor(System.Single,System.Single)">
<summary>
<para>Initializes a new instance of the SectionColumn class with the specified width and spacing.
</para>
</summary>
<param name="width">
A <b>Single</b> value representing the column width measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units.
</param>
<param name="spacing">
A <b>Single</b> value representing the distance between columns measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SectionColumn.Spacing">
<summary>
<para>Gets or sets the amount of space between adjacent columns.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value measured in units specified via the <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> property.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SectionColumn.Width">
<summary>
<para>Gets or sets the width of an individual column.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value measured in units specified via the <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> property.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.Paragraph">
<summary>
<para>Represents a single paragraph in a document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.Alignment">
<summary>
<para>Gets or sets text alignment within a paragraph.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphAlignment"/> enumeration value.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Paragraph.BeginUpdateTabs(System.Boolean)">
<summary>
<para>Starts modifying tab stops in a paragraph.
</para>
</summary>
<param name="onlyOwnTabs">
<b>true</b> to get tab stops set for the current paragraph only, disregarding style; otherwise, if set to <b>false</b>, merges tab stops which are set for the paragraph style and for the individual paragraph.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TabInfoCollection"/> object containing information about tab stops.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Paragraph.EndUpdateTabs(DevExpress.XtraRichEdit.API.Native.TabInfoCollection)">
<summary>
<para>Finalizes modifications of tab stops for the current paragraph.
</para>
</summary>
<param name="tabs">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.TabInfoCollection"/> collection containing information about tab stops.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Paragraph.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current Paragraph instance.
</para>
</summary>
<param name="obj">
An object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current Paragraph instance; otherwise <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.FirstLineIndent">
<summary>
<para>Gets or sets a value specifying the indent for the first line in a paragraph.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value specifying the indent for the first line, measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.FirstLineIndentType">
<summary>
<para>Gets or sets a value specifying if the first line in a paragraph is indented, and how.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphFirstLineIndent"/> enumeration value, which specifies the first line's indent.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Paragraph.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current Paragraph object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.Index">
<summary>
<para>Gets the index number of a paragraph in a document.
</para>
</summary>
<value>An integer representing the index number.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.IsInList">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.LeftIndent">
<summary>
<para>Gets or sets the left indent for the specified paragraph.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the left indent, measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.LineSpacing">
<summary>
<para>Gets or sets a line spacing value.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing line spacing, measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.LineSpacingMultiplier">
<summary>
<para>Gets or sets the multiplier which is used to calculate the line spacing value.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the line spacing multiplier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.LineSpacingType">
<summary>
<para>Gets or sets a value which determines the spacing between lines in a paragraph.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphLineSpacing"/> enumeration value representing the line spacing type.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.ListIndex">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.ListLevel">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.OutlineLevel">
<summary>
<para>Gets or sets the outline level of a paragraph.
</para>
</summary>
<value>An integer specifying the level number, or <b>null</b> for a mixture of values.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.Range">
<summary>
<para>Gets the document range occupied by the current paragraph.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> interface.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Paragraph.Reset">
<summary>
<para>Resets the paragraph formatting to its base style.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.RightIndent">
<summary>
<para>Gets or sets the right indent for the specified paragraph.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the right indent, measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.SpacingAfter">
<summary>
<para>Gets or sets the spacing after the current paragraph.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the spacing after the paragraph, measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.SpacingBefore">
<summary>
<para>Gets or sets the spacing before the current paragraph.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value representing the spacing before the paragraph, measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.Style">
<summary>
<para>Gets or sets the paragraph style applied to the current paragraph.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphStyle"/> object representing the style.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.SuppressHyphenation">
<summary>
<para>Gets or sets a value indicating whether a paragraph can be hyphenated.
</para>
</summary>
<value><b>true</b> to suppress hyphenation; <b>false</b> to enable hyphenation.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.SuppressLineNumbers">
<summary>
<para>Gets or sets whether line numbers are displayed for the current paragraph.
</para>
</summary>
<value><b>true</b> if line numbers are hidden; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.UnderlineType">
<summary>
<para>Lists underline styles.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.UnderlineType.DashDotDotted">
<summary>
<para>Specifies a dash-dot-dot underline.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.UnderlineType.DashDotted">
<summary>
<para>Specifies a dash-dotted underline.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.UnderlineType.Dashed">
<summary>
<para>Specifies a dashed underline.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.UnderlineType.Dotted">
<summary>
<para>Specifies a dotted underline.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.UnderlineType.Double">
<summary>
<para>Specifies a double underline.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.UnderlineType.DoubleWave">
<summary>
<para>Specifies a double wave underline.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.UnderlineType.HeavyWave">
<summary>
<para>Specifies a heavy wave underline.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.UnderlineType.LongDashed">
<summary>
<para>Specifies a long-dashed underline.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.UnderlineType.None">
<summary>
<para>Indicates that the text is not underlined.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.UnderlineType.Single">
<summary>
<para>Specifies a single underline.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.UnderlineType.ThickDashDotDotted">
<summary>
<para>Specifies a thick dash-dot-dot underline.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.UnderlineType.ThickDashDotted">
<summary>
<para>Specifies a thick dash-dot underline.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.UnderlineType.ThickDashed">
<summary>
<para>Specifies a thick dashed underline.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.UnderlineType.ThickDotted">
<summary>
<para>Specifies a thick dotted underline.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.UnderlineType.ThickLongDashed">
<summary>
<para>Specifies a thick long-dashed underline.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.UnderlineType.ThickSingle">
<summary>
<para>Specifies a thick single underline.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.UnderlineType.Wave">
<summary>
<para>Specifies a wave underline.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.StrikeoutType">
<summary>
<para>Lists strikeout styles.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.StrikeoutType.Double">
<summary>
<para>Specifies the double strikeout.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.StrikeoutType.None">
<summary>
<para>Indicates that the text strikeout is disabled.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.StrikeoutType.Single">
<summary>
<para>Specifies the single strikeout.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.SearchOptions">
<summary>
<para>Lists options used for searching.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.SearchOptions.CaseSensitive">
<summary>
<para>Performs a case sensitive search. Only exact matches are found (e.g. "myString" matches "myString" but not "mystring").
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.SearchOptions.None">
<summary>
<para> Performs a search regardless of the case of the characters. Finds an occurrence of a string in a text. Strings will match even if the case is different (e.g. "mystring" will match "myString").
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.SearchOptions.WholeWord">
<summary>
<para>Search strings will only match if neither an alphabetical character nor a decimal digit occurs on either side of the string.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.SearchDirection">
<summary>
<para>List search directions.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.SearchDirection.Backward">
<summary>
<para>Search is performed backward, from the end to the start of the range.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.SearchDirection.Forward">
<summary>
<para>Search is performed forward, from the start to the end of the range.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.ParagraphLineSpacing">
<summary>
<para>Specifies the way to determine the spacing between lines in a paragraph
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphLineSpacing.AtLeast">
<summary>
<para>The line spacing can be greater than or equal to, but never less than, the specified <see cref="P:DevExpress.XtraRichEdit.API.Native.Paragraph.LineSpacing"/> value.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphLineSpacing.Double">
<summary>
<para>This option is twice that of single line spacing.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphLineSpacing.Exactly">
<summary>
<para>This option sets fixed line spacing, specified by the <see cref="P:DevExpress.XtraRichEdit.API.Native.Paragraph.LineSpacing"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphLineSpacing.Multiple">
<summary>
<para>This option sets line spacing that can be expressed in numbers greater than <b>1</b>. For example, setting line spacing to <b>1.15</b> will increase the space by <b>15</b> percent, and setting line spacing to <b>3</b> increases the space by <b>300</b> percent (triple spacing). The multiplication value is specified by the <see cref="P:DevExpress.XtraRichEdit.API.Native.Paragraph.LineSpacingMultiplier"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphLineSpacing.Sesquialteral">
<summary>
<para>This option is one-and-one-half times that of single line spacing.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphLineSpacing.Single">
<summary>
<para>This option accommodates the largest font in that line, plus a small amount of extra space. The amount of extra space varies depending on the font that is used.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.ParagraphFirstLineIndent">
<summary>
<para>Specifies the indent for the first line in a paragraph.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphFirstLineIndent.Hanging">
<summary>
<para>The first line of a paragraph is indented to the left, by the value specified by the <see cref="P:DevExpress.XtraRichEdit.API.Native.Paragraph.FirstLineIndent"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphFirstLineIndent.Indented">
<summary>
<para>The first line of a paragraph is indented to the right by the value specified by the <see cref="P:DevExpress.XtraRichEdit.API.Native.Paragraph.FirstLineIndent"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphFirstLineIndent.None">
<summary>
<para>The first line of a paragraph doesn't have any indent.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.ParagraphAlignment">
<summary>
<para>Specifies text alignment within a paragraph.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphAlignment.Center">
<summary>
<para>Text is aligned to the center of the paragraph.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphAlignment.Justify">
<summary>
<para>Text is justified to the entire width of the paragraph.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphAlignment.Left">
<summary>
<para>Text is aligned to the left of the paragraph.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphAlignment.Right">
<summary>
<para>Text is aligned to the right of the paragraph.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.MergeMode">
<summary>
<para>Lists delimiters that start the new merged range.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.MergeMode.JoinTables">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.MergeMode.NewParagraph">
<summary>
<para>Specifies that the next merged range starts with a new paragraph.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.MergeMode.NewSection">
<summary>
<para>Specifies that the next merged range starts with a new section.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.LineNumberingRestart">
<summary>
<para>Lists conditions for the line numbering to revert to the start value.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.LineNumberingRestart.Continuous">
<summary>
<para>Specifies that line numbering for the current section shall continue from the line numbering at the end of the previous section, if any.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.LineNumberingRestart.NewPage">
<summary>
<para>Specifies that line numbering for the current section shall revert to the start value on a new page.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.LineNumberingRestart.NewSection">
<summary>
<para>Specifies that line numbering for the current section shall revert to the start value when a new section begins.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.SimpleView">
<summary>
<para>Represents a simple view of the Rich Edit control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.SimpleView.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SimpleView 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 view.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.SimpleView.Padding">
<summary>
<para>Gets or sets the distance from the text to the control's border in pixels.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.Padding"/> object representing the control's padding.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.SimpleView.Type">
<summary>
<para>Gets or sets the distance from the text to the control's border in pixels.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.Padding"/> object representing the control's padding.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.SimpleView.Visit(DevExpress.XtraRichEdit.IRichEditViewVisitor)">
<summary>
<para>Accepts the Visitor passed as the argument as defined in the Visitor pattern.
</para>
</summary>
<param name="visitor">
A <b>Visitor</b> object that implements the <see cref="T:DevExpress.XtraRichEdit.IRichEditViewVisitor"/> interface.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditMailMergeOptions">
<summary>
<para>Specifies default options used for mail merge.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditMailMergeOptions.#ctor">
<summary>
<para>Initializes a new instance of the RichEditMailMergeOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditMailMergeOptions.ActiveRecord">
<summary>
<para>Gets or sets the index of a record displayed in place of a field in a preview.
</para>
</summary>
<value>An integer, specifying the ordinal number of a record in a data source.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditMailMergeOptions.DataMember">
<summary>
<para>Gets or sets a specific data member in a data source that contains several tables or members.
</para>
</summary>
<value>A string value representing the data source member.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditMailMergeOptions.DataSource">
<summary>
<para>Gets or sets the data source for the mail merge.
</para>
</summary>
<value>An object that represents the data source from which the merged data is retrieved.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditMailMergeOptions.ViewMergedData">
<summary>
<para>Gets or sets whether actual data is displayed in place of the document fields.
</para>
</summary>
<value><b>true</b> to display actual data; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.PrintLayoutView">
<summary>
<para>Represents a page layout view of the Rich Edit control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.PrintLayoutView.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the PrintLayoutView 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 view.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.PrintLayoutView.AllowDisplayLineNumbers">
<summary>
<para>Gets or sets whether line numbers, when enabled, are displayed in the <b>PrintLayoutView</b>.
</para>
</summary>
<value><b>true</b> to show line numbers if they are enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.PrintLayoutView.MaxHorizontalPageCount">
<summary>
<para>Gets or sets the maximum number of pages in a row at any zoom level.
</para>
</summary>
<value>An integer representing a number of pages.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.PrintLayoutView.PageHorizontalAlignment">
<summary>
<para>Gets or sets the alignment for displaying several pages in the <see cref="T:DevExpress.XtraRichEdit.PrintLayoutView"/>.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.HorizontalAlignment"/> enumeration member.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.PrintLayoutView.Type">
<summary>
<para>Gets the RichEditControl View's type.
</para>
</summary>
<value>The <see cref="T:DevExpress.XtraRichEdit.RichEditViewType"/> enumeration value indicating the view type.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.PrintLayoutView.Visit(DevExpress.XtraRichEdit.IRichEditViewVisitor)">
<summary>
<para>Accepts the Visitor passed as the argument, as defined in the Visitor pattern.
</para>
</summary>
<param name="visitor">
A <b>Visitor</b> object that implements the <see cref="T:DevExpress.XtraRichEdit.IRichEditViewVisitor"/> interface.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.HyperlinkOptions">
<summary>
<para>Represents settings which define the appearance and behavior of hyperlinks in the document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.HyperlinkOptions.#ctor">
<summary>
<para>Initializes a new instance of the HyperlinkOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.HyperlinkOptions.ModifierKeys">
<summary>
<para>Gets or sets the modifier flags required to activate a hyperlink. The flags indicate which combination of CTRL, SHIFT, and ALT keys should be pressed before a link is clicked, to activate it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.Keys"/> value representing one or more modifier flags.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.HyperlinkOptions.ShowToolTip">
<summary>
<para>Gets or sets whether the hyperlink should display a tooltip.
</para>
</summary>
<value><b>true</b> to display a tooltip; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.DraftView">
<summary>
<para>Represents a draft view of the Rich Edit control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.DraftView.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the DraftView 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 view.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.DraftView.Padding">
<summary>
<para>Gets or sets the distance from the text to the control's border in pixels.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.Padding"/> object representing the control's padding.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DraftView.Type">
<summary>
<para>Gets the RichEditControl View's type.
</para>
</summary>
<value>The <see cref="T:DevExpress.XtraRichEdit.RichEditViewType"/> enumeration value indicating the view type.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.DraftView.Visit(DevExpress.XtraRichEdit.IRichEditViewVisitor)">
<summary>
<para>Accepts the Visitor passed as the argument.
</para>
</summary>
<param name="visitor">
A <b>Visitor</b> object that implements the <see cref="T:DevExpress.XtraRichEdit.IRichEditViewVisitor"/> interface.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.BeforeImportEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.BeforeImport"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.BeforeImportEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.BeforeImportEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.BeforeImport"/> 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.BeforeImportEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.BeforeImportEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.BeforeImport"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.BeforeImportEventArgs.#ctor(DevExpress.XtraRichEdit.DocumentFormat,DevExpress.XtraRichEdit.Import.IImporterOptions)">
<summary>
<para>Initializes a new instance of the BeforeImportEventArgs class with specified settings.
</para>
</summary>
<param name="documentFormat">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the format of the imported document.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraRichEdit.Import.IImporterOptions"/> interface defining the import source and various importer-specific options.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.BeforeImportEventArgs.DocumentFormat">
<summary>
<para>Gets the format of the document being imported.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.BeforeImportEventArgs.Options">
<summary>
<para>Provides access to the importer options.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraRichEdit.Import.IImporterOptions"/> interface defining import options.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.BeforeExportEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.BeforeExport"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.BeforeExportEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.BeforeExportEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.BeforeExport"/> 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.BeforeExportEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.BeforeExportEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.BeforeExport"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.BeforeExportEventArgs.#ctor(DevExpress.XtraRichEdit.DocumentFormat,DevExpress.XtraRichEdit.Export.IExporterOptions)">
<summary>
<para>Initializes a new instance of the BeforeExportEventArgs class with specified settings.
</para>
</summary>
<param name="documentFormat">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the format of the exported document.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraRichEdit.Export.IExporterOptions"/> interface defining the exporter options.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.BeforeExportEventArgs.DocumentFormat">
<summary>
<para>Gets the format of the document being exported.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.BeforeExportEventArgs.Options">
<summary>
<para>Provides access to the exporter options.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraRichEdit.Export.IExporterOptions"/> interface defining export options.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.DocumentUnit">
<summary>
<para>Specifies the unit of measure used within the document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentUnit.Centimeter">
<summary>
<para>Specifies centimeters as measurement units.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentUnit.Document">
<summary>
<para>Specifies documents (<b>1</b>@#8260;<b>300</b> of an inch) as measurement units.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentUnit.Inch">
<summary>
<para>Specifies inches as measurement units.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentUnit.Millimeter">
<summary>
<para>Specifies millimeters as measurement units.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentUnit.Point">
<summary>
<para>Specifies points as measurement units.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition">
<summary>
<para>Represents a position within a document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.DocumentPosition.BeginUpdateDocument">
<summary>
<para>Starts modifying the document obtained via the document's position (e.g. via the caret position).
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.SubDocument"/> instance allowing you to safely modify the document.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.DocumentPosition.EndUpdateDocument(DevExpress.XtraRichEdit.API.Native.SubDocument)">
<summary>
<para>Finalizes modifications performed for the document obtained via the document's position (e.g. via the caret position).
</para>
</summary>
<param name="document">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.SubDocument"/> instance obtained via the previously called <see cref="M:DevExpress.XtraRichEdit.API.Native.DocumentPosition.BeginUpdateDocument"/> method.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.DocumentPosition.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current DocumentPosition instance.
</para>
</summary>
<param name="obj">
An object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current DocumentPosition instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.DocumentPosition.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current DocumentPosition object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.DocumentPosition.ToInt">
<summary>
<para>Returns an integer representation of the DocumentPosition object.
</para>
</summary>
<returns>An integer value.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.DocumentPosition.ToString">
<summary>
<para>Converts the numeric value of this instance to its equivalent string representation.
</para>
</summary>
<returns>The string representation of the value of this instance.
</returns>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId">
<summary>
<para>Lists command identifiers.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.RichEditCommandId.#ctor(System.Int32)">
<summary>
<para>Instantiates the RichEditCommandId structure with the specified value.
</para>
</summary>
<param name="value">
An integer specifying the command id value.
</param>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.AddParagraphsToTableOfContents">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.AddSpacingAfterParagraph">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.AddSpacingAfterParagraphCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.AddSpacingBeforeParagraph">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.AddSpacingBeforeParagraphCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.BackSpaceKey">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.BackSpaceKeyCommand"/> ID
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.BrowserPrint">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.BrowserPrintCommand"/> ID
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.BrowserPrintPreview">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.BrowserPrintPreviewCommand"/> ID
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeFontBackColor">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ChangeFontBackColorCommand"/> ID
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeFontForeColor">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ChangeFontColorCommand"/> ID
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeFontName">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ChangeFontNameCommand"/> ID
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeFontSize">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ChangeFontSizeCommand"/> ID
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeFontStyle">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeParagraphLineSpacing">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ChangeParagraphLineSpacingCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeSectionLineNumbering">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeSectionPageMargins">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeSectionPageOrientation">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeSectionPaperKind">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeSectionPaperKindPlaceholder">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeTableBordersPlaceholder">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeTableCellsBorderColor">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeTableCellsBorderLineStyle">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeTableCellsContentAlignmentPlaceholder">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeTableCellsShading">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeTextCasePlaceholder">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.CheckSpelling">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.CheckSpellingCommand"/> ID
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ClearFormatting">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ClearFormattingCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ClearUndo">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ClearUndoCommand"/> ID
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ClosePageHeaderFooter">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ClosePageHeaderFooterCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.CopySelection">
<summary>
<para><b>DevExpress.XtraRichEdit.Commands.CopySelectionCommand</b> ID. This value is not used in a RichEdit control.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.CreateBookmark">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.CreateBookmarkCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.CreateField">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.CreateFieldCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.CreateHyperlink">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.CutSelection">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.CutSelectionCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.DecreaseFontSize">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.DecreaseFontSizeCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.DecreaseIndent">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.DecrementIndentCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.DecrementFontSize">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.DecrementFontSizeCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.DecrementNumerationFromParagraph">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.DecrementNumerationFromParagraphCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.DecrementParagraphOutlineLevel">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.Delete">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.DeleteCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.DeleteTable">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.DeleteTableCommand"/> ID
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.DeleteTableColumns">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.DeleteTableColumnsCommand"/> ID
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.DeleteTableColumnsMenuItem">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.DeleteTableColumnsMenuCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.DeleteTablePlaceholder">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.DeleteTableRows">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.DeleteTableRowsCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.DeleteTableRowsMenuItem">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.DeleteTableRowsMenuCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.DeleteWord">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.DeleteWordCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.DeleteWordBack">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.DeleteWordBackCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.DeselectAll">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.DeselectAllCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.EditHyperlink">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.EditHyperlinkCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.EditPageFooter">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.EditPageFooterCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.EditPageHeader">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.EditPageHeaderCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.EndOfDocument">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.EndOfDocumentCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.EndOfLine">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.EndOfLineCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.EnterKey">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.EnterKeyCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.RichEditCommandId.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current RichEditCommandId instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current RichEditCommandId instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.RichEditCommandId.Equals(DevExpress.XtraRichEdit.Commands.RichEditCommandId)">
<summary>
<para>Determines whether the specified <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> instance is equal to the current RichEditCommandId instance.
</para>
</summary>
<param name="other">
The <b>RichEditCommandId</b> object to compare with the current object.
</param>
<returns><b>true</b> if the specified <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> object is equal to the current RichEditCommandId instance; otherwise <b>false</b>.
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ExtendEndOfDocument">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ExtendEndOfDocumentCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ExtendEndOfLine">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ExtendEndOfLineCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ExtendNextCharacter">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ExtendNextCharacterCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ExtendNextLine">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ExtendNextLineCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ExtendNextPage">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ExtendNextPageCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ExtendNextParagraph">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ExtendNextParagraphCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ExtendNextScreen">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ExtendNextScreenCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ExtendNextWord">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ExtendNextWordCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ExtendPreviousCharacter">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ExtendPreviousCharacterCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ExtendPreviousLine">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ExtendPreviousLineCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ExtendPreviousPage">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ExtendPreviousPageCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ExtendPreviousParagraph">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ExtendPreviousParagraphCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ExtendPreviousScreen">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ExtendPreviousScreenCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ExtendPreviousWord">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ExtendPreviousWordCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ExtendStartOfDocument">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ExtendStartOfDocumentCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ExtendStartOfLine">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ExtendStartOfLineCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.FileNew">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.CreateEmptyDocumentCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.FileOpen">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.LoadDocumentCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.FileSave">
<summary>
<para><b>DevExpress.XtraRichEdit.Commands.SaveDocumentCommand</b> ID. This value is not used in a RichEdit control.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.FileSaveAs">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SaveDocumentAsCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.Find">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.FindCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.FindBackward">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.FindForward">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.FindNext">
<summary>
<para><b>DevExpress.XtraRichEdit.Commands.FindNextCommand</b> ID. This value is not used in a RichEdit control.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.FindPrev">
<summary>
<para><b>DevExpress.XtraRichEdit.Commands.FindPrevCommand</b> ID. This value is not used in a RichEdit control.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.FirstDataRecord">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.FirstDataRecordCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.RichEditCommandId.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current RichEditCommandId object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.GoToNextHeaderFooter">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.GoToNextPageHeaderFooterCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.GoToPage">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.GoToPageFooter">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.GoToPageFooterCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.GoToPageHeader">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.GoToPageHeaderCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.GoToPreviousHeaderFooter">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.GoToPreviousPageHeaderFooterCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.IncreaseFontSize">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.IncreaseFontSizeCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.IncreaseIndent">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.IncreaseFontSizeCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.IncrementFontSize">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.IncreaseFontSizeCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.IncrementNumerationFromParagraph">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.IncrementFontSizeCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.IncrementParagraphOutlineLevel">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertBreak">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertCaptionPlaceholder">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertColumnBreak">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertColumnBreakCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertCopyrightSymbol">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertCopyrightSymbolCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertEllipsis">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertEllipsisCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertEmDash">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertEmDashCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertEnDash">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertEnDashCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertEquationsCaption">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertFiguresCaption">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertLineBreak">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertLineBreakCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertMailMergeField">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertMergeFieldCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertMailMergeFieldPlaceholder">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertNonBreakingSpace">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertNonBreakingSpaceCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertPageBreak">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertPageBreakCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertPageCountField">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertPageCountFieldCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertPageNumberField">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertPageNumberFieldCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertParagraph">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertParagraphCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertPicture">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertPictureCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertRegisteredTrademarkSymbol">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertRegisteredTrademarkSymbolCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertSectionBreakContinuous">
<summary>
<para>Reserved. Currently not in use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertSectionBreakEvenPage">
<summary>
<para>Reserved. Currently not in use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertSectionBreakNextPage">
<summary>
<para>Reserved. Currently not in use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertSectionBreakOddPage">
<summary>
<para>Reserved. Currently not in use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertTab">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertTabCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertTable">
<summary>
<para>Gets the ID of the RichEditCommandId.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertTableColumnToTheLeft">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertTableColumnToTheLeftCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertTableColumnToTheRight">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertTableColumnToTheRightCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertTableOfContents">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertTableOfEquations">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertTableOfFigures">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertTableOfFiguresPlaceholder">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertTableOfTables">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertTableRowAbove">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertTableRowAboveCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertTableRowBelow">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertTableRowBelowCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertTablesCaption">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertTrademarkSymbol">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertTrademarkSymbolCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.LastDataRecord">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.LastDataRecordCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.MailMergeSaveDocumentAs">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.MailMergeSaveDocumentAsCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.MakeTextLowerCase">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.MakeTextLowerCaseCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.MakeTextUpperCase">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.MakeTextUpperCaseCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.MergeTableCells">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.MergeTableCellsCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.MergeTableElement">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.NextCharacter">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.NextCharacterCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.NextDataRecord">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.NextDataRecordCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.NextLine">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.NextLineCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.NextPage">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.NextPageCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.NextParagraph">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.NextParagraphCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.NextScreen">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.NextScreenCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.NextWord">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.NextWordCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.None">
<summary>
<para>Empty or invalid command ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.PasteSelection">
<summary>
<para><b>DevExpress.XtraRichEdit.Commands.PasteSelectionCommand</b> ID. This value is not used in a RichEdit control.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.PreviousCharacter">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.PreviousCharacterCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.PreviousDataRecord">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.PreviousDataRecordCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.PreviousLine">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.PreviousLineCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.PreviousPage">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.PreviousPageCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.PreviousParagraph">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.PreviousParagraphCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.PreviousScreen">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.PreviousScreenCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.PreviousWord">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.PreviousWordCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.Print">
<summary>
<para><b>DevExpress.XtraRichEdit.Commands.PrintCommand</b> ID. This value is not used in a RichEdit control.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.PrintPreview">
<summary>
<para><b>DevExpress.XtraRichEdit.Commands.PrintPreviewCommand</b> ID. This value is not used in a RichEdit control.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ProtectDocument">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ProtectDocumentCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.QuickPrint">
<summary>
<para><b>DevExpress.XtraRichEdit.Commands.QuickPrintCommand</b> ID. This value is not used in a RichEdit control.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.Redo">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.RedoCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.RemoveSpacingAfterParagraph">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.RemoveSpacingAfterParagraphCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.RemoveSpacingBeforeParagraph">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.RemoveSpacingBeforeParagraphCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.Replace">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ReplaceCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ReplaceAllForward">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ReplaceForward">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ResetTableCellsAllBorders">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ResetTableCellsBordersCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SelectAll">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SelectAllCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SelectTable">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SelectTableCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SelectTableCell">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SelectTableColumns">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SelectTablePlaceholder">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SelectTableRow">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetDoubleParagraphSpacing">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetDoubleParagraphSpacingCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetLandscapePageOrientation">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetLandscapePageOrientationCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetModerateSectionPageMargins">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetModerateSectionPageMarginsCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetNarrowSectionPageMargins">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetNarrowSectionPageMarginsCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetNormalSectionPageMargins">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetNormalSectionPageMarginsCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetParagraphBodyTextLevel">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetParagraphHeading1Level">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetParagraphHeading2Level">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetParagraphHeading3Level">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetParagraphHeading4Level">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetParagraphHeading5Level">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetParagraphHeading6Level">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetParagraphHeading7Level">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetParagraphHeading8Level">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetParagraphHeading9Level">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetPortraitPageOrientation">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetPortraitPageOrientationCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetSectionColumnsPlaceholder">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetSectionLineNumberingContinuous">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetSectionLineNumberingNone">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetSectionLineNumberingRestartNewPage">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetSectionLineNumberingRestartNewSection">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetSectionOneColumn">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetSectionOneColumnCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetSectionThreeColumns">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetSectionThreeColumnsCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetSectionTwoColumns">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetSectionTwoColumnsCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetSesquialteralParagraphSpacing">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetSesquialteralParagraphSpacingCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetSingleParagraphSpacing">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetSingleParagraphSpacingCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetWideSectionPageMargins">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetWideSectionPageMarginsCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShiftTabKey">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShiftTabKeyCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowAllFieldCodes">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowAllFieldCodesCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowAllFieldResults">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowAllFieldResultsCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowBookmarkForm">
<summary>
<para><b>DevExpress.XtraRichEdit.Commands.ShowBookmarkFormCommand</b> ID. This value is not used in a RichEdit control.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowColumnsSetupForm">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowDeleteTableCellsForm">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowDeleteTableCellsFormCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowDeleteTableCellsFormMenuItem">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowDeleteTableCellsFormMenuCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowFontForm">
<summary>
<para><b>DevExpress.XtraRichEdit.Commands.ShowFontFormCommand</b> ID. This value is not used in a RichEdit control.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowHyperlinkForm">
<summary>
<para><b>DevExpress.XtraRichEdit.Commands.ShowHyperlinkFormCommand</b> ID. This value is not used in a RichEdit control.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowInsertMergeFieldForm">
<summary>
<para><b>DevExpress.XtraRichEdit.Commands.ShowInsertMergeFieldFormCommand</b> ID. This value is not used in a RichEdit control.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowInsertTableCellsForm">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowInsertTableCellsFormCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowLineNumberingForm">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowLineSpacingForm">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowLineSpacingFormCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowNumberingListForm">
<summary>
<para><b>DevExpress.XtraRichEdit.Commands.ShowNumberingListFormCommand</b> ID. This value is not used in a RichEdit control.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowPageSetupForm">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowParagraphForm">
<summary>
<para><b>DevExpress.XtraRichEdit.Commands.ShowParagraphFormCommand</b> ID. This value is not used in a RichEdit control.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowPasteSpecialForm">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowRangeEditingPermissionsForm">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowRangeEditingPermissionsFormCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowSplitTableCellsForm">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowSplitTableCellsFormCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowSplitTableCellsFormMenuItem">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowSplitTableCellsFormMenuCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowSymbolForm">
<summary>
<para><b>DevExpress.XtraRichEdit.Commands.ShowSymbolFormCommand</b> ID. This value is not used in a RichEdit control.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowTablePropertiesForm">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowTablePropertiesFormMenuItem">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SplitTable">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SplitTableCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.StartOfDocument">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.StartOfDocumentCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.StartOfLine">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.StartOfLineCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SwitchToDraftView">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SwitchToDraftViewCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SwitchToPrintLayoutView">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SwitchToPrintLayoutViewCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SwitchToSimpleView">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SwitchToSimpleViewCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.TabKey">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.TabKeyCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleBulletedListItem">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleBulletedListCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleDifferentFirstPage">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleDifferentFirstPageCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleDifferentOddAndEvenPages">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleDifferentOddAndEvenPagesCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleFieldCodes">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleFieldCodesCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleFontBold">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleFontBoldCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleFontDoubleStrikeout">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleFontDoubleStrikeoutCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleFontDoubleUnderline">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleFontDoubleUnderlineCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleFontItalic">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleFontItalicCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleFontStrikeout">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleFontStrikeoutCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleFontSubscript">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleFontSubscriptCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleFontSuperscript">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleFontSuperscriptCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleFontUnderline">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleFontUnderlineCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleHeaderFooterLinkToPrevious">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleHeaderFooterLinkToPreviousCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleHiddenText">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleHiddenTextCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleMultilevelListItem">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleMultiLevelListCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleNumberingListItem">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleSimpleNumberingListCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleParagraphAlignmentCenter">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentCenterCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleParagraphAlignmentJustify">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentJustifyCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleParagraphAlignmentLeft">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentLeftCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleParagraphAlignmentRight">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentRightCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleParagraphSuppressHyphenation">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleParagraphSuppressLineNumbers">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleShowHorizontalRuler">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleShowHorizontalRulerCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleShowTableGridLines">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleShowTableGridLinesCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleShowVerticalRuler">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleShowVerticalRulerCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleShowWhitespace">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleShowWhitespaceCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleSpellCheckAsYouType">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleSpellCheckAsYouTypeCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableAutoFitContents">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableAutoFitMenuPlaceholder">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableAutoFitPlaceholder">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableAutoFitWindow">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableCellsAllBorders">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsAllBordersCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableCellsBottomBorder">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomBorderCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableCellsBottomCenterAlignment">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomCenterAlignmentCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableCellsBottomLeftAlignment">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomLeftAlignmentCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableCellsBottomRightAlignment">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomRightAlignmentCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableCellsInsideBorder">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsInsideBorderCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableCellsInsideHorizontalBorder">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsInsideHorizontalBorderCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableCellsInsideVerticalBorder">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsInsideVerticalBorderCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableCellsLeftBorder">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsLeftBorderCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableCellsMiddleCenterAlignment">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsMiddleCenterAlignmentCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableCellsMiddleLeftAlignment">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsMiddleLeftAlignmentCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableCellsMiddleRightAlignment">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsMiddleRightAlignmentCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableCellsOutsideBorder">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsOutsideBorderCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableCellsRightBorder">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsRightBorderCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableCellsTopBorder">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopBorderCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableCellsTopCenterAlignment">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopCenterAlignmentCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableCellsTopLeftAlignment">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopLeftAlignmentCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableCellsTopRightAlignment">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopRightAlignmentCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableFixedColumnWidth">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTextCase">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTextCaseCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleViewMergedData">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleViewMergedDataCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToString">
<summary>
<para>Converts the numeric value of the ID to its equivalent string representation.
</para>
</summary>
<returns>The string representation of the value of this instance.
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.Undo">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.UndoCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.UnprotectDocument">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.UnprotectDocumentCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.UpdateField">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.UpdateFieldCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.UpdateFields">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.UpdateTableOfContents">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.Zoom">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ZoomIn">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ZoomInCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ZoomOut">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ZoomOutCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ZoomPercent">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.RichEditCommand">
<summary>
<para>Represents a command.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.RichEditCommand.Description">
<summary>
<para>Gets the text description of a command.
</para>
</summary>
<value>A string containing the command's description.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.RichEditCommand.Id">
<summary>
<para>Gets the ID of the RichEditCommand.
</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.RichEditCommand.Image">
<summary>
<para>Gets an image associated with the command.
</para>
</summary>
<value>A <see cref="T:System.Windows.Controls.Image"/> object representing the associated image.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.RichEditCommand.LargeImage">
<summary>
<para>Gets a large image associated with the command.
</para>
</summary>
<value>A <see cref="T:System.Windows.Controls.Image"/> object representing the associated image.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.RichEditCommand.MenuCaption">
<summary>
<para>Gets the menu caption associated with the current command.
</para>
</summary>
<value>A string representing the text of the menu item.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.HyperlinkCollection">
<summary>
<para>An interface that defines a collection of <see cref="T:DevExpress.XtraRichEdit.API.Native.Hyperlink"/> objects.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.Hyperlink">
<summary>
<para>Defines a hyperlink in the document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Hyperlink.Anchor">
<summary>
<para>Gets or sets the name of a bookmark in the current document which shall be the target of the hyperlink.
</para>
</summary>
<value>A string representing the bookmark's name.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Hyperlink.NavigateUri">
<summary>
<para>Gets or sets a URI to navigate to when the hyperlink is activated.
</para>
</summary>
<value>A string representing a URI. The default is <b>null</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Hyperlink.Range">
<summary>
<para>Gets the document range associated with the hyperlink.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the document range occupied by a hyperlink.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Hyperlink.Target">
<summary>
<para>Gets or sets the target window or frame in which to display the web page content when the hyperlink is clicked.
</para>
</summary>
<value>A string, representing a predefined name of the target window (frame). By default, it is an empty string.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Hyperlink.ToolTip">
<summary>
<para>Gets or sets a text for the tooltip displayed when the mouse hovers over a hyperlink.
</para>
</summary>
<value>A string containing the tooltip text.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Hyperlink.Visited">
<summary>
<para>Gets or sets whether the location referred to by a hyperlink has been recently visited.
</para>
</summary>
<value><b>true</b> if the hyperlink URI has been recently opened in the browser; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.HyperlinkClickEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.HyperlinkClick"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.HyperlinkClickEventArgs.#ctor(DevExpress.XtraRichEdit.API.Native.Hyperlink,DevExpress.Data.Keys)">
<summary>
<para>Initializes a new instance of the HyperlinkClickEventArgs class with the specified hyperlink and key modifiers.
</para>
</summary>
<param name="hyperlink">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.Hyperlink"/> object representing a hyperlink that is clicked.
</param>
<param name="modifierKeys">
A <see cref="T:System.Windows.Forms.Keys"/> value representing modifier flags.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.HyperlinkClickEventArgs.Alt">
<summary>
<para>Indicates whether the ALT key was pressed.
</para>
</summary>
<value><b>true</b> if an ALT key was pressed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.HyperlinkClickEventArgs.Control">
<summary>
<para>Indicates whether the CTRL key was pressed.
</para>
</summary>
<value><b>true</b> if a CTRL key was pressed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.HyperlinkClickEventArgs.Handled">
<summary>
<para>Gets or sets whether the default action associated with the hyperlink click is required.
</para>
</summary>
<value><b>true</b> if no default action is necessary; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.HyperlinkClickEventArgs.Hyperlink">
<summary>
<para>Gets a clicked hyperlink.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Hyperlink"/> object representing a clicked link.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.HyperlinkClickEventArgs.ModifierKeys">
<summary>
<para>Gets the modifier flags for a hyperlink click. The flags indicate which combination of CTRL, SHIFT, and ALT keys was pressed.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.Keys"/> value representing one or more modifier flags.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.HyperlinkClickEventArgs.Shift">
<summary>
<para>Indicates whether the SHIFT key was pressed.
</para>
</summary>
<value><b>true</b> if a SHIFT key was pressed; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.Document">
<summary>
<para>An interface that defines the RTF document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.AbstractNumberingLists">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Document.AppendSection">
<summary>
<para>Appends a new empty section to the end of the document.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Section"/> appended to the document.
</returns>
</member>
<member name="E:DevExpress.XtraRichEdit.API.Native.Document.CalculateDocumentVariable">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.CaretPosition">
<summary>
<para>Gets or sets the position of the caret within the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object, representing the current caret position.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.CharacterStyles">
<summary>
<para>Provides access to a collection of character styles in the current document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.CharacterStyleCollection"/> collection containing character styles.
</value>
</member>
<member name="E:DevExpress.XtraRichEdit.API.Native.Document.ContentChanged">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Document.Copy">
<summary>
<para>Copies the currently selected text to the clipboard.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Document.Copy(DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Copies the specified range of text to the clipboard.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object specifying the <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.Start"/> and <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.End"/> positions of the text to copy.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Document.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 representing options used for mail merge.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Document.Cut(DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Removes the specified range of text and copies it to the clipboard.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object specifying the <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.Start"/> and <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.End"/> positions of the text to cut.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Document.Cut">
<summary>
<para>Removes the currently selected text and copies it to the clipboard.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.DefaultCharacterProperties">
<summary>
<para>Provides access to default character formatting for the current document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.CharacterPropertiesBase"/> interface that enables you to specify character properties.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.DefaultParagraphProperties">
<summary>
<para>Provides access to default paragraph formatting for the current document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase"/> interface that enables you to specify paragraph properties.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.DefaultTableProperties">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.DefaultTableRowProperties">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.DifferentOddAndEvenPages">
<summary>
<para>Gets or sets whether the document has different odd and even pages.
</para>
</summary>
<value><b>true</b> if odd and even pages are different; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Document.GetSection(DevExpress.XtraRichEdit.API.Native.DocumentPosition)">
<summary>
<para>Gets the section encompassing the specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> instance representing the position in the document.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Section"/> object representing a section containing the position.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.HtmlText">
<summary>
<para>Gets or sets the document content as HTML text.
</para>
</summary>
<value>A string containing the text of the document in HTML format.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Document.InsertSection(DevExpress.XtraRichEdit.API.Native.DocumentPosition)">
<summary>
<para>Inserts a new section into the document's <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Sections"/> collection at a specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object that specifies a position to insert a new section.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Section"/> object representing the newly inserted section.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.IsDocumentProtected">
<summary>
<para>Gets whether document protection is enabled.
</para>
</summary>
<value><b>true</b> if document protection is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.IsEmpty">
<summary>
<para>Indicates whether the document is empty, i.e. contains only default content.
</para>
</summary>
<value><b>true</b> if the document contains only default content; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Document.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="format">
One of the <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> members.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Document.LoadDocument(System.String,DevExpress.XtraRichEdit.DocumentFormat,System.String)">
<summary>
<para>Loads a document from the specified file in the specified format. External content is retrieved using the specified source (base) URI.
</para>
</summary>
<param name="fileName">
A string specifying a path to the file to load.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration, specifying the format of the file to import.
</param>
<param name="sourceUri">
A string which serves as the base URI to load the external document content.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Document.LoadDocument(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat,System.String)">
<summary>
<para>Loads a document from the stream in the specified format. External content is retrieved using the specified source (base) URI.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object representing the source of the document to import.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration, specifying the format of the document to import.
</param>
<param name="sourceUri">
A string which serves as the base URI to load the external document content.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Document.LoadDocument(System.String,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Loads a document from the specified file in the specified format. External content is retrieved using the specified source (base) URI.
</para>
</summary>
<param name="fileName">
A string specifying a path to the file to load.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration, specifying the format of the file to import.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Document.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.XtraRichEdit.API.Native.Document.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 representing 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.XtraRichEdit.API.Native.Document.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.XtraRichEdit.API.Native.Document.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.XtraRichEdit.API.Native.Document.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 representing 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.XtraRichEdit.API.Native.Document.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="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="P:DevExpress.XtraRichEdit.API.Native.Document.MhtText">
<summary>
<para>Gets or sets the document content as MHT text.
</para>
</summary>
<value>A string containing text of the document in MHT format.
</value>
</member>
<member name="E:DevExpress.XtraRichEdit.API.Native.Document.ModifiedChanged">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.NumberingLists">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.OpenDocumentBytes">
<summary>
<para>Gets or sets the document 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="P:DevExpress.XtraRichEdit.API.Native.Document.OpenXmlBytes">
<summary>
<para>Gets or sets the document 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="P:DevExpress.XtraRichEdit.API.Native.Document.ParagraphStyles">
<summary>
<para>Provides access to a collection of paragraph styles in the current document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphStyleCollection"/> collection containing paragraph styles.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Document.Paste">
<summary>
<para>Insert a text from the clipboard into the current <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.CaretPosition"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Document.Paste(DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Inserts the contents of the clipboard in the specified format at the caret position.
</para>
</summary>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member, specifying the format of the inserted text.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Document.Protect(System.String)">
<summary>
<para>Enforces document protection and sets the specified password.
</para>
</summary>
<param name="password">
A password string.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.RequiredExportCapabilities">
<summary>
<para>Obtains information on the formatting capabilities required to export the current document correctly.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentExportCapabilities"/> object, representing information on the formatting capabilities required to correctly format the current document.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.RtfText">
<summary>
<para>Gets or sets the formatted text content of the document.
</para>
</summary>
<value>A string, containing the document's content in rich text format.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Document.SaveDocument(System.String,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Saves the document to a file, specifying the document's format.
</para>
</summary>
<param name="fileName">
A string value specifying the path to a file into which to save the control's document.
</param>
<param name="format">
One of the <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration values.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Document.SaveDocument(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Saves the document to a stream, specifying the document's format.
</para>
</summary>
<param name="stream">
The stream into which to save the document.
</param>
<param name="format">
One of <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration values.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.Sections">
<summary>
<para>Provides access to a collection of sections.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.SectionCollection"/> interface defining a list of sections.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.Selection">
<summary>
<para>Gets or sets the selected range in the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object, representing the <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.Start"/> and <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.End"/> positions of the selected text.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.TableStyles">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.Text">
<summary>
<para>Gets or sets the document's text (plain text).
</para>
</summary>
<value>A string value that specifies the text of the document.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.Unit">
<summary>
<para>Gets or sets a unit of measure used within the document.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentUnit"/> enumeration values.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Document.Unprotect">
<summary>
<para>Removes document protection.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.Variables">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.WordMLText">
<summary>
<para>Gets or sets the document 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="T:DevExpress.XtraRichEdit.Export.RtfDocumentExporterCompatibilityOptions">
<summary>
<para>Represents the settings that affect the portability of the exported file.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Export.RtfDocumentExporterCompatibilityOptions.#ctor">
<summary>
<para>Initializes a new instance of the RtfDocumentExporterCompatibilityOptions class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Export.RtfDocumentExporterCompatibilityOptions.CopyFrom(DevExpress.XtraRichEdit.Export.RtfDocumentExporterCompatibilityOptions)">
<summary>
<para>Copies the appropriate properties of the specified object into the current instance of the <b>RtfDocumentExporterCompatibilityOptions</b> class.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.XtraRichEdit.Export.RtfDocumentExporterCompatibilityOptions"/> class instance, representing the source object for copying.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.RtfDocumentExporterCompatibilityOptions.DuplicateObjectAsMetafile">
<summary>
<para>Gets or sets whether inline objects are saved in the RTF file twice - as an object and as metafile content.
</para>
</summary>
<value><b>true</b> to duplicate objects as metafiles when saving; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Export.IExporterOptions">
<summary>
<para>Defines options for the document being exported.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.IExporterOptions.TargetUri">
<summary>
<para>Gets or sets the URI of the document being exported.
</para>
</summary>
<value>A string representing the document URI.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions">
<summary>
<para>Contains options for exporting the document in HTML format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.#ctor">
<summary>
<para>Initializes a new instance of the HtmlDocumentExporterOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.CopyFrom(DevExpress.XtraRichEdit.Export.IExporterOptions)">
<summary>
<para>Copies the appropriate properties of the specified object into the current instance of the <b>HtmlDocumentExporterOptions</b> class.
</para>
</summary>
<param name="value">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.Export.IExporterOptions"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.CssPropertiesExportType">
<summary>
<para>Gets or sets how the style sheets properties are exported.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Export.Html.CssPropertiesExportType"/> enumeration value specifying the export type.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.EmbedImages">
<summary>
<para>Specifies whether images are embedded in an HTML document.
</para>
</summary>
<value><b>true</b> to embed images in a page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.Encoding">
<summary>
<para>Gets or sets the character encoding used in an exported document.
</para>
</summary>
<value>A <see cref="T:System.Text.Encoding"/> class representing the character encoding.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.ExportRootTag">
<summary>
<para>Gets or sets the root tag of the HTML document to start the export.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraRichEdit.Export.Html.ExportRootTag"/> enumeration value specifying the HTML document tag.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.FontUnit">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.HtmlNumberingListExportFormat">
<summary>
<para>Gets or sets how the lists are represented in the resulting document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Export.Html.HtmlNumberingListExportFormat"/> enumeration value specifying how the lists are exported.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.TabMarker">
<summary>
<para>Gets or sets a character or a string used to replace a tab symbol when exporting a document in HTML format.
</para>
</summary>
<value>A string replacement for the tab symbol.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.UriExportType">
<summary>
<para>Specifies how the links to external content are saved in the exported document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Export.Html.UriExportType"/> enumeration member specifying an absolute or relative path.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Export.DocumentExporterOptions">
<summary>
<para>Represents the base class for options used for saving (exporting) documents in different formats.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Export.DocumentExporterOptions.CopyFrom(DevExpress.XtraRichEdit.Export.IExporterOptions)">
<summary>
<para>Copies the appropriate properties of the specified object into the current instance of the <b>DocumentExporterOptions</b> class.
</para>
</summary>
<param name="value">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.Export.IExporterOptions"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.DocumentExporterOptions.TargetUri">
<summary>
<para>Gets or sets the URI of the document being exported.
</para>
</summary>
<value>A string representing the document URI.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.DocumentFormat">
<summary>
<para>Represents a document format.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentFormat.#ctor(System.Int32)">
<summary>
<para>Initializes a new instance of the DocumentFormat class with the specified value.
</para>
</summary>
<param name="value">
An integer value specifying the initial value for the document format.
</param>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentFormat.Doc">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentFormat.ePub">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentFormat.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current DocumentFormat instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current DocumentFormat instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentFormat.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current DocumentFormat object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentFormat.Html">
<summary>
<para>The HTML format.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentFormat.Mht">
<summary>
<para>The MHT format - web page archive format used to save HTML code with resources represented by external links (images etc.), in a single file
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentFormat.OpenDocument">
<summary>
<para>The OpenDocument text format (.odt, implemented by OpenOffice.org office suite).
</para>
</summary>
<returns>$
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentFormat.OpenXml">
<summary>
<para>The OpenXML file format (aka default MS Office 2007 format or .docx)
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentFormat.PlainText">
<summary>
<para>The plain text format.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentFormat.Rtf">
<summary>
<para>The Rich Text Format (RTF).
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentFormat.ToString">
<summary>
<para>Returns a human-readable string that represents the DocumentFormat object.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value that represents the DocumentFormat object.
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentFormat.Undefined">
<summary>
<para>The document's format is undefined.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentFormat.WordML">
<summary>
<para>The WordprocessingML format (.xml, implemented in MS Office 2003).
</para>
</summary>
<returns>$
</returns>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditView">
<summary>
<para>Represents a base class for the RichEditControl views.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditView.AllowDisplayLineNumbers">
<summary>
<para>Gets or sets whether line numbers, when enabled, are displayed in the view.
</para>
</summary>
<value><b>true</b> to show line numbers if they are enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditView.BackColor">
<summary>
<para>This property is not in effect for the SilverLight version of RichEditControl.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditView.Control">
<summary>
<para>Provides access to the IRichEditControl interface of the view owner.
</para>
</summary>
<value>An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditView.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="M:DevExpress.XtraRichEdit.RichEditView.GetCursorBounds">
<summary>
<para>Gets the cursor coordinates in the current document's view.
</para>
</summary>
<returns>A <see cref="T:System.Drawing.Rectangle"/> representing the cursor. The units of measurement are documents.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditView.GetVisiblePagesRange">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditView.ToString">
<summary>
<para>Overrides the base class method to clear the text representation of an object.
</para>
</summary>
<returns>An empty string.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditView.Type">
<summary>
<para>Gets the RichEditControl View's type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.RichEditViewType"/> enumeration member indicating the type of the View.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditView.Visit(DevExpress.XtraRichEdit.IRichEditViewVisitor)">
<summary>
<para>A key method for the <b>Visitor</b> pattern that calls the appropriate <b>Visit</b> method of the Visitor.
</para>
</summary>
<param name="visitor">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditViewVisitor"/>, representing the <b>Visitor</b> of the Visitor pattern.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditView.ZoomFactor">
<summary>
<para>Gets or sets the current zoom level used to display the document.
</para>
</summary>
<value>The factor by which the contents of the control is zoomed.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditViewType">
<summary>
<para>Specifies the view used to show the document within the <see cref="T:DevExpress.Xpf.RichEdit.RichEditControl"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.RichEditViewType.Draft">
<summary>
<para>Specifies that the control is in a draft mode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.RichEditViewType.PrintLayout">
<summary>
<para>Specifies that the control is in a print layout mode. In this mode, the control displays pages with all formattings applied.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.RichEditViewType.Simple">
<summary>
<para>Specifies that the control is in a simple mode. In this mode, the width of displayed pages depends upon the control's width. Page formatting is not in effect.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.SectionCollection">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.OverrideListLevel">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.OverrideListLevel.NewStart">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.OverrideListLevel.OverrideStart">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.OverrideListLevel.SetOverrideStart(System.Boolean)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="value">
[To be supplied]
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.NumberingListBase">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.NumberingListBase.Id">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.NumberingListBase.Index">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.NumberingListBase.Levels">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.NumberingListBase.NumberingType">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.ListLevelProperties">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevelProperties.Alignment">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevelProperties.ConvertPreviousLevelNumberingToDecimal">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevelProperties.DisplayFormatString">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevelProperties.NumberingFormat">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevelProperties.OriginalLeftIndent">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevelProperties.RelativeRestartLevel">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevelProperties.Separator">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevelProperties.Start">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevelProperties.SuppressBulletResize">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevelProperties.SuppressRestart">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevelProperties.TemplateCode">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.AbstractNumberingListCollection">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.AbstractNumberingListCollection.Add(DevExpress.XtraRichEdit.API.Native.AbstractNumberingList)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="list">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.AbstractNumberingListCollection.Add">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.AbstractNumberingListCollection.CreateNew">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.AbstractNumberingList">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableRowProcessorDelegate">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableRowProcessorDelegate.Invoke(DevExpress.XtraRichEdit.API.Native.TableRow,System.Int32)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="row">
[To be supplied]
</param>
<param name="rowIndex">
[To be supplied]
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableCellProcessorDelegate">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCellProcessorDelegate.Invoke(DevExpress.XtraRichEdit.API.Native.TableCell,System.Int32,System.Int32)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="cell">
[To be supplied]
</param>
<param name="rowIndex">
[To be supplied]
</param>
<param name="cellIndex">
[To be supplied]
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.WidthType">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.WidthType.Auto">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.WidthType.FiftiethsOfPercent">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.WidthType.Fixed">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.WidthType.None">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableRowAlignment">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableRowAlignment.Both">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableRowAlignment.Center">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableRowAlignment.Distribute">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableRowAlignment.Left">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableRowAlignment.NumTab">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableRowAlignment.Right">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableLayoutType">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableLayoutType.Autofit">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableLayoutType.Fixed">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableCellVerticalAlignment">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableCellVerticalAlignment.Bottom">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableCellVerticalAlignment.Center">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableCellVerticalAlignment.Top">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.InsertOptions">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.InsertOptions.KeepSourceFormatting">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.InsertOptions.MatchDestinationFormatting">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.HeightType">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.HeightType.AtLeast">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.HeightType.Auto">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.HeightType.Exact">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Services.IAutoCorrectService">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IAutoCorrectService.ApplyAutoCorrectInfo(DevExpress.XtraRichEdit.AutoCorrectInfo)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="info">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IAutoCorrectService.CalculateAutoCorrectInfo">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IAutoCorrectService.RegisterProvider(DevExpress.XtraRichEdit.Services.IAutoCorrectProvider)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="provider">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IAutoCorrectService.SetReplaceTable(DevExpress.XtraRichEdit.AutoCorrectReplaceInfoCollection)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="replaceTable">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IAutoCorrectService.UnregisterProvider(DevExpress.XtraRichEdit.Services.IAutoCorrectProvider)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="provider">
[To be supplied]
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.Services.IAutoCorrectProvider">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IAutoCorrectProvider.CalculateAutoCorrectInfo">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditDocumentServerOptions">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServerOptions.#ctor(DevExpress.XtraRichEdit.Internal.InnerRichEditDocumentServer)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="documentServer">
[To be supplied]
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditDocumentServer">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.#ctor">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.AddService(System.Type,System.Object)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="serviceType">
[To be supplied]
</param>
<param name="serviceInstance">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback,System.Boolean)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="serviceType">
[To be supplied]
</param>
<param name="callback">
[To be supplied]
</param>
<param name="promote">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="serviceType">
[To be supplied]
</param>
<param name="callback">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.AddService(System.Type,System.Object,System.Boolean)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="serviceType">
[To be supplied]
</param>
<param name="serviceInstance">
[To be supplied]
</param>
<param name="promote">
[To be supplied]
</param>
</member>
<member name="E:DevExpress.XtraRichEdit.RichEditDocumentServer.BeforeExport">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="E:DevExpress.XtraRichEdit.RichEditDocumentServer.BeforeImport">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.BeginUpdate">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="E:DevExpress.XtraRichEdit.RichEditDocumentServer.CalculateDocumentVariable">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.CancelUpdate">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="E:DevExpress.XtraRichEdit.RichEditDocumentServer.ContentChanged">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.CreateMailMergeOptions">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.CreateNewDocument">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.Dispose">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditDocumentServer.Document">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="E:DevExpress.XtraRichEdit.RichEditDocumentServer.DocumentClosing">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="E:DevExpress.XtraRichEdit.RichEditDocumentServer.DocumentLoaded">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditDocumentServer.DpiX">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditDocumentServer.DpiY">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="E:DevExpress.XtraRichEdit.RichEditDocumentServer.EmptyDocumentCreated">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.EndUpdate">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.GetService(System.Type)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="serviceType">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.GetService``1">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditDocumentServer.HtmlText">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="E:DevExpress.XtraRichEdit.RichEditDocumentServer.HtmlTextChanged">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="E:DevExpress.XtraRichEdit.RichEditDocumentServer.InitializeDocument">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditDocumentServer.InnerServer">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditDocumentServer.IsUpdateLocked">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditDocumentServer.LayoutUnit">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.LoadDocument(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="stream">
[To be supplied]
</param>
<param name="documentFormat">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.LoadDocumentTemplate(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="stream">
[To be supplied]
</param>
<param name="documentFormat">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.MailMerge(DevExpress.XtraRichEdit.API.Native.Document)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="document">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.MailMerge(DevExpress.XtraRichEdit.API.Native.MailMergeOptions,System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="options">
[To be supplied]
</param>
<param name="stream">
[To be supplied]
</param>
<param name="format">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.MailMerge(System.String,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="fileName">
[To be supplied]
</param>
<param name="format">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.MailMerge(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="stream">
[To be supplied]
</param>
<param name="format">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.MailMerge(DevExpress.XtraRichEdit.API.Native.MailMergeOptions,System.String,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="options">
[To be supplied]
</param>
<param name="fileName">
[To be supplied]
</param>
<param name="format">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.MailMerge(DevExpress.XtraRichEdit.API.Native.MailMergeOptions,DevExpress.XtraRichEdit.IRichEditDocumentServer)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="options">
[To be supplied]
</param>
<param name="targetDocumentServer">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.MailMerge(DevExpress.XtraRichEdit.API.Native.MailMergeOptions,DevExpress.XtraRichEdit.API.Native.Document)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="options">
[To be supplied]
</param>
<param name="targetDocument">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.MailMerge(DevExpress.XtraRichEdit.IRichEditDocumentServer)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="documentServer">
[To be supplied]
</param>
</member>
<member name="E:DevExpress.XtraRichEdit.RichEditDocumentServer.MailMergeFinished">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="E:DevExpress.XtraRichEdit.RichEditDocumentServer.MailMergeRecordFinished">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="E:DevExpress.XtraRichEdit.RichEditDocumentServer.MailMergeRecordStarted">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="E:DevExpress.XtraRichEdit.RichEditDocumentServer.MailMergeStarted">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditDocumentServer.MhtText">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="E:DevExpress.XtraRichEdit.RichEditDocumentServer.MhtTextChanged">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditDocumentServer.Model">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditDocumentServer.Modified">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="E:DevExpress.XtraRichEdit.RichEditDocumentServer.ModifiedChanged">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditDocumentServer.OpenDocumentBytes">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="E:DevExpress.XtraRichEdit.RichEditDocumentServer.OpenDocumentBytesChanged">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditDocumentServer.OpenXmlBytes">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="E:DevExpress.XtraRichEdit.RichEditDocumentServer.OpenXmlBytesChanged">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditDocumentServer.Options">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.RemoveService(System.Type,System.Boolean)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="serviceType">
[To be supplied]
</param>
<param name="promote">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.RemoveService(System.Type)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="serviceType">
[To be supplied]
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditDocumentServer.RtfText">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="E:DevExpress.XtraRichEdit.RichEditDocumentServer.RtfTextChanged">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditDocumentServer.SaveDocument(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="stream">
[To be supplied]
</param>
<param name="documentFormat">
[To be supplied]
</param>
</member>
<member name="E:DevExpress.XtraRichEdit.RichEditDocumentServer.SelectionChanged">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditDocumentServer.Text">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditDocumentServer.Unit">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditDocumentServer.WordMLText">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="E:DevExpress.XtraRichEdit.RichEditDocumentServer.WordMLTextChanged">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.MailMergeStartedEventHandler">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.MailMergeStartedEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.MailMergeStartedEventArgs)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="sender">
[To be supplied]
</param>
<param name="e">
[To be supplied]
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.MailMergeStartedEventArgs">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.MailMergeStartedEventArgs.#ctor">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.MailMergeStartedEventArgs.Document">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.MailMergeStartedEventArgs.OperationDescription">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.MailMergeRecordStartedEventHandler">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.MailMergeRecordStartedEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.MailMergeRecordStartedEventArgs)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="sender">
[To be supplied]
</param>
<param name="e">
[To be supplied]
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.MailMergeRecordStartedEventArgs">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.MailMergeRecordStartedEventArgs.#ctor">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.MailMergeRecordStartedEventArgs.Document">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.MailMergeRecordStartedEventArgs.RecordDocument">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.MailMergeRecordStartedEventArgs.RecordIndex">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.MailMergeRecordFinishedEventHandler">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.MailMergeRecordFinishedEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.MailMergeRecordFinishedEventArgs)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="sender">
[To be supplied]
</param>
<param name="e">
[To be supplied]
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.MailMergeRecordFinishedEventArgs">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.MailMergeRecordFinishedEventArgs.#ctor">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.MailMergeRecordFinishedEventArgs.Document">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.MailMergeRecordFinishedEventArgs.RecordDocument">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.MailMergeRecordFinishedEventArgs.RecordIndex">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.MailMergeFinishedEventHandler">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.MailMergeFinishedEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.MailMergeFinishedEventArgs)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="sender">
[To be supplied]
</param>
<param name="e">
[To be supplied]
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.MailMergeFinishedEventArgs">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.MailMergeFinishedEventArgs.#ctor">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.MailMergeFinishedEventArgs.Document">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.HeaderFooterEditingEventHandler">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.HeaderFooterEditingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.HeaderFooterEditingEventArgs)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="sender">
[To be supplied]
</param>
<param name="e">
[To be supplied]
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.HeaderFooterEditingEventArgs">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.HeaderFooterEditingEventArgs.#ctor">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.DocumentVariableCollection">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentVariableCollection.#ctor">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentVariableCollection.Add(System.String,System.Object)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="name">
[To be supplied]
</param>
<param name="value">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentVariableCollection.Clear">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentVariableCollection.Count">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentVariableCollection.GetVariableValue(System.String,DevExpress.XtraRichEdit.ArgumentCollection)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="variableName">
[To be supplied]
</param>
<param name="arguments">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentVariableCollection.Item(System.String)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="name">
[To be supplied]
</param>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentVariableCollection.Remove(System.String)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="name">
[To be supplied]
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.CustomizeMergeFieldsEventHandler">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.CustomizeMergeFieldsEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.CustomizeMergeFieldsEventArgs)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="sender">
[To be supplied]
</param>
<param name="e">
[To be supplied]
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.CustomizeMergeFieldsEventArgs">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.CustomizeMergeFieldsEventArgs.#ctor(DevExpress.XtraRichEdit.API.Native.MergeFieldName[])">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="mergeFieldsNames">
[To be supplied]
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.CustomizeMergeFieldsEventArgs.MergeFieldsNames">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.CalculateDocumentVariableEventHandler">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.CalculateDocumentVariableEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.CalculateDocumentVariableEventArgs)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="sender">
[To be supplied]
</param>
<param name="e">
[To be supplied]
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.CalculateDocumentVariableEventArgs">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.CalculateDocumentVariableEventArgs.#ctor">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.CalculateDocumentVariableEventArgs.Arguments">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.CalculateDocumentVariableEventArgs.Handled">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.CalculateDocumentVariableEventArgs.Value">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.CalculateDocumentVariableEventArgs.VariableName">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.AutoCorrectReplaceInfoCollection">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectReplaceInfoCollection.#ctor">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectReplaceInfoCollection.Add(System.String,System.String)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="what">
[To be supplied]
</param>
<param name="with">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectReplaceInfoCollection.Add(DevExpress.XtraRichEdit.AutoCorrectReplaceInfo)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="info">
[To be supplied]
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.AutoCorrectReplaceInfo">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectReplaceInfo.#ctor(System.String,System.Object)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="what">
[To be supplied]
</param>
<param name="with">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectReplaceInfo.Reverse(System.String)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="value">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraRichEdit.AutoCorrectReplaceInfo.What">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.AutoCorrectReplaceInfo.With">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.AutoCorrectOptions">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectOptions.#ctor">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.AutoCorrectOptions.CorrectTwoInitialCapitals">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.AutoCorrectOptions.DetectUrls">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.AutoCorrectOptions.ReplaceTextAsYouType">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.AutoCorrectOptions.UseSpellCheckerSuggestions">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.AutoCorrectInfo">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectInfo.#ctor">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.AutoCorrectInfo.CanDecrementStart">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectInfo.DecrementEndPosition">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectInfo.DecrementStartPosition">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectInfo.IncrementEndPosition">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectInfo.IncrementStartPosition">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraRichEdit.AutoCorrectInfo.ReplaceWith">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.AutoCorrectInfo.Text">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.AutoCorrectEventHandler">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.AutoCorrectEventArgs)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="sender">
[To be supplied]
</param>
<param name="e">
[To be supplied]
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.AutoCorrectEventArgs">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectEventArgs.#ctor">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.AutoCorrectEventArgs.AutoCorrectInfo">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectEventArgs.CreateAutoCorrectInfo">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.XtraRichEdit.ArgumentCollection">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.ArgumentCollection.#ctor">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Argument">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Argument.#ctor">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.Argument.Length">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.Argument.StartPosition">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.Argument.Value">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableStyleCollection">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableStyleCollection.Add(DevExpress.XtraRichEdit.API.Native.TableStyle)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="style">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableStyleCollection.CreateNew">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableStyleCollection.Delete(DevExpress.XtraRichEdit.API.Native.TableStyle)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="style">
[To be supplied]
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableStyleCollection.Item(System.String)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="name">
[To be supplied]
</param>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableStyle">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableStyle.IsDeleted">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableStyle.Name">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableStyle.Parent">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TablePropertiesBase">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TablePropertiesBase.BottomPadding">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TablePropertiesBase.LeftPadding">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TablePropertiesBase.RightPadding">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TablePropertiesBase.TableAlignment">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TablePropertiesBase.TableBorders">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TablePropertiesBase.TableCellSpacing">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TablePropertiesBase.TableLayout">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TablePropertiesBase.TopPadding">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableRowCollection">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableRowCollection.Append">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRowCollection.First">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableRowCollection.InsertAfter(System.Int32)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="rowIndex">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableRowCollection.InsertBefore(System.Int32)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="rowIndex">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRowCollection.Last">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableRowCollection.RemoveAt(System.Int32)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="rowIndex">
[To be supplied]
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableRow">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.Cells">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.CellSpacing">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.CellSpacingType">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableRow.Delete">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.FirstCell">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.Header">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.Height">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.HeightType">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.Index">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.IsFirst">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.IsLast">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.Item(System.Int32)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="column">
[To be supplied]
</param>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.LastCell">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.NestingLevel">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.Next">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.Previous">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.Range">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.Table">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.TableRowAlignment">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableCollection">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCollection.Add(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.Int32,System.Int32,DevExpress.XtraRichEdit.API.Native.AutoFitBehaviorType,System.Int32)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="pos">
[To be supplied]
</param>
<param name="rowCount">
[To be supplied]
</param>
<param name="columnCount">
[To be supplied]
</param>
<param name="autoFitBehavior">
[To be supplied]
</param>
<param name="fixedColumnWidths">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCollection.Add(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.Int32,System.Int32,DevExpress.XtraRichEdit.API.Native.AutoFitBehaviorType)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="pos">
[To be supplied]
</param>
<param name="rowCount">
[To be supplied]
</param>
<param name="columnCount">
[To be supplied]
</param>
<param name="autoFitBehavior">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCollection.Add(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.Int32,System.Int32)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="pos">
[To be supplied]
</param>
<param name="rowCount">
[To be supplied]
</param>
<param name="columnCount">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCollection.First">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCollection.IndexOf(DevExpress.XtraRichEdit.API.Native.Table)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="table">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCollection.Last">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCollection.Remove(DevExpress.XtraRichEdit.API.Native.Table)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="table">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCollection.RemoveTableAt(System.Int32)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="tableIndex">
[To be supplied]
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableCellCollection">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCellCollection.Append">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCellCollection.First">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCellCollection.InsertAfter(System.Int32)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="columnIndex">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCellCollection.InsertBefore(System.Int32)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="columnIndex">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCellCollection.Last">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCellCollection.RemoveAt(System.Int32)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="rowIndex">
[To be supplied]
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableCellBorders">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCellBorders.Bottom">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCellBorders.Left">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCellBorders.Right">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCellBorders.Top">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableCellBorder">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCellBorder.LineColor">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCellBorder.LineStyle">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCellBorder.LineThickness">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableCell">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.BackColor">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.Borders">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.BottomPadding">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCell.Delete">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.FitText">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.Height">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.HeightType">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.Index">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.LeftPadding">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.NestingLevel">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.Next">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.PreferredWidth">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.PreferredWidthType">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.Previous">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.Range">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.RightPadding">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.Row">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCell.Split(System.Int32,System.Int32)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="rowsCount">
[To be supplied]
</param>
<param name="columnCount">
[To be supplied]
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.Table">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.TopPadding">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.VerticalAlignment">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.WordWrap">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableBorders">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableBorders.Bottom">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableBorders.InsideHorizontalBorder">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableBorders.InsideVerticalBorder">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableBorders.Left">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableBorders.Right">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableBorders.Top">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableBorder">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableBorder.LineColor">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableBorder.LineStyle">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableBorder.LineThickness">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.Table">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Table.BeginUpdate">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.Borders">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.BottomPadding">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Table.EndUpdate">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.FirstRow">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Table.ForEachCell(DevExpress.XtraRichEdit.API.Native.TableCellProcessorDelegate)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="cellProcessor">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Table.ForEachRow(DevExpress.XtraRichEdit.API.Native.TableRowProcessorDelegate)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="cellProcessor">
[To be supplied]
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.Indent">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.Item(System.Int32,System.Int32)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="row">
[To be supplied]
</param>
<param name="column">
[To be supplied]
</param>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.LastRow">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.LeftPadding">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Table.MergeCells(DevExpress.XtraRichEdit.API.Native.TableCell,DevExpress.XtraRichEdit.API.Native.TableCell)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="mergeFrom">
[To be supplied]
</param>
<param name="mergeTo">
[To be supplied]
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.NestingLevel">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.ParentCell">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.PreferredWidth">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.PreferredWidthType">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.Range">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.RightPadding">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.Rows">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Table.SetPreferredWidth(System.Single,DevExpress.XtraRichEdit.API.Native.WidthType)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="Width">
[To be supplied]
</param>
<param name="widthType">
[To be supplied]
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.Style">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.TableAlignment">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.TableCellSpacing">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.TableLayout">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.TopPadding">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Table.Validate">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.NumberingListCollection">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.NumberingListCollection.Add(DevExpress.XtraRichEdit.API.Native.NumberingList)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="list">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.NumberingListCollection.Add(System.Int32)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="abstractNumberingListIndex">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.NumberingListCollection.CreateNew(System.Int32)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="abstractNumberingListIndex">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.NumberingList">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.NumberingList.AbstractNumberingList">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.NumberingList.AbstractNumberingListIndex">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.NumberingList.Levels">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.ListLevel">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevel.BulletLevel">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevel.CharacterProperties">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevel.ParagraphProperties">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevel.ParagraphStyle">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.MergeFieldName">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.MergeFieldName.#ctor(System.String)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="name">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.MergeFieldName.#ctor(System.String,System.String)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="name">
[To be supplied]
</param>
<param name="displayName">
[To be supplied]
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.MergeFieldName.DisplayName">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.MergeFieldName.Name">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.MergeFieldName.ToString">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TabLeaderType">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TabLeaderType.Dots">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TabLeaderType.EqualSign">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TabLeaderType.Hypens">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TabLeaderType.MiddleDots">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TabLeaderType.None">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TabLeaderType.Underline">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TabAlignmentType">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TabAlignmentType.Center">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TabAlignmentType.Decimal">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TabAlignmentType.Left">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TabAlignmentType.Right">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.SectionStartType">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.SectionStartType.EvenPage">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.SectionStartType.NextPage">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.SectionStartType.OddPage">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.NumberingType">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingType.Bullet">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingType.MultiLevel">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingType.Simple">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.ListNumberAlignment">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ListNumberAlignment.Center">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ListNumberAlignment.Left">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ListNumberAlignment.Right">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.AutoFitBehaviorType">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.AutoFitBehaviorType.AutoFitToContents">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.AutoFitBehaviorType.AutoFitToWindow">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.AutoFitBehaviorType.FixedColumnWidth">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Services.ISyntaxHighlightService">
<summary>
<para>Enables you to implement the text highlighting functionality.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.ISyntaxHighlightService.Execute">
<summary>
<para>This method is called if the text content of the control is modified.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.ISyntaxHighlightService.ForceExecute">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.SyntaxHighlightToken">
<summary>
<para>A range of text with format settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SyntaxHighlightToken.#ctor(System.Int32,System.Int32,DevExpress.XtraRichEdit.API.Native.SyntaxHighlightProperties)">
<summary>
<para>Initializes a new instance of the SyntaxHighlightToken class with the specified settings.
</para>
</summary>
<param name="start">
An integer that is the start position of a document range to which the token refers.
</param>
<param name="length">
An integer that is the length of the document range to which the token refers.
</param>
<param name="properties">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.SyntaxHighlightProperties"/> instance containing format settings used to highlight the text in a range.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SyntaxHighlightToken.End">
<summary>
<para>Gets the final position of the document range corresponding to a token.
</para>
</summary>
<value>An integer representing the end of a range.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SyntaxHighlightToken.Length">
<summary>
<para>Gets the length of the document range that the token represents.
</para>
</summary>
<value>An integer that is the document range length.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SyntaxHighlightToken.Properties">
<summary>
<para>Provides access to format settings used to highlight the token text.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.SyntaxHighlightProperties"/> instance containing format settings.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SyntaxHighlightToken.Start">
<summary>
<para>Gets the start position of the document range corresponding to a token.
</para>
</summary>
<value>An integer representing the start of a range.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.SyntaxHighlightProperties">
<summary>
<para>Contains format settings for a token.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SyntaxHighlightProperties.#ctor">
<summary>
<para>Initializes a new instance of the SyntaxHighlightProperties class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SyntaxHighlightProperties.BackColor">
<summary>
<para>Gets or sets the background color of a character(s).
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value representing the background color or <b>null</b> for mixed colors.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SyntaxHighlightProperties.ForeColor">
<summary>
<para>Gets or sets the foreground color of characters.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value representing the foreground color, or <b>null</b> for a mixture of values.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SyntaxHighlightProperties.Strikeout">
<summary>
<para>Gets or sets a value indicating whether characters are strikeout.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.StrikeoutType"/> enumeration value or <b>null</b>, for a mixture of strikeout types.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SyntaxHighlightProperties.Underline">
<summary>
<para>Gets or sets the type of underline applied to the character(s).
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraRichEdit.API.Native.UnderlineType"/> enumeration value or <b>null</b>, for a mixture of underline types.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SyntaxHighlightProperties.UnderlineColor">
<summary>
<para>Gets or sets the color of the underline for the specified characters.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value or <b>null</b>, for a mixture of underline colors.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Services.IUserGroupListService">
<summary>
<para>Provides a list of user groups to fill the <b>Editing Permissions</b> form.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IUserGroupListService.GetUserGroups">
<summary>
<para>Provides a list of groups for the <b>Editing Permissions</b> form.
</para>
</summary>
<returns>A list of strings (the <see cref="T:System.Collections.Generic.IList`1[[System.String]]"/> object) containing group names.
</returns>
</member>
<member name="T:DevExpress.XtraRichEdit.Export.Rtf.ExportFinalParagraphMark">
<summary>
<para>Lists criteria used to decide whether to add a final paragraph mark to exported content.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Export.Rtf.ExportFinalParagraphMark.Always">
<summary>
<para>Always adds the '\par' tag to the end of exported RTF content.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Export.Rtf.ExportFinalParagraphMark.Never">
<summary>
<para> Never adds the '\par' tag to the end of exported RTF content.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Export.Rtf.ExportFinalParagraphMark.SelectedOnly">
<summary>
<para>Adds the '\par' tag to the end of exported RTF content if the last character in the selection being exported is the carriage return.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Services.IUserListService">
<summary>
<para>Provides a list of identities to fill the <b>Editing Permissions</b> form.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IUserListService.GetUsers">
<summary>
<para>Provides a list of user names for the <b>Editing Permissions</b> form.
</para>
</summary>
<returns>A list of strings (the <see cref="T:System.Collections.Generic.IList`1[[System.String]]"/> object) containing usernames.
</returns>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.UnprotectDocumentCommand">
<summary>
<para>Stops protection on the current document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.UnprotectDocumentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the UnprotectDocumentCommand 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.UnprotectDocumentCommand.Id">
<summary>
<para>Gets the ID of the UnprotectDocumentCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShiftTabKeyCommand">
<summary>
<para>Decreases the indent by the size of one tab or inserts the tab.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShiftTabKeyCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShiftTabKeyCommand 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.ShiftTabKeyCommand.Id">
<summary>
<para>Gets the ID of the ShiftTabKeyCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertMergeFieldCommand">
<summary>
<para>Inserts the <b>MERGEFIELD</b> field at the caret position.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertMergeFieldCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl,System.String)">
<summary>
<para>Initializes a new instance of the InsertMergeFieldCommand class with the specified owner and the field argument.
</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>
<param name="fieldArgument">
A string containing the name of the data field.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertMergeFieldCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertMergeFieldCommand 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="M:DevExpress.XtraRichEdit.Commands.InsertMergeFieldCommand.CreateDefaultCommandUIState">
<summary>
<para>Creates an object representing the user interface state for the command.
</para>
</summary>
<returns>An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface, providing information on the UI state.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertMergeFieldCommand.FieldArgument">
<summary>
<para>Gets or sets the name of the data column providing data for the field.
</para>
</summary>
<value>A string containing the data column name.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertMergeFieldCommand.ForceExecute(DevExpress.Utils.Commands.ICommandUIState)">
<summary>
<para>Executes the command specifying the UI state explicitly.
</para>
</summary>
<param name="state">
An object which implements the <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertMergeFieldCommand.Id">
<summary>
<para>Gets the ID of the InsertMergeFieldCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTextCaseCommand">
<summary>
<para>Toggles the case for each character - upper case becomes lower, lower case becomes upper.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTextCaseCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTextCaseCommand 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.ToggleTextCaseCommand.Id">
<summary>
<para>Gets the ID of the ToggleTextCaseCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopRightAlignmentCommand">
<summary>
<para>Toggles top-right alignment for selected cells on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopRightAlignmentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTableCellsTopRightAlignmentCommand 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.ToggleTableCellsTopRightAlignmentCommand.Id">
<summary>
<para>Gets the ID of the ToggleTableCellsTopRightAlignmentCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopLeftAlignmentCommand">
<summary>
<para>Toggles top-left alignment for selected cells on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopLeftAlignmentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTableCellsTopLeftAlignmentCommand 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.ToggleTableCellsTopLeftAlignmentCommand.Id">
<summary>
<para>Gets the ID of the ToggleTableCellsTopLeftAlignmentCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopCenterAlignmentCommand">
<summary>
<para>Toggles top-center alignment for selected cells on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopCenterAlignmentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTableCellsTopCenterAlignmentCommand 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.ToggleTableCellsTopCenterAlignmentCommand.Id">
<summary>
<para>Gets the ID of the ToggleTableCellsTopCenterAlignmentCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopBorderCommand">
<summary>
<para>Toggles top borders for selected cells on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopBorderCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTableCellsTopBorderCommand 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.ToggleTableCellsTopBorderCommand.Id">
<summary>
<para>Gets the ID of the ToggleTableCellsTopBorderCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsRightBorderCommand">
<summary>
<para>Toggles right borders for selected cells on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTableCellsRightBorderCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTableCellsRightBorderCommand 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.ToggleTableCellsRightBorderCommand.Id">
<summary>
<para>Gets the ID of the ToggleTableCellsRightBorderCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsOutsideBorderCommand">
<summary>
<para>Toggles outer borders for selected cells on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTableCellsOutsideBorderCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTableCellsOutsideBorderCommand 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.ToggleTableCellsOutsideBorderCommand.Id">
<summary>
<para>Gets the ID of the ToggleTableCellsOutsideBorderCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsMiddleRightAlignmentCommand">
<summary>
<para>Toggles middle-right alignment for selected cells on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTableCellsMiddleRightAlignmentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTableCellsMiddleRightAlignmentCommand 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.ToggleTableCellsMiddleRightAlignmentCommand.Id">
<summary>
<para>Gets the ID of the ToggleTableCellsMiddleRightAlignmentCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsMiddleLeftAlignmentCommand">
<summary>
<para>Toggles middle-left alignment for selected cells on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTableCellsMiddleLeftAlignmentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTableCellsMiddleLeftAlignmentCommand 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.ToggleTableCellsMiddleLeftAlignmentCommand.Id">
<summary>
<para>Gets the ID of the ToggleTableCellsMiddleLeftAlignmentCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsMiddleCenterAlignmentCommand">
<summary>
<para>Toggles middle-center alignment for selected cells on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTableCellsMiddleCenterAlignmentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTableCellsMiddleCenterAlignmentCommand 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.ToggleTableCellsMiddleCenterAlignmentCommand.Id">
<summary>
<para>Gets the ID of the ToggleTableCellsMiddleCenterAlignmentCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsLeftBorderCommand">
<summary>
<para>Toggles left borders for selected cells on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTableCellsLeftBorderCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTableCellsLeftBorderCommand 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.ToggleTableCellsLeftBorderCommand.Id">
<summary>
<para>Gets the ID of the ToggleTableCellsLeftBorderCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsInsideVerticalBorderCommand">
<summary>
<para>Toggles inner vertical borders for selected cells on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTableCellsInsideVerticalBorderCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTableCellsInsideVerticalBorderCommand 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.ToggleTableCellsInsideVerticalBorderCommand.Id">
<summary>
<para>Gets the ID of the ToggleTableCellsInsideVerticalBorderCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsInsideHorizontalBorderCommand">
<summary>
<para>Toggles inner horizontal borders for selected cells on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTableCellsInsideHorizontalBorderCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTableCellsInsideHorizontalBorderCommand 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.ToggleTableCellsInsideHorizontalBorderCommand.Id">
<summary>
<para>Gets the ID of the ToggleTableCellsInsideHorizontalBorderCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsInsideBorderCommand">
<summary>
<para>Toggles inner borders for selected cells on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTableCellsInsideBorderCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTableCellsInsideBorderCommand 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.ToggleTableCellsInsideBorderCommand.Id">
<summary>
<para>Gets the ID of the ToggleTableCellsInsideBorderCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomRightAlignmentCommand">
<summary>
<para>Toggles bottom-right alignment for selected cells on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomRightAlignmentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTableCellsBottomRightAlignmentCommand 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.ToggleTableCellsBottomRightAlignmentCommand.Id">
<summary>
<para>Gets the ID of the ToggleTableCellsBottomRightAlignmentCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomLeftAlignmentCommand">
<summary>
<para>Toggles bottom-left alignment for selected cells on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomLeftAlignmentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTableCellsBottomLeftAlignmentCommand 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.ToggleTableCellsBottomLeftAlignmentCommand.Id">
<summary>
<para>Gets the ID of the ToggleTableCellsBottomLeftAlignmentCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomCenterAlignmentCommand">
<summary>
<para>Toggles bottom-center alignment for selected cells on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomCenterAlignmentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTableCellsBottomCenterAlignmentCommand 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.ToggleTableCellsBottomCenterAlignmentCommand.Id">
<summary>
<para>Gets the ID of the ToggleTableCellsBottomCenterAlignmentCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomBorderCommand">
<summary>
<para>Toggles bottom borders for selected cells on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomBorderCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTableCellsBottomBorderCommand 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.ToggleTableCellsBottomBorderCommand.Id">
<summary>
<para>Gets the ID of the ToggleTableCellsBottomBorderCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsAllBordersCommand">
<summary>
<para>Toggles all border visibility for selected cells on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTableCellsAllBordersCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTableCellsAllBordersCommand 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.ToggleTableCellsAllBordersCommand.Id">
<summary>
<para>Gets the ID of the ToggleTableCellsAllBordersCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleSpellCheckAsYouTypeCommand">
<summary>
<para>Toggles CheckAsYouType mode for a spell checker - on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleSpellCheckAsYouTypeCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleSpellCheckAsYouTypeCommand 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.ToggleSpellCheckAsYouTypeCommand.Id">
<summary>
<para>Gets the ID of the ToggleSpellCheckAsYouTypeCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.TabKeyCommand">
<summary>
<para>Increases the indent by the size of one tab or inserts the tab.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.TabKeyCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the TabKeyCommand 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.TabKeyCommand.Id">
<summary>
<para>Gets the ID of the TabKeyCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowSplitTableCellsFormMenuCommand">
<summary>
<para>Invokes the 'Split Cells' form (the command is intended for popup menus).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowSplitTableCellsFormMenuCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowSplitTableCellsFormMenuCommand 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.ShowSplitTableCellsFormMenuCommand.Id">
<summary>
<para>Gets the ID of the ShowSplitTableCellsFormMenuCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowRangeEditingPermissionsFormCommand">
<summary>
<para>Invokes the 'Editing Permissions' form used to view and set ranges with permissions.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowRangeEditingPermissionsFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowRangeEditingPermissionsFormCommand 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.ShowRangeEditingPermissionsFormCommand.Id">
<summary>
<para>Gets the ID of the ShowRangeEditingPermissionsFormCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowInsertMergeFieldFormCommand">
<summary>
<para>Invokes the dialog window that alows inserting merged fields from the database into the document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowInsertMergeFieldFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowInsertMergeFieldFormCommand 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.ShowInsertMergeFieldFormCommand.Id">
<summary>
<para>Gets the ID of the ShowInsertMergeFieldFormCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowDeleteTableCellsFormMenuCommand">
<summary>
<para>Invokes the 'Delete Cells' form (the command is intended for popup menus).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowDeleteTableCellsFormMenuCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowDeleteTableCellsFormMenuCommand 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.ShowDeleteTableCellsFormMenuCommand.Id">
<summary>
<para>Gets the ID of the ShowDeleteTableCellsFormMenuCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetSectionTwoColumnsCommand">
<summary>
<para>Set the section to have two columns.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetSectionTwoColumnsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetSectionTwoColumnsCommand 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.SetSectionTwoColumnsCommand.Id">
<summary>
<para>Gets the ID of the SetSectionTwoColumnsCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetSectionThreeColumnsCommand">
<summary>
<para>Set the section to have three columns.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetSectionThreeColumnsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetSectionThreeColumnsCommand 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.SetSectionThreeColumnsCommand.Id">
<summary>
<para>Gets the ID of the SetSectionThreeColumnsCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetSectionOneColumnCommand">
<summary>
<para>Set the section to have only one column.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetSectionOneColumnCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetSectionOneColumnCommand 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.SetSectionOneColumnCommand.Id">
<summary>
<para>Gets the ID of the SetSectionOneColumnCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ResetTableCellsBordersCommand">
<summary>
<para>Removes borders of selected cells.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ResetTableCellsBordersCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ResetTableCellsBordersCommand 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.ResetTableCellsBordersCommand.Id">
<summary>
<para>Gets the ID of the ResetTableCellsBordersCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.PreviousDataRecordCommand">
<summary>
<para>Navigates to the previous data record in the bound data source.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.PreviousDataRecordCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the PreviousDataRecordCommand 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.PreviousDataRecordCommand.Id">
<summary>
<para>Gets the ID of the PreviousDataRecordCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.NextDataRecordCommand">
<summary>
<para>Navigates to the next data record in the bound data source.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.NextDataRecordCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the NextDataRecordCommand 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.NextDataRecordCommand.Id">
<summary>
<para>Gets the ID of the NextDataRecordCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.MakeTextUpperCaseCommand">
<summary>
<para>Converts selected text to upper case.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.MakeTextUpperCaseCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the MakeTextUpperCaseCommand 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.MakeTextUpperCaseCommand.Id">
<summary>
<para>Gets the ID of the MakeTextUpperCaseCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.MakeTextLowerCaseCommand">
<summary>
<para>Converts selected text to lower case.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.MakeTextLowerCaseCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the MakeTextLowerCaseCommand 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.MakeTextLowerCaseCommand.Id">
<summary>
<para>Gets the ID of the MakeTextLowerCaseCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.FirstDataRecordCommand">
<summary>
<para>Navigates to the first data record in the bound data source.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.FirstDataRecordCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the FirstDataRecordCommand 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.FirstDataRecordCommand.Id">
<summary>
<para>Gets the ID of the FirstDataRecordCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.LastDataRecordCommand">
<summary>
<para>Navigates to the last data record in the bound data source.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.LastDataRecordCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the LastDataRecordCommand 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.LastDataRecordCommand.Id">
<summary>
<para>Gets the ID of the LastDataRecordCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.DeleteTableRowsMenuCommand">
<summary>
<para>Deletes selected rows in a table (the command is intended for popup menus).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.DeleteTableRowsMenuCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the DeleteTableRowsMenuCommand 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.DeleteTableRowsMenuCommand.Id">
<summary>
<para>Gets the ID of the DeleteTableRowsMenuCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.DeleteTableColumnsMenuCommand">
<summary>
<para>Deletes selected columns in a table (the command is intended for popup menus).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.DeleteTableColumnsMenuCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the DeleteTableColumnsMenuCommand 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.DeleteTableColumnsMenuCommand.Id">
<summary>
<para>Gets the ID of the DeleteTableColumnsMenuCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.DeselectAllCommand">
<summary>
<para>Resets the selection in a document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.DeselectAllCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the DeselectAllCommand 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.DeselectAllCommand.Id">
<summary>
<para>Gets the ID of the DeselectAllCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.CheckSpellingCommand">
<summary>
<para>Represents a command that starts the spell check in the current document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.CheckSpellingCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the CheckSpellingCommand 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.CheckSpellingCommand.Id">
<summary>
<para>Gets the ID of the CheckSpellingCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.BackSpaceKeyCommand">
<summary>
<para>Represents a command used to move the cursor backwards and erase the character in that space.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.BackSpaceKeyCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the BackSpaceKeyCommand 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.BackSpaceKeyCommand.Id">
<summary>
<para>Gets the ID of the BackSpaceKeyCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertSimpleListCommand">
<summary>
<para>Represents a command used to insert a simple numbered list.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertSimpleListCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertSimpleListCommand 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.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertBulletListCommand">
<summary>
<para>Represents a command used to insert a bulleted list.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertBulletListCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertBulletListCommand 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.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleShowHorizontalRulerCommand">
<summary>
<para>Toggles horizontal ruler visibility on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleShowHorizontalRulerCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleShowHorizontalRulerCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleShowHorizontalRulerCommand.Id">
<summary>
<para>Gets the ID of the ToggleShowHorizontalRulerCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleShowVerticalRulerCommand">
<summary>
<para>Toggles vertical ruler visibility on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleShowVerticalRulerCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleShowVerticalRulerCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleShowVerticalRulerCommand.Id">
<summary>
<para>Gets the ID of the ToggleShowVerticalRulerCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleShowTableGridLinesCommand">
<summary>
<para>Toggles displaying grid lines for a table with no borders applied - on/off.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleShowTableGridLinesCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleShowTableGridLinesCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleShowTableGridLinesCommand.Id">
<summary>
<para>Gets the ID of the ToggleShowTableGridLinesCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SplitTableCommand">
<summary>
<para>Splits the table at the selected row.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SplitTableCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SplitTableCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SplitTableCommand.Id">
<summary>
<para>Gets the ID of the SplitTableCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowSplitTableCellsFormCommand">
<summary>
<para>Invokes the 'Split Cells' form used to specify the number of columns and rows into which the cell should be split.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowSplitTableCellsFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowSplitTableCellsFormCommand 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.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowSplitTableCellsFormCommand.CreateDefaultCommandUIState">
<summary>
<para>Creates an object representing the user interface state for the command.
</para>
</summary>
<returns>An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface, providing information on the UI state.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowSplitTableCellsFormCommand.ForceExecute(DevExpress.Utils.Commands.ICommandUIState)">
<summary>
<para>Performs a command action regardless of a command state.
</para>
</summary>
<param name="state">
An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface defining the command state.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowSplitTableCellsFormCommand.Id">
<summary>
<para>Gets the ID of the ShowSplitTableCellsFormCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowInsertTableCellsFormCommand">
<summary>
<para>Invokes the 'Insert Cells' form used to select from the options to insert a cell, a row or a column.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowInsertTableCellsFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowInsertTableCellsFormCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowInsertTableCellsFormCommand.Id">
<summary>
<para>Gets the ID of the ShowInsertTableCellsFormCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowDeleteTableCellsFormCommand">
<summary>
<para>Invokes the 'Delete Cells' form used to select from the options to delete a cell, a row or a column.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowDeleteTableCellsFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowDeleteTableCellsFormCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowDeleteTableCellsFormCommand.Id">
<summary>
<para>Gets the ID of the ShowDeleteTableCellsFormCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SelectTableCommand">
<summary>
<para>Selects the entire table in which the caret is located.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SelectTableCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SelectTableCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SelectTableCommand.Id">
<summary>
<para>Gets the ID of the SelectTableCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ProtectDocumentCommand">
<summary>
<para>Enforces document protection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ProtectDocumentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ProtectDocumentCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ProtectDocumentCommand.Id">
<summary>
<para>Gets the ID of the ProtectDocumentCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.MergeTableCellsCommand">
<summary>
<para>Merges selected cells.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.MergeTableCellsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the MergeTableCellsCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.MergeTableCellsCommand.Id">
<summary>
<para>Gets the ID of the MergeTableCellsCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.MailMergeSaveDocumentAsCommand">
<summary>
<para>Performs a mail merge and invokes the <b>Save As...</b> dialog to ask for a file name to save the merged document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.MailMergeSaveDocumentAsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the MailMergeSaveDocumentAsCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.MailMergeSaveDocumentAsCommand.Id">
<summary>
<para>Gets the ID of the MailMergeSaveDocumentAsCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertTableColumnToTheRightCommand">
<summary>
<para>Inserts a column to the right of the rightmost column in a selection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertTableColumnToTheRightCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertTableColumnToTheRightCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertTableColumnToTheRightCommand.Id">
<summary>
<para>Gets the ID of the InsertTableColumnToTheRightCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertTableColumnToTheLeftCommand">
<summary>
<para>Inserts a column to the left of the leftmost column in a selection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertTableColumnToTheLeftCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertTableColumnToTheLeftCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertTableColumnToTheLeftCommand.Id">
<summary>
<para>Gets the ID of the InsertTableColumnToTheLeftCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.DeleteTableColumnsCommand">
<summary>
<para>Deletes selected columns in a table.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.DeleteTableColumnsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the DeleteTableColumnsCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DeleteTableColumnsCommand.Id">
<summary>
<para>Gets the ID of the DeleteTableColumnsCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.DeleteTableRowsCommand">
<summary>
<para>Deletes selected rows in a table.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.DeleteTableRowsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the DeleteTableRowsCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DeleteTableRowsCommand.Id">
<summary>
<para>Gets the ID of the DeleteTableRowsCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.DeleteTableCommand">
<summary>
<para>Deletes the selected table.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.DeleteTableCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the DeleteTableCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DeleteTableCommand.Id">
<summary>
<para>Gets the ID of the DeleteTableCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ClearUndoCommand">
<summary>
<para>Deletes command history for the document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ClearUndoCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ClearUndoCommand 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ClearUndoCommand.Id">
<summary>
<para>Gets the ID of the ClearUndoCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.ParagraphStyleCollection">
<summary>
<para>Represents a collection of paragraph styles.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.ParagraphStyleCollection.Add(DevExpress.XtraRichEdit.API.Native.ParagraphStyle)">
<summary>
<para>Add a style to the collection of styles in the current document.
</para>
</summary>
<param name="style">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphStyle"/> class instance representing a paragraph style.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.ParagraphStyleCollection.CreateNew">
<summary>
<para>Creates a new paragraph style.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphStyle"/> object representing a paragraph style.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.ParagraphStyleCollection.Delete(DevExpress.XtraRichEdit.API.Native.ParagraphStyle)">
<summary>
<para>Marks the specified style as deleted so it can no longer be applied.
</para>
</summary>
<param name="style">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphStyle"/> to delete.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphStyleCollection.Item(System.String)">
<summary>
<para>Gets the <b>Paragraph Style</b> object specified by its name.
</para>
</summary>
<param name="name">
A string specifying the style name.
</param>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphStyle"/> object which represents the style with the specified name.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.CustomMarkCollection">
<summary>
<para>Represents a collection of custom marks in the document.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.CustomMark">
<summary>
<para>Represents a custom mark in the document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.CustomMark.Position">
<summary>
<para>Gets a position in a document that is marked by the current custom mark.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object representing a marked position in the document.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.CustomMark.UserData">
<summary>
<para>Gets data used to visualize a custom mark.
</para>
</summary>
<value>An object representing custom data required to draw a mark.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.CharacterStyleCollection">
<summary>
<para>Represents a collection of character styles.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.CharacterStyleCollection.Add(DevExpress.XtraRichEdit.API.Native.CharacterStyle)">
<summary>
<para>Add a style to the collection of styles in the current document.
</para>
</summary>
<param name="style">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.CharacterStyle"/> class instance representing a character style.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.CharacterStyleCollection.CreateNew">
<summary>
<para>Creates a new character style.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.CharacterStyle"/> object representing a character style.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.CharacterStyleCollection.Delete(DevExpress.XtraRichEdit.API.Native.CharacterStyle)">
<summary>
<para>Marks the specified style as deleted, so it can no longer be applied.
</para>
</summary>
<param name="style">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.CharacterStyle"/> to delete.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.CharacterStyleCollection.Item(System.String)">
<summary>
<para>Gets the <b>Character Style</b> object specified by its name.
</para>
</summary>
<param name="name">
A string specifying the style name.
</param>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.CharacterStyle"/> object which represents the style with the specified name.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TabInfoCollection">
<summary>
<para>Represents a collection of tab stops.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TabInfoCollection.#ctor">
<summary>
<para>Initializes a new instance of the TabInfoCollection class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TabInfo">
<summary>
<para>Represents a tab stop.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TabInfo.#ctor">
<summary>
<para>Initializes a new instance of the TabInfo class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TabInfo.Alignment">
<summary>
<para>Gets or sets the alignment type, specifying how any text after the tab will be lined up.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TabAlignmentType"/> enumeration member.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TabInfo.Deleted">
<summary>
<para>Gets or sets whether the individual tab stop is in effect.
</para>
</summary>
<value><b>true</b> to switch off this tab stop; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TabInfo.Leader">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TabInfo.Position">
<summary>
<para>Gets or sets the position of the tab stop.
</para>
</summary>
<value>A number representing the distance from the left edge of the text area, measured in units specified by the <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> property.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.RangePermissionCollection">
<summary>
<para>Represents a collection of ranges with permissions in the current document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.RangePermissionCollection.#ctor">
<summary>
<para>Initializes a new instance of the RangePermissionCollection class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.RangePermission">
<summary>
<para>Represents a document range for which editing permissions are set.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.RangePermission.#ctor(DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Initializes a new instance of the RangePermission class for the specified range.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing a range in the document for which permission is created.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.RangePermission.Group">
<summary>
<para>Gets or sets the name of the group of users for which the editing permission is set.
</para>
</summary>
<value>A string containing the name of the user group.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.RangePermission.Range">
<summary>
<para>Gets the document range for which the editing permission is set.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing a range where editing is allowed by a certain user or group only.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.RangePermission.UserName">
<summary>
<para>Gets or sets the username for which the editing permission is set.
</para>
</summary>
<value>A string containing the name of the user.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Utils.RichEditImage">
<summary>
<para>Represents an image in the document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.RichEditImage.CanGetImageBytes(DevExpress.XtraRichEdit.Utils.RichEditImageFormat)">
<summary>
<para>Indicates whether the RichEditImage descendant can get image data as an array of bytes.
</para>
</summary>
<param name="imageFormat">
A <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImageFormat"/> enumeration member, specifying the format of the resulting image data.
</param>
<returns><b>true</b> if the <b>RichEditImage</b> descendant implements the <b>GetImageBytes</b> method; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.RichEditImage.Clone">
<summary>
<para>Creates a new object that is a copy of the current <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImage"/> instance.
</para>
</summary>
<returns>A new object that is a copy of this instance.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.RichEditImage.CreateImage(System.IO.Stream)">
<summary>
<para>Creates a <b>DevExpress.XtraRichEdit.Utils.RichEditImage</b> from the specified data stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> that contains the data for this image.
</param>
<returns>A new <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImage"/> object created from the stream.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.RichEditImage.Dispose">
<summary>
<para>Releases all resources used by this object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.RichEditImage.GetContentType(DevExpress.XtraRichEdit.Utils.RichEditImageFormat)">
<summary>
<para>Static method used to get the MIME content type by the <b>DevExpress.XtraRichEdit.Utils.RichEditImageFormat</b> value.
</para>
</summary>
<param name="imageFormat">
A <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImageFormat"/> enumeration member specifying the image format.
</param>
<returns>A string indicating the mime content type.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.RichEditImage.GetExtension(DevExpress.XtraRichEdit.Utils.RichEditImageFormat)">
<summary>
<para>Static method used to obtain an extension by the <b>DevExpress.XtraRichEdit.Utils.RichEditImageFormat</b> value.
</para>
</summary>
<param name="imageFormat">
A <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImageFormat"/> enumeration member specifying the image format.
</param>
<returns>A string representing a file extension for a given image format.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.RichEditImage.GetImageBytes(DevExpress.XtraRichEdit.Utils.RichEditImageFormat)">
<summary>
<para>Returns a byte array of image data encoded in the specified format.
</para>
</summary>
<param name="imageFormat">
A <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImageFormat"/> enumeration member specifying the format of the resulting image data.
</param>
<returns>A <see cref="T:System.Byte"/> array that contains the image data.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.RichEditImage.GetImageBytesSafe(DevExpress.XtraRichEdit.Utils.RichEditImageFormat)">
<summary>
<para>Attempts to get image data as an array of bytes in original format, and in case of failure gets the data in PNG format.
</para>
</summary>
<param name="imageFormat">
A <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImageFormat"/> enumeration member, specifying the format of the resulting image data.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImageFormat"/> enumeration member, specifying the format of the resulting image data.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.HorizontalResolution">
<summary>
<para>Gets the horizontal resolution of the image, in pixels per inch.
</para>
</summary>
<value>The horizontal resolution, in pixels per inch, of this image.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Utils.RichEditImage.IsExportSupported(DevExpress.XtraRichEdit.Utils.RichEditImageFormat)">
<summary>
<para>This property is overridden in <b>RichEditImage</b> class descendants to indicate image formats not suitable for export.
</para>
</summary>
<param name="rawFormat">
A <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImageFormat"/> enumeration member specifying the image format to export.
</param>
<returns>Always <b>true</b>.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.NativeImage">
<summary>
<para>Provides access to the native <see cref="T:System.Drawing.Image"/> object.
</para>
</summary>
<value>An <see cref="T:System.Drawing.Image"/> object representing a native image.
</value>
</member>
<member name="E:DevExpress.XtraRichEdit.Utils.RichEditImage.NativeImageChanged">
<summary>
<para>Intended for internal use.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraRichEdit.Utils.RichEditImage.NativeImageChanging">
<summary>
<para>Intended for internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.PaletteLength">
<summary>
<para>Gets the number of colors in the image's palette.
</para>
</summary>
<value>An <see cref="T:System.Int32"/> value, representing the number of entries in the palette color table.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.PixelFormat">
<summary>
<para>Gets a pixel format of the image.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat"/> enumeration member representing pixel format.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.RawFormat">
<summary>
<para>Gets the file format of this image.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImageFormat"/> enumeration member representing the image file format.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.SizeInDocuments">
<summary>
<para>Gets the size of an image in <see cref="F:DevExpress.XtraRichEdit.DocumentUnit.Document"/> units.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> structure representing the image size measured in documents.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.SizeInHundredthsOfMillimeter">
<summary>
<para>Gets the size of an image in hundredths of a millimeter.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> structure representing the image size measured in hundredths of a millimeter.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.SizeInOriginalUnits">
<summary>
<para>This property is overridden in <b>RichEditImage</b> descendants to get the size of a native image measured in original units.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> structure representing the image size measured in original units.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.SizeInPixels">
<summary>
<para>Gets the size of an image in hundredths of a millimeter.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> structure representing the image size measured in pixels.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.SizeInTwips">
<summary>
<para>Gets the size of an image in twips (1,440 twips equals one inch, and 567 twips equals one centimeter).
</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> structure representing the image size measured in twips.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.Uri">
<summary>
<para>This property is overridden in <b>RichEditImage</b> class descendants to get the URI of the image.
</para>
</summary>
<value>A string, representing the URI of an image.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.VerticalResolution">
<summary>
<para>Gets the horizontal resolution of the image, in pixels per inch.
</para>
</summary>
<value>The horizontal resolution, in pixels per inch, of this image.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Utils.RichEditImageFormat">
<summary>
<para>Lists supported image formats.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.Bmp">
<summary>
<para>Specifies the bitmap (BMP) image format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.Emf">
<summary>
<para>Specifies the enhanced metafile (EMF) image format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.Exif">
<summary>
<para>Specifies the Exchangeable Image File (Exif) format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.Gif">
<summary>
<para>Specifies the Graphics Interchange Format (GIF) image format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.Icon">
<summary>
<para>Specifies the Windows icon image format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.Jpeg">
<summary>
<para>Specifies the Joint Photographic Experts Group (JPEG) image format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.MemoryBmp">
<summary>
<para>Specifies a memory bitmap image format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.None">
<summary>
<para>Unspecified format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.Png">
<summary>
<para>Specifies the W3C Portable Network Graphics (PNG) image format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.Tiff">
<summary>
<para>Specifies the Tagged Image File Format (TIFF) image format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.Wmf">
<summary>
<para>Specifies the Windows metafile (WMF) image format.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.VerticalRulerOptions">
<summary>
<para>Represents the class containing options for the vertical ruler.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.VerticalRulerOptions.#ctor">
<summary>
<para>Initializes a new instance of the VerticalRulerOptions class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.TableOptions">
<summary>
<para>Represents the class containing miscellaneous table options.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.TableOptions.#ctor">
<summary>
<para>Initializes a new instance of the TableOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.TableOptions.GridLines">
<summary>
<para>Gets or sets whether the boundaries of cells without borders applied, are visible.
</para>
</summary>
<value><b>true</b> to show table grid lines; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.RulerOptions">
<summary>
<para>Represents the base class for ruler options.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.RulerOptions.Visibility">
<summary>
<para>Gets or sets whether the ruler is shown.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.RichEditRulerVisibility"/> enumeration member specifying the visibility mode.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditUnhandledExceptionEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.UnhandledException"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditUnhandledExceptionEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.RichEditUnhandledExceptionEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.UnhandledException"/> event.
</para>
</summary>
<param name="sender">
The event sender ( a <see cref="T:DevExpress.Xpf.RichEdit.RichEditControl"/>).
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.RichEditUnhandledExceptionEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditUnhandledExceptionEventArgs">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.UnhandledException"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditUnhandledExceptionEventArgs.#ctor(System.Exception)">
<summary>
<para>Initializes a new instance of the RichEditUnhandledExceptionEventArgs class with the specified exception.
</para>
</summary>
<param name="e">
An <see cref="T:System.Exception"/> object representing the exception which caused an event.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditUnhandledExceptionEventArgs.Exception">
<summary>
<para>Gets the exception which triggers the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.UnhandledException"/> event.
</para>
</summary>
<value>An <see cref="T:System.Exception"/> object representing an exception which caused the event.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditUnhandledExceptionEventArgs.Handled">
<summary>
<para>Gets or sets whether the exception should be propagated upwards.
</para>
</summary>
<value><b>true</b> to stop the exception from being propagated; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditLayoutOptions">
<summary>
<para>Represents the class containing miscellaneous layout options.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditLayoutOptions.#ctor">
<summary>
<para>Initializes a new instance of the RichEditLayoutOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditLayoutOptions.AllowTablesToExtendIntoMargins">
<summary>
<para>Gets or sets whether a table can extend past the margins of a document.
</para>
</summary>
<value><b>true</b> if tables are allowed to extend past the margins; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.RangePermissionOptions">
<summary>
<para>Represents settings which define how the ranges with permissions are marked in the document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RangePermissionOptions.#ctor">
<summary>
<para>Initializes a new instance of the RangePermissionOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.RangePermissionOptions.BracketsColor">
<summary>
<para>Gets or sets the color of the visual marks (brackets) that indicate the start and the end of a range with permission in a document with protection disabled.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure representing ARGB color.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RangePermissionOptions.Color">
<summary>
<para>Currently not in use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RangePermissionOptions.HighlightBracketsColor">
<summary>
<para>Gets or sets the color of the visual marks (brackets) that indicate the start and the end of each editable range in a protected document with protection enabled.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure representing ARGB color.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RangePermissionOptions.HighlightColor">
<summary>
<para>Gets or sets the color used to highlight each editable range in a protected document with protection enabled.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure representing ARGB color.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RangePermissionOptions.Visibility">
<summary>
<para>Gets or sets whether the ranges with permissions are visually indicated.
</para>
</summary>
<value><b>true</b> if ranges with permissions are emphasized; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.NumberingOptions">
<summary>
<para>Represents settings which define the appearance and behavior of hyperlinks in the document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.NumberingOptions.#ctor">
<summary>
<para>Initializes a new instance of the NumberingOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.NumberingOptions.Bulleted">
<summary>
<para>Gets or sets the availability of operations with bulleted lists in the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the bulleted list operations availability.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.NumberingOptions.BulletedAllowed">
<summary>
<para>Gets whether the <b>bulleted lists</b> feature is allowed.
</para>
</summary>
<value><b>true</b> if a feature is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.NumberingOptions.MultiLevel">
<summary>
<para>Gets or sets the availability of operations with multilevel lists in the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the availability of multilevel list operations.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.NumberingOptions.MultiLevelAllowed">
<summary>
<para>Gets whether the <b>multilevel lists</b> feature is allowed.
</para>
</summary>
<value><b>true</b> if a feature is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.NumberingOptions.Simple">
<summary>
<para>Gets or sets the availability of operations with simple numbered lists in the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the availability of numbered list operations.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.NumberingOptions.SimpleAllowed">
<summary>
<para>Gets whether the <b>simple numbered lists</b> feature is allowed.
</para>
</summary>
<value><b>true</b> if a feature is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.HyperlinkClickEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.HyperlinkClick"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.HyperlinkClickEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.HyperlinkClickEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.HyperlinkClick"/> event.
</para>
</summary>
<param name="sender">
The event sender ( a <see cref="T:DevExpress.Xpf.RichEdit.RichEditControl"/>).
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.HyperlinkClickEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.HorizontalRulerOptions">
<summary>
<para>Represents the class containing options for the horizontal ruler.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.HorizontalRulerOptions.#ctor">
<summary>
<para>Initializes a new instance of the HorizontalRulerOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.HorizontalRulerOptions.ShowLeftIndent">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.HorizontalRulerOptions.ShowRightIndent">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.HorizontalRulerOptions.ShowTabs">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.FieldOptions">
<summary>
<para>Represents settings which define the appearance and behavior of the document fields.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.FieldOptions.#ctor">
<summary>
<para>Initializes a new instance of the FieldOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.FieldOptions.HighlightColor">
<summary>
<para>Gets or sets the color used to highlight the document fields.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value representing the highlight color.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.FieldOptions.HighlightMode">
<summary>
<para>Gets or sets when the document fields should be highlighted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.FieldsHighlightMode"/> enumeration member specifying the condition.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.DocumentSaveOptions">
<summary>
<para>Represents the settings which define file name and file format that are used when saving and loading the document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentSaveOptions.#ctor">
<summary>
<para>Initializes a new instance of the DocumentSaveOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentSaveOptions.CurrentFileName">
<summary>
<para>Gets or sets the file name into which the document is saved or from which it is loaded.
</para>
</summary>
<value>A <see cref="T:System.String"/> which represents the current file name (including the path and the file extension).
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentSaveOptions.CurrentFormat">
<summary>
<para>Gets or sets the file format into which the document is saved or from which it is loaded.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> member representing the current file format.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentSaveOptions.DefaultFileName">
<summary>
<para>Gets or sets the file name used by default, when saving or loading documents.
</para>
</summary>
<value>A <see cref="T:System.String"/> which represents the default file name (including the path and the file extension).
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentSaveOptions.DefaultFormat">
<summary>
<para>Gets or sets the file format used by default, when saving or loading documents.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> member, representing the default file format.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.BookmarkOptions">
<summary>
<para>Represents settings which define the appearance of bookmarks in the document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.BookmarkOptions.#ctor">
<summary>
<para>Initializes a new instance of the BookmarkOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.BookmarkOptions.Color">
<summary>
<para>Gets or sets the color used to indicate a bookmark in the document.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure representing ARGB color.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.BookmarkOptions.Visibility">
<summary>
<para>Gets or sets whether bookmarks are displayed in the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.RichEditBookmarkVisibility"/> enumeration value specifying whether bookmarks are visible.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.AuthenticationOptions">
<summary>
<para>Represents a set of credentials used to identify editable ranges in a protected document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.AuthenticationOptions.#ctor">
<summary>
<para>Initializes a new instance of the AuthenticationOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.AuthenticationOptions.EMail">
<summary>
<para>Gets or sets email address used to authenticate a user if document protection is enabled.
</para>
</summary>
<value>A string containing email address.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.AuthenticationOptions.Group">
<summary>
<para>Gets or sets user group name used to authenticate a user if document protection is enabled.
</para>
</summary>
<value>A string containing a user group name.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.AuthenticationOptions.Password">
<summary>
<para>Gets or sets the password that can be used to authenticate a user if document protection is enabled.
</para>
</summary>
<value>A string containing a password.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.AuthenticationOptions.UserName">
<summary>
<para>Gets or sets a name used to authenticate a user, if document protection is enabled.
</para>
</summary>
<value>A string containing a user name.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditTableGridLinesVisibility">
<summary>
<para>Lists values specifying the visibility of grid lines in table cells without borders.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.RichEditTableGridLinesVisibility.Auto">
<summary>
<para>Default setting.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.RichEditTableGridLinesVisibility.Hidden">
<summary>
<para>If cells do not have borders applied, their boundaries are not shown.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.RichEditTableGridLinesVisibility.Visible">
<summary>
<para>Cell boundaries of a table are shown wherever the table doesn't have borders applied.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditRulerVisibility">
<summary>
<para>Specifies the visibility of a ruler.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.RichEditRulerVisibility.Auto">
<summary>
<para>The ruler visibility is determined by the current view.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.RichEditRulerVisibility.Hidden">
<summary>
<para>The ruler is always hidden.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.RichEditRulerVisibility.Visible">
<summary>
<para>The ruler is always visible.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditRangePermissionVisibility">
<summary>
<para>Lists values specifying the visibility of indicators for ranges with permissions (highlighting, enclosing brackets).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.RichEditRangePermissionVisibility.Auto">
<summary>
<para>Ranges with permissions are usually highlighted.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.RichEditRangePermissionVisibility.Hidden">
<summary>
<para>Ranges with permissions are not highlighted.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.RichEditRangePermissionVisibility.Visible">
<summary>
<para>Ranges with permissions are always highlighted.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditFormattingMarkVisibility">
<summary>
<para>Lists values specifying the visibility of formatting marks.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.RichEditFormattingMarkVisibility.Auto">
<summary>
<para>Formatting mark visibility is determined by the current view.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.RichEditFormattingMarkVisibility.Hidden">
<summary>
<para>Formatting marks are always hidden.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.RichEditFormattingMarkVisibility.Visible">
<summary>
<para>Formatting marks are always visible.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditBookmarkVisibility">
<summary>
<para>Lists values specifying the visibility of bookmarks.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.RichEditBookmarkVisibility.Auto">
<summary>
<para>Bookmark visibility is determined by the current view.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.RichEditBookmarkVisibility.Hidden">
<summary>
<para>Bookmarks are always hidden.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.RichEditBookmarkVisibility.Visible">
<summary>
<para>Bookmarks are always visible.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.FieldsHighlightMode">
<summary>
<para>Lists conditions for highlighting the fields in the document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.FieldsHighlightMode.Always">
<summary>
<para>Document fields are always highlighted.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.FieldsHighlightMode.Auto">
<summary>
<para>Default highlight mode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.FieldsHighlightMode.Never">
<summary>
<para>Document fields are not visually recognized.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.DocumentLayoutUnit">
<summary>
<para>Lists measurement units used for the document layout.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentLayoutUnit.Document">
<summary>
<para>Specifies documents (one three-hundredths of an inch) as measurement units.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentLayoutUnit.Pixel">
<summary>
<para>Specifies pixels as measurement units.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentLayoutUnit.Twip">
<summary>
<para>Specifies twips (1,440 twips equal one inch, and 567 twips equal one centimeter) as measurement units.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.DocumentCapability">
<summary>
<para>Lists the availability of a certain functionality in the XtraRichEdit document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentCapability.Default">
<summary>
<para>The value is determined by the current setting. The default value is automatically set if it is not explicitly specified.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentCapability.Disabled">
<summary>
<para>The feature is not allowed and the corresponding commands are shown disabled.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentCapability.Enabled">
<summary>
<para>The feature is available and the corresponding commands are shown enabled.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentCapability.Hidden">
<summary>
<para>The feature is not available and the corresponding commands are hidden.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditControlOptionsBase">
<summary>
<para>Represents the base class for the RichEditControl options.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditControlOptionsBase.#ctor(DevExpress.XtraRichEdit.Internal.InnerRichEditDocumentServer)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="documentServer">
[To be supplied]
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditControlOptionsBase.Authentication">
<summary>
<para>Provides access to an object used to specify the identity parameters for range editing permissions.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraRichEdit.AuthenticationOptions"/> class instance that holds identity parameters.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditControlOptionsBase.AutoCorrect">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditControlOptionsBase.Behavior">
<summary>
<para>Provides access to an object that enables you to apply restrictions on different editor operations.
</para>
</summary>
<value>A <b>RichEditBehaviorOptions</b> class instance containing restriction specifications.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditControlOptionsBase.Bookmarks">
<summary>
<para>Gets or sets whether the bookmarks support is required for correct export of the document.
</para>
</summary>
<value><b>true</b> if the document contains bookmarks; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditControlOptionsBase.DocumentCapabilities">
<summary>
<para>Provides access to an object used to specify document and operation restrictions.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions"/> class instance that provides access to various document and operation restrictions.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditControlOptionsBase.DocumentSaveOptions">
<summary>
<para>Provides access to the control's document saving options.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraRichEdit.DocumentSaveOptions"/> object that contains document saving related settings.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditControlOptionsBase.Export">
<summary>
<para>Provides access to RichEditControl options used for export to different formats.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Export.RichEditDocumentExportOptions"/> object containing format-specific export options.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditControlOptionsBase.Fields">
<summary>
<para>Provides access to options specific to document fields.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.FieldOptions"/> class instance containing options specific to fields.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditControlOptionsBase.FormattingMarkVisibility">
<summary>
<para>Provides access to an object used to specify how formatting marks and hidden text ranges are shown in the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.FormattingMarkVisibilityOptions"/> instance specifying the visibility of formatting marks.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditControlOptionsBase.HorizontalRuler">
<summary>
<para>Provides access to options specific to the horizontal ruler element of the RichEditControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.HorizontalRulerOptions"/> class instance containing options specific to the horizontal ruler.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditControlOptionsBase.Hyperlinks">
<summary>
<para>Provides access to options specific to hyperlinks.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.HyperlinkOptions"/> class instance containing options specific to hyperlinks.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditControlOptionsBase.Import">
<summary>
<para>Provides access to RichEditControl options used for import from different formats.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Import.RichEditDocumentImportOptions"/> object containing format-specific import options.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditControlOptionsBase.Layout">
<summary>
<para>Provides access to RichEditControl options that affect layout and display.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.RichEditLayoutOptions"/> object containing specific options.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditControlOptionsBase.MailMerge">
<summary>
<para>Provides access to default RichEditControl options used for mail merge.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.RichEditMailMergeOptions"/> object containing default mail merge options.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditControlOptionsBase.RangePermissions">
<summary>
<para>Provides access to an object used to specify various options for ranges with permissions in the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.BookmarkOptions"/> object containing options for ranges with permissions.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditControlOptionsBase.TableOptions">
<summary>
<para>Provides access to an object used to specify different options for tables in the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.TableOptions"/> object containing options for the document tables.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditControlOptionsBase.VerticalRuler">
<summary>
<para>Provides access to options specific for the vertical ruler of the RichEditControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.VerticalRulerOptions"/> object used to specify options for the vertical ruler.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditNotificationOptions">
<summary>
<para>Represents a base class for the classes containing different options used in the RichEditControl.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraRichEdit.RichEditNotificationOptions.Changed">
<summary>
<para>Occurs when the RichEditControl options are modified.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditNotificationOptions.Reset">
<summary>
<para>Resets all notification options to their default values.
</para>
</summary>
</member>
</members>
</doc>