Mini Kabibi Habibi
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.RichEdit.v13.1.Core</name>
</assembly>
<members>
<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.Office.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">
A <see cref="T:DevExpress.Office.Import.IImporterOptions"/> class instance, representing the source object for copying.
</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.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleHiddenTextCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleHiddenTextCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.NextDataRecordCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.NextDataRecordCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.NextDataRecordCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.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.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>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.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.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.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.Office.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">
A <see cref="T:DevExpress.Office.Import.IImporterOptions"/> class instance, representing the source object for copying.
</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.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.Doc">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</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.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 code 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 string representing the field's code.
</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.Commands.ToggleTableFixedColumnWidthCommand">
<summary>
<para>Prevents table column widths from changing to accommodate cell content.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTableFixedColumnWidthCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTableFixedColumnWidthCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableFixedColumnWidthCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableFixedColumnWidthCommand.Id">
<summary>
<para>Gets the ID of the ToggleTableFixedColumnWidthCommand.
</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.ToggleTableFixedColumnWidthCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableFixedColumnWidthCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleSpellCheckAsYouTypeCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleSpellCheckAsYouTypeCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleSpellCheckAsYouTypeCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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 (usually the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SplitTableCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.SplitTableCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SplitTableCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.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="P:DevExpress.XtraRichEdit.Commands.ShowSplitTableCellsFormMenuCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertMergeFieldCommand">
<summary>
<para>Inserts the <b>MERGEFIELD</b> field at the selection.
</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 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.XtraRichEdit.RichEditControl"/>).
</param>
<param name="fieldArgument">
A string containing the name of the data column.
</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.XtraRichEdit.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.InsertMergeFieldCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.CheckSpellingCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.CheckSpellingCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.CheckSpellingCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTextCaseCommand">
<summary>
<para>Toggles 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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTextCaseCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleTextCaseCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopRightAlignmentCommand">
<summary>
<para>Applies top-right alignment for selected cells.
</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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopRightAlignmentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopRightAlignmentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopRightAlignmentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopCenterAlignmentCommand">
<summary>
<para>Applies top-center alignment for selected cells.
</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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopCenterAlignmentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopCenterAlignmentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopCenterAlignmentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopBorderCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopBorderCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopBorderCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsRightBorderCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsRightBorderCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsRightBorderCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsOutsideBorderCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsOutsideBorderCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsOutsideBorderCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsMiddleRightAlignmentCommand">
<summary>
<para>Applies middle-right alignment for selected cells.
</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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsMiddleRightAlignmentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsMiddleRightAlignmentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsMiddleRightAlignmentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsMiddleLeftAlignmentCommand">
<summary>
<para>Applies middle-left alignment for selected cells.
</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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsMiddleLeftAlignmentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsMiddleLeftAlignmentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsMiddleLeftAlignmentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsMiddleCenterAlignmentCommand">
<summary>
<para>Applies middle-center alignment for selected cells.
</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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsMiddleCenterAlignmentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsMiddleCenterAlignmentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsMiddleCenterAlignmentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsLeftBorderCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsLeftBorderCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsLeftBorderCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsInsideVerticalBorderCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsInsideVerticalBorderCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsInsideVerticalBorderCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsInsideHorizontalBorderCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsInsideHorizontalBorderCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsInsideHorizontalBorderCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsInsideBorderCommand">
<summary>
<para>Toggles all 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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsInsideBorderCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsInsideBorderCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsInsideBorderCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomRightAlignmentCommand">
<summary>
<para>Applies bottom-right alignment for selected cells.
</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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomRightAlignmentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomRightAlignmentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomRightAlignmentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomLeftAlignmentCommand">
<summary>
<para>Applies bottom-left alignment for selected cells.
</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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomLeftAlignmentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomLeftAlignmentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomLeftAlignmentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomCenterAlignmentCommand">
<summary>
<para>Applies bottom-center alignment for selected cells.
</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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomCenterAlignmentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomCenterAlignmentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomCenterAlignmentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomBorderCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomBorderCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsBottomBorderCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.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 (usually the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleShowVerticalRulerCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleShowVerticalRulerCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleShowVerticalRulerCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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 (usually the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleShowHorizontalRulerCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleShowHorizontalRulerCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleShowHorizontalRulerCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowRangeEditingPermissionsFormCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ShowRangeEditingPermissionsFormCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowRangeEditingPermissionsFormCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowRangeEditingPermissionsFormCommand.ShowsModalDialog">
<summary>
<para>Gets whether the focus should be set to the command owner after a command is executed.
</para>
</summary>
<value>Returns <b>true</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowInsertTableCellsFormCommand">
<summary>
<para>Invokes the 'Insert Cells' form used to select an element 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 (usually the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>).
</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.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.XtraRichEdit.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="P:DevExpress.XtraRichEdit.Commands.ShowDeleteTableCellsFormMenuCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowDeleteTableCellsFormMenuCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetSectionTwoColumnsCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.SetSectionTwoColumnsCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetSectionTwoColumnsCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetSectionThreeColumnsCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.SetSectionThreeColumnsCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetSectionThreeColumnsCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetSectionOneColumnCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.SetSectionOneColumnCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetSectionOneColumnCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ResetTableCellsBordersCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ResetTableCellsBordersCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ResetTableCellsBordersCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.PreviousDataRecordCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.PreviousDataRecordCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.PreviousDataRecordCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.MakeTextUpperCaseCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.MakeTextUpperCaseCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.LastDataRecordCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.LastDataRecordCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.LastDataRecordCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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 (usually the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>).
</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 (usually the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>).
</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.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FirstDataRecordCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.FirstDataRecordCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FirstDataRecordCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DeselectAllCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.DeselectAllCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DeleteTableRowsMenuCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.DeleteTableRowsMenuCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.XtraRichEdit.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="P:DevExpress.XtraRichEdit.Commands.DeleteTableColumnsMenuCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="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 (usually the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ClearUndoCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ClearUndoCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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 (usually the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleShowTableGridLinesCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleShowTableGridLinesCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleShowTableGridLinesCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowDeleteTableCellsFormCommand">
<summary>
<para>Invokes the 'Delete Cells' form used to select an element for deletion - 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 (usually the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>).
</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.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 (usually the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.MailMergeSaveDocumentAsCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.MailMergeSaveDocumentAsCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.MailMergeSaveDocumentAsCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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 (usually the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>).
</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.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 (usually the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>).
</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="P:DevExpress.XtraRichEdit.Commands.ShowSplitTableCellsFormCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowSplitTableCellsFormCommand.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.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="P:DevExpress.XtraRichEdit.Commands.ShowSplitTableCellsFormCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowSplitTableCellsFormCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowSplitTableCellsFormCommand.ShowsModalDialog">
<summary>
<para>Gets whether the focus should be set to the command owner after a command is executed.
</para>
</summary>
<value>Returns <b>true</b>.
</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 (usually the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DeleteTableRowsCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.DeleteTableRowsCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DeleteTableRowsCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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 (usually the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DeleteTableColumnsCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.DeleteTableColumnsCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DeleteTableColumnsCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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 (usually the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SelectTableCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.SelectTableCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SelectTableCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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 (usually the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>).
</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.API.Native.InsertOptions">
<summary>
<para>Lists options specifying how formatting is applied to the last paragraph of a numbered list when it is inserted into a document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.InsertOptions.KeepSourceFormatting">
<summary>
<para>Prevents the last item in the inserted numbered list from being removed from the list and becoming a simple paragraph with the format of the destination document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.InsertOptions.MatchDestinationFormatting">
<summary>
<para>Default value.
</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 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.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 with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Import.RtfDocumentImporterOptions.CopyFrom(DevExpress.Office.Import.IImporterOptions)">
<summary>
<para>Copies the appropriate properties of the specified object into the current instance of the <b>RtfDocumentImporterOptions</b> class.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Office.Import.IImporterOptions"/> class instance, representing the source object for copying.
</param>
</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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.MakeTextLowerCaseCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.MakeTextLowerCaseCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.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.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="P:DevExpress.XtraRichEdit.RichEditLayoutOptions.DraftView">
<summary>
<para>Provides access to options specific for the layout of the Darft view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DraftViewLayoutOptions"/> object instance containing specific options.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditLayoutOptions.PrintLayoutView">
<summary>
<para>Provides access to options specific for the layout of the PrintLayout view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.SimpleViewLayoutOptions"/> object instance containing specific options.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditLayoutOptions.SimpleView">
<summary>
<para>Provides access to options specific for the layout of the Simple view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.SimpleViewLayoutOptions"/> object instance containing specific options.
</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.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.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.PreviousScreenCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.CalculateDocumentVariableEventHandler">
<summary>
<para>A method that will handle the <b>CalculateDocumentVariable</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.CalculateDocumentVariableEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.CalculateDocumentVariableEventArgs)">
<summary>
<para>A method that will handle the CalculateDocumentVariable event of the RichEditControl.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <b>RichEditControl</b>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.AutoCorrectEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.Services.IUriProvider">
<summary>
<para>Defines the provider of the locations for external objects in document export.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditControlOptionsBase">
<summary>
<para>Represents the base class for the RichEditControl options.
</para>
</summary>
</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>Provides access to options that enable you to configure autocorrect features.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraRichEdit.AutoCorrectOptions"/> object containing settings for autocorrect features.
</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>Provides access to an object used to specify different options for bookmarks in the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.BookmarkOptions"/> object containing options for the document bookmarks.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditControlOptionsBase.Dispose">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditControlOptionsBase.DocumentCapabilities">
<summary>
<para>Provides access to an object used to specify document restrictions.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions"/> class instance that provides access to various document 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 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.Printing">
<summary>
<para>Provides access to options specific to printing.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.PrintingOptions"/> object instance containing specific 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.RangePermissionOptions"/> object containing options for ranges with permissions.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditControlOptionsBase.Search">
<summary>
<para>Provides access to RichEditControl options used for searching within a document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentSearchOptions"/> object containing options used for searching.
</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.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.Commands.ScrollVerticallyByPixelOffsetCommand">
<summary>
<para>Represents a command used to scroll a document in a vertical direction by the specified distance in the view, measured in pixels.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ScrollVerticallyByPixelOffsetCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ScrollVerticallyByPixelOffsetCommand 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.ScrollVerticallyByPixelOffsetCommand.AbsolutePhysicalVerticalOffset">
<summary>
<para>Gets the scroll distance applied to the current document view.
</para>
</summary>
<value>An integer, representing the scroll distance, measured in documents.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ScrollVerticallyByPixelOffsetCommand.PixelOffset">
<summary>
<para>Gets or sets the scroll distance applied to the current document view.
</para>
</summary>
<value>An integer, representing the scroll distance, measured in pixels.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.BeforeImportEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraRichEdit.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.XtraRichEdit.RichEditControl.BeforeImport"/> event.
</para>
</summary>
<param name="sender">
The event sender (typically a <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>).
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.BeforeImportEventArgs"/> object that contains event data.
</param>
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.SwitchToPrintLayoutViewCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SwitchToPrintLayoutViewCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.UnprotectDocumentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.UnprotectDocumentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.UnprotectDocumentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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 (usually the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ProtectDocumentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ProtectDocumentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ProtectDocumentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.SymbolFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.SymbolFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.SymbolFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.SymbolFormShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.SymbolFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.SymbolFormShowingEventArgs"/> object which contains event data.
</param>
</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 consisting of custom data required to draw a mark.
</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.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>Gets or sets the tab leader style, i.e. the symbol used as a tab leader.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TabLeaderType"/> enumeration member specifying tab leader style.
</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.TabAlignmentType">
<summary>
<para>List alignment types for tab stops.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TabAlignmentType.Center">
<summary>
<para>The center of the text after the tab will be lined up with the tab stop.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TabAlignmentType.Decimal">
<summary>
<para>If the text after the tab is a number with a decimal point, the decimal point is lined up with the tab stop.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TabAlignmentType.Left">
<summary>
<para>The left edge of text after the tab will be lined up with the tab stop.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TabAlignmentType.Right">
<summary>
<para>The right edge of text after the tab will be lined up with the tab stop.
</para>
</summary>
</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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.TabKeyCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.TabKeyCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.MailMergeRecordStartedEventArgs">
<summary>
<para>Provides data for the <b>MailMergeRecordStarted</b> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.MailMergeRecordStartedEventArgs.Document">
<summary>
<para> Gets a merged document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/> interface providing access to a merged document.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.MailMergeRecordStartedEventArgs.RecordDocument">
<summary>
<para> Gets a template document before a record is merged.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/> interface providing access to an interim document.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.MailMergeRecordStartedEventArgs.RecordIndex">
<summary>
<para>Gets an index of a record currently merged.
</para>
</summary>
<value>An integer that is the data record index.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.CalculateDocumentVariableEventArgs">
<summary>
<para>Provides data for the <b>CalculateDocumentVariable</b> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.CalculateDocumentVariableEventArgs.Arguments">
<summary>
<para>Provides access to a collection of arguments within the DOCVARIABLE field.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraRichEdit.ArgumentCollection"/> instance containing DOCVARIABLE field arguments.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.CalculateDocumentVariableEventArgs.Handled">
<summary>
<para>Gets or sets whether the default action 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.CalculateDocumentVariableEventArgs.KeepLastParagraph">
<summary>
<para>Gets or sets whether the last paragraph of the inserted document is kept in the resulting document.
</para>
</summary>
<value><b>true</b> to retain the last paragraph of the inserted document; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.CalculateDocumentVariableEventArgs.Value">
<summary>
<para>Gets or sets the value of the DOCVARIABLE field that fired the event.
</para>
</summary>
<value>An object that is inserted into a document in place of the DOCVARIABLE field.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.CalculateDocumentVariableEventArgs.VariableName">
<summary>
<para>Gets the name of the document variable to which the DOCVARIABLE field refers.
</para>
</summary>
<value>A string that is the name of the document variable in the DOCVARIABLE field.
</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.Office.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">
A <see cref="T:DevExpress.Office.Export.IExporterOptions"/> class instance, representing the source object for copying.
</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.EndNoteNamePrefix">
<summary>
<para>Gets or sets the string used to construct the name of the endnote reference in an exported document.
</para>
</summary>
<value>A string used as a footnote name prefix.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.EndNoteNumberStringFormat">
<summary>
<para>Gets or sets the format string that specifies how the endnote number is transformed into a string to construct the name of the endnote reference in exported document.
</para>
</summary>
<value>A format string to specify the text representation of an endnote number.
</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>Gets or sets the measurement unit to specify font size when exporting to HTML.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Export.Html.HtmlFontUnit"/> enumeration member specifying the unit for the font size.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.FootNoteNamePrefix">
<summary>
<para>Gets or sets the string used to construct the name of the footnote reference in an exported document.
</para>
</summary>
<value>A string used as a footnote name prefix.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.FootNoteNumberStringFormat">
<summary>
<para>Gets or sets the format string that specifies how the footnote number is transformed into a string to construct the name of the footnote reference in exported document.
</para>
</summary>
<value>A format string to specify the text representation of a footnote number.
</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.OverrideImageResolution">
<summary>
<para>Gets or sets the graphics resolution used to save images when a document is exported in HTML format.
</para>
</summary>
<value>An integer that specifies image resolution. By default, it equals 96 dpi or the current System.Drawing.Graphics.DpiX value.
</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.UnderlineTocHyperlinks">
<summary>
<para>Gets or sets whether Table of Contents entries are underlined in a document exported to HTML format.
</para>
</summary>
<value><b>true</b>, to set the underline attribute for the TOC entry font; otherwise, <b>false</b>.
</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.Commands.ToggleTableAutoFitWindowCommand">
<summary>
<para>Changes the table width to fit the page's width and adjusts columns to accommodate cells content.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTableAutoFitWindowCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTableAutoFitWindowCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableAutoFitWindowCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableAutoFitWindowCommand.Id">
<summary>
<para>Gets the ID of the ToggleTableAutoFitWindowCommand.
</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.ToggleTableAutoFitWindowCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableAutoFitWindowCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.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.Commands.ScrollVerticallyByPhysicalOffsetEnsurePageGenerationCommand">
<summary>
<para>Represents a command used to scroll a document in a vertical direction by the specified distance, measured in documents.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ScrollVerticallyByPhysicalOffsetEnsurePageGenerationCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ScrollVerticallyByPhysicalOffsetEnsurePageGenerationCommand 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.ChangePageColorCommand">
<summary>
<para>Sets the background color of the page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangePageColorCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ChangePageColorCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command (usually the RichEditControl).
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangePageColorCommand.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.ChangePageColorCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangePageColorCommand.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.ChangePageColorCommand.Id">
<summary>
<para>Gets the ID of the ChangePageColorCommand.
</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.ChangePageColorCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangePageColorCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.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-dotted 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-dotted underline.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.UnderlineType.ThickDashDotted">
<summary>
<para>Specifies a thick dash-dotted 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.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.SymbolFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.SymbolFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.SymbolFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.SymbolFormControllerParameters)">
<summary>
<para>Initializes a new instance of the SymbolFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.SymbolFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.SymbolFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Symbol dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.SymbolFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.MailMergeRecordFinishedEventHandler">
<summary>
<para>A method that will handle the <b>MailMergeRecordFinished</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.MailMergeRecordFinishedEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.MailMergeRecordFinishedEventArgs)">
<summary>
<para>A method that will handle the <b>MailMergeRecordFinished</b> event of the RichEditControl.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the RichEditControl, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.MailMergeRecordFinishedEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ScrollVerticallyByPhysicalOffsetCommand">
<summary>
<para>Represents a command used to scroll a document in a vertical direction by the specified distance, in the document model.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ScrollVerticallyByPhysicalOffsetCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ScrollVerticallyByPhysicalOffsetCommand 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.ScrollVerticallyByPhysicalOffsetCommand.AbsolutePhysicalVerticalOffset">
<summary>
<para>Gets the scroll distance applied to the current document view.
</para>
</summary>
<value>An integer, representing the scroll distance, measured in documents.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ScrollVerticallyByPhysicalOffsetCommand.PhysicalOffset">
<summary>
<para>Gets or sets the scroll distance of the current document view.
</para>
</summary>
<value>An integer, representing the scroll distance, measured in documents.
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.RedoCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.RedoCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.InsertTableElementMenuCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertTableElementMenuCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.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>An <see cref="T:DevExpress.Office.Utils.OfficeImage"/> object specifying 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>Gets or sets the original location from where the image has been inserted.
</para>
</summary>
<value>A string specifying the image source URI.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ExtendNextPageCommand">
<summary>
<para>Extends the selection up to the next 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.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentRightCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentRightCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.IRichEditDocumentServer">
<summary>
<para>A non-visual rich text engine providing all the RichEditControl functionality.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.BeforeExport">
<summary>
<para>Occurs before the document is saved (exported to a certain format).
</para>
</summary>
</member>
<member name="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.BeforeImport">
<summary>
<para>Occurs before a document is loaded (imported from an external source).
</para>
</summary>
</member>
<member name="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.CalculateDocumentVariable">
<summary>
<para>Fires when the DOCVARIABLE field is updated.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.ContentChanged">
<summary>
<para>Occurs when the document content was changed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditDocumentServer.CreateMailMergeOptions">
<summary>
<para>Creates an object for specifying the options used in mail merge operations.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.MailMergeOptions"/> class instance containing options used for mail merge.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditDocumentServer.CreateNewDocument">
<summary>
<para>Creates a new empty document and loads it.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditDocumentServer.Document">
<summary>
<para>Provides access to a <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/> interface, representing the document contained in the server.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/> interface that provides access to a loaded document.
</value>
</member>
<member name="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.DocumentClosing">
<summary>
<para>Occurs when a document that has not yet been saved is about to be closed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.DocumentLoaded">
<summary>
<para>Occurs after a document is loaded.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditDocumentServer.DpiX">
<summary>
<para>Gets the current dpi value for the X-coordinate.
</para>
</summary>
<value>A <b>Single</b> dpi value.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditDocumentServer.DpiY">
<summary>
<para>Gets the current dpi value for the Y-coordinate.
</para>
</summary>
<value>A <b>Single</b> dpi value.
</value>
</member>
<member name="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.EmptyDocumentCreated">
<summary>
<para>Occurs when a new document is created.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditDocumentServer.GetService``1">
<summary>
<para>Gets service of the specified type.
</para>
</summary>
<returns>A service object of the specified type or null for reference types and zero for numeric value types if a service is not available.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditDocumentServer.HtmlText">
<summary>
<para>Gets or sets the content as HTML text.
</para>
</summary>
<value>A string containing text in HTML format.
</value>
</member>
<member name="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.HtmlTextChanged">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.InitializeDocument">
<summary>
<para>Occurs before a document is loaded. Handle this event to set initial document settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditDocumentServer.IsDisposed">
<summary>
<para>For internal use. Gets a value indicating whether the control has been disposed of.
</para>
</summary>
<value><b>true</b> if the control has been disposed of; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditDocumentServer.LayoutUnit">
<summary>
<para>Gets or sets a unit of measure used for a document model layout.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentLayoutUnit"/> enumeration values.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditDocumentServer.LoadDocument(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Loads a document from a stream, specifying the document's format.
</para>
</summary>
<param name="stream">
The stream from which to load a document.
</param>
<param name="documentFormat">
One of the <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> members.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditDocumentServer.LoadDocumentTemplate(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Loads a document from a stream as a template, specifying the document's format.
</para>
</summary>
<param name="stream">
The stream from which to load a document.
</param>
<param name="documentFormat">
One of the <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> members.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditDocumentServer.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.IRichEditDocumentServer.MailMerge(DevExpress.XtraRichEdit.API.Native.MailMergeOptions,System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Merges the current document using the specified options and sends the result to the specified stream in a specified format.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.MailMergeOptions"/> interface exposing options for the current merge.
</param>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object that is the output stream.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the destination format.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditDocumentServer.MailMerge(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Merges the current document and sends the result to the specified stream in a specified format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object that is the output stream.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the destination format.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditDocumentServer.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.IRichEditDocumentServer.MailMerge(DevExpress.XtraRichEdit.API.Native.MailMergeOptions,DevExpress.XtraRichEdit.IRichEditDocumentServer)">
<summary>
<para>Merges the current document using the specified options and sends the result to the specified RichEditDocumentServer instance.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.MailMergeOptions"/> interface exposing options for the current merge.
</param>
<param name="targetDocumentServer">
An object implementing the <b>IRichEditDocumentServer</b> interface, such as the <see cref="T:DevExpress.XtraRichEdit.IRichEditDocumentServer"/> or the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/> instance.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditDocumentServer.MailMerge(DevExpress.XtraRichEdit.IRichEditDocumentServer)">
<summary>
<para>Merges the current document and sends the result to the specified RichEditDocumentServer instance.
</para>
</summary>
<param name="documentServer">
An object implementing the <b>IRichEditDocumentServer</b> interface, such as the <see cref="T:DevExpress.XtraRichEdit.IRichEditDocumentServer"/> or the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/> instance.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditDocumentServer.MailMerge(DevExpress.XtraRichEdit.API.Native.Document)">
<summary>
<para>Merges the current document and sends the result to the specified <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/>.
</para>
</summary>
<param name="document">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/> interface to which the merged document is sent.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditDocumentServer.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="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.MailMergeFinished">
<summary>
<para>Fires when mail merge is completed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.MailMergeRecordFinished">
<summary>
<para>Fires after each data record is merged with the document in the mail merge process.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.MailMergeRecordStarted">
<summary>
<para>Fires before each data record is merged with the document in the mail merge process.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.MailMergeStarted">
<summary>
<para>Fires before mail merge starts.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditDocumentServer.MhtText">
<summary>
<para>Gets or sets the document content as MHT text.
</para>
</summary>
<value>A string containing text in MHT format.
</value>
</member>
<member name="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.MhtTextChanged">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditDocumentServer.Model">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditDocumentServer.Modified">
<summary>
<para>Gets or sets a value that indicates that the document contents is modified since it was last saved.
</para>
</summary>
<value><b>true</b> if the control's contents were modified since it was last saved; otherwise, <b>false</b>.
</value>
</member>
<member name="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.ModifiedChanged">
<summary>
<para>Occurs when the value of the <see cref="P:DevExpress.XtraRichEdit.IRichEditDocumentServer.Modified"/> property is changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditDocumentServer.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 containing data in the OpenDocument Text (.odt) format.
</value>
</member>
<member name="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.OpenDocumentBytesChanged">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditDocumentServer.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="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.OpenXmlBytesChanged">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditDocumentServer.Options">
<summary>
<para>Provides access to the variety of options which can be specified for the RichEditDocumentServer.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.RichEditControlOptionsBase"/> object containing various RichEdit options.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditDocumentServer.ReplaceService``1(``0)">
<summary>
<para>Performs a service substitution.
</para>
</summary>
<param name="newService">
A service of the specified type that will replace the former service.
</param>
<returns>Previously registered service of the specified type, or null (<b>Nothing</b> in Visual Basic) if the service does not exist.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditDocumentServer.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="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.RtfTextChanged">
<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.IRichEditDocumentServer.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 to output the document to.
</param>
<param name="documentFormat">
One of the <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration values.
</param>
</member>
<member name="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.SelectionChanged">
<summary>
<para>Fires in response to changing a selection in the document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditDocumentServer.Text">
<summary>
<para>Gets or sets the plain text content of the document.
</para>
</summary>
<value>A string, containing the document's unformatted text.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditDocumentServer.Unit">
<summary>
<para>Gets or sets a unit of measure used within the RichEditDocumentServer.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.Office.DocumentUnit"/> enumeration values.
</value>
</member>
<member name="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.UnitChanged">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.UnitChanging">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditDocumentServer.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="E:DevExpress.XtraRichEdit.IRichEditDocumentServer.WordMLTextChanged">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="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.SplitTableCellsFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.SplitTableCellsFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.SplitTableCellsFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.SplitTableCellsFormControllerParameters)">
<summary>
<para>Initializes a new instance of the SplitTableCellsFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.SplitTableCellsFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.SplitTableCellsFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Split Cells dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.SplitTableCellsFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</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.Commands.ToggleFirstColumnCommand">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleFirstColumnCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="control">
[To be supplied]
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFirstColumnCommand.DescriptionStringId">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFirstColumnCommand.MenuCaptionStringId">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.DocumentImageSource">
<summary>
<para>Represents an object that provides an image for a document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.DocumentImageSource.FromFile(System.String)">
<summary>
<para>Creates an image source object from the specified file.
</para>
</summary>
<param name="fileName">
A string that contains the name of the file from which to create the image.
</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.FromImage(System.Drawing.Image)">
<summary>
<para>Creates an image source object from the specified image.
</para>
</summary>
<param name="image">
An <see cref="T:System.Drawing.Image"/> object representing an image to insert.
</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.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.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.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.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.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="M:DevExpress.XtraRichEdit.API.Native.RangePermissionCollection.CreateRangePermission(DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Creates a RangePermission object for the specified range.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object specifying a document range.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.RangePermission"/> object specifying editing permissions.
</returns>
</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.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 the 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.XtraPrintingLinks.RichTextPrintFormat">
<summary>
<para>Specifies how the <see cref="T:System.Windows.Forms.RichTextBox"/> is printed via the <see cref="T:DevExpress.XtraPrintingLinks.RichTextBoxLink"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrintingLinks.RichTextPrintFormat.ClientPageSize">
<summary>
<para>A RichTextBox is printed using the page width specified by the <see cref="P:DevExpress.XtraPrinting.PrintingSystem.PageSettings"/> of a link's <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrintingLinks.RichTextPrintFormat.Custom">
<summary>
<para>A RichTextBox is printed using the width specified via the <see cref="P:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase.CustomFormatSize"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrintingLinks.RichTextPrintFormat.RichTextBoxSize">
<summary>
<para>A RichTextBox is printed using the <b>Width</b> property value of the RichTextBox control.
</para>
</summary>
</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.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="P:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase.BackColor">
<summary>
<para>Gets or sets the background color of paragraph(s).
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value representing the background color, or <b>null</b> for a mixture of values.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase.ContextualSpacing">
<summary>
<para>Gets or sets whether to suppress addition of additional space (contextual spacing) between paragraphs of the same style.
</para>
</summary>
<value><b>true</b> to remove extra spacing between paragraphs, <b>false</b> to add extra space, <b>null</b> for a mixture of values.
</value>
</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.KeepLinesTogether">
<summary>
<para>Gets or sets whether to prevent all page breaks that interrupt a paragraph.
</para>
</summary>
<value><b>true</b> to keep paragraph lines together; 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.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="P:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase.PageBreakBefore">
<summary>
<para>Gets or sets whether a page break is inserted automatically before specified paragraph(s).
</para>
</summary>
<value><b>true</b> if a page break is inserted automatically before paragraph(s); 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.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.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.SetSectionLineNumberingNoneCommand">
<summary>
<para>Suppresses line numbering for the current section.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetSectionLineNumberingNoneCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetSectionLineNumberingNoneCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetSectionLineNumberingNoneCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetSectionLineNumberingNoneCommand.Id">
<summary>
<para>Gets the ID of the SetSectionLineNumberingNoneCommand.
</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.SetSectionLineNumberingNoneCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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="T:DevExpress.XtraRichEdit.Commands.InsertTableOfTablesCommand">
<summary>
<para>Creates a table of tables on the base of table captions.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertTableOfTablesCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertTableOfTablesCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertTableOfTablesCommand.Id">
<summary>
<para>Gets the ID of the InsertTableOfTablesCommand.
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.CreateEmptyDocumentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.CreateEmptyDocumentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.InsertPageNumberFieldCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="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.InsertTableOfFiguresCommand">
<summary>
<para>Creates a table of figures on the base of figure captions.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertTableOfFiguresCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertTableOfFiguresCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertTableOfFiguresCommand.Id">
<summary>
<para>Gets the ID of the InsertTableOfFiguresCommand.
</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.InsertTabCommand">
<summary>
<para>Represents a command used to insert a 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.ToggleLastColumnCommand">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleLastColumnCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="control">
[To be supplied]
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleLastColumnCommand.DescriptionStringId">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleLastColumnCommand.MenuCaptionStringId">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleBandedRowsCommand">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleBandedRowsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="control">
[To be supplied]
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleBandedRowsCommand.DescriptionStringId">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleBandedRowsCommand.MenuCaptionStringId">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleBandedColumnCommand">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleBandedColumnCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="control">
[To be supplied]
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleBandedColumnCommand.DescriptionStringId">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleBandedColumnCommand.MenuCaptionStringId">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleListCommandBase">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleListCommandBase.DescriptionStringId">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleListCommandBase.ForceExecute(DevExpress.Utils.Commands.ICommandUIState)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="state">
[To be supplied]
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleListCommandBase.MenuCaptionStringId">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleListCommandBase.UpdateUIState(DevExpress.Utils.Commands.ICommandUIState)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="state">
[To be supplied]
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.InsertPageCountFieldCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="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.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ChangeFontSizeCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.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.XtraPrintingLinks.RichTextBoxLinkBase">
<summary>
<para>The base class for the <see cref="T:DevExpress.XtraPrintingLinks.RichTextBoxLink"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase.#ctor">
<summary>
<para>Initializes a new instance of the RichTextBoxLinkBase class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase.#ctor(DevExpress.XtraPrinting.PrintingSystemBase)">
<summary>
<para>Initializes a new instance of the RichTextBoxLinkBase class with the specified printing system.
</para>
</summary>
<param name="ps">
A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrintingLinks.RichTextBoxLink.PrintingSystem"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase.AddSubreport(System.Drawing.PointF)">
<summary>
<para>Adds a subreport to the current report.
</para>
</summary>
<param name="offset">
A <see cref="T:System.Drawing.PointF"/> object which specifies the vertical offset of the subreport within the current report.
</param>
</member>
<member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase.CustomFormatSize">
<summary>
<para>Gets or sets the custom size with which a System.Windows.Forms.RichTextBox control should be printed.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase.InfiniteFormatHeight">
<summary>
<para>Gets or sets a value indicating whether the <see cref="T:System.Windows.Forms.RichTextBox"/> should be printed with unlimited height.
</para>
</summary>
<value><b>true</b> if a RichTextBox should be printed with unlimited height; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase.PrintableObjectType">
<summary>
<para>Gets the type of the object to be printed by the link.
</para>
</summary>
<value>A <see cref="T:System.Type"/> class descendant representing the <see cref="T:System.Windows.Forms.RichTextBox"/> type.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase.PrintFormat">
<summary>
<para>Gets or sets a value indicating what size a <see cref="T:System.Windows.Forms.RichTextBox"/> is printed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrintingLinks.RichTextPrintFormat"/> enumeration value. The default is <b>ClientPageSize</b>.
</value>
</member>
<member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase.RichTextBox">
<summary>
<para>Gets or sets a <see cref="T:System.Windows.Forms.RichTextBox"/> object to be printed via the current link.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.RichTextBox"/> object to be printed. The default is <b>null</b>.
</value>
</member>
<member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase.SetDataObject(System.Object)">
<summary>
<para>Sets the object to be printed by this link.
</para>
</summary>
<param name="data">
A <see cref="T:System.Windows.Forms.RichTextBox"/> object to be printed by this link.
</param>
</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.GroupCollection">
<summary>
<para>Represents character groups matched by the pattern.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.IRichEditViewVisitor">
<summary>
<para>Interface implementing the <b>Visitor</b> pattern.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditViewVisitor.Visit(DevExpress.XtraRichEdit.PrintLayoutView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
</para>
</summary>
<param name="view">
A <see cref="T:DevExpress.XtraRichEdit.DraftView"/> instance, representing the RichEdit's View for which the operation is performed.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditViewVisitor.Visit(DevExpress.XtraRichEdit.ReadingLayoutView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
</para>
</summary>
<param name="view">
A <see cref="T:DevExpress.XtraRichEdit.DraftView"/> instance representing the RichEdit's View for which the operation is performed.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditViewVisitor.Visit(DevExpress.XtraRichEdit.SimpleView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
</para>
</summary>
<param name="view">
A <see cref="T:DevExpress.XtraRichEdit.DraftView"/> instance representing the RichEdit's View for which the operation is performed.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditViewVisitor.Visit(DevExpress.XtraRichEdit.DraftView)">
<summary>
<para>Performs the operation as required by the Visitor and the View.
</para>
</summary>
<param name="view">
A <see cref="T:DevExpress.XtraRichEdit.DraftView"/> instance representing the RichEdit's View for which the operation is performed.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ReplaceCommand">
<summary>
<para>Invokes the Search and Replace form that enables the user to search for specific text and replace it with a specified string.
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ReplaceCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ReplaceCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.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.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.SwitchToSimpleViewCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SwitchToSimpleViewCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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>Initializes a new instance of the InsertTableCommand 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.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.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 an 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.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.SetModerateSectionPageMarginsCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetModerateSectionPageMarginsCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.EditPageHeaderCommand">
<summary>
<para>Represents a command used to activate the page header and begin 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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.EditPageHeaderCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.EditPageHeaderCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.EditPageFooterCommand">
<summary>
<para>Represents a command used to activate the page footer, and begin 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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.EditPageFooterCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.EditPageFooterCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ClosePageHeaderFooterCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ClosePageHeaderFooterCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ChangeParagraphLineSpacingCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeParagraphLineSpacingCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.AddSpacingBeforeParagraphCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.AddSpacingAfterParagraphCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.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 the specified Document Model and HTML export options.
</para>
</summary>
<param name="documentModel">
A current Document Model.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions"/> instance containing HTML export options.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopLeftAlignmentCommand">
<summary>
<para>Applies top-left alignment for selected cells.
</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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopLeftAlignmentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopLeftAlignmentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsTopLeftAlignmentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.InsertSimpleListCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertSimpleListCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.InsertBulletListCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertBulletListCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraPrinting.RichTextBrickBase">
<summary>
<para>The base for the <see cref="T:DevExpress.XtraPrinting.RichTextBrick"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.RichTextBrickBase.Dispose">
<summary>
<para>Releases all resources used by RichTextBrickBase.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.RichTextBrickBase.EffectiveHeight">
<summary>
<para> [To be supplied] </para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.RichTextBrickBase.Text">
<summary>
<para> [To be supplied] </para>
</summary>
<value>A <see cref="T:System.String"/> value.
</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="P:DevExpress.XtraRichEdit.Commands.DeleteBookmarkCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DeleteBookmarkCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.NumberingOptions">
<summary>
<para>Represents the class containing options for the availability of numbered and bulleted lists 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.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>Gets whether the <b>end notes</b> are allowed in the document.
</para>
</summary>
<value><b>true</b> if a feature is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.FloatingObjects">
<summary>
<para>Gets or sets the document's capability to handle floating objects.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration specifying the document's capability to handle floating objects.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.FloatingObjectsAllowed">
<summary>
<para>Gets whether the <b>floating objects</b> are allowed in the document.
</para>
</summary>
<value><b>true</b> if a feature is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions.FootNotesAllowed">
<summary>
<para>Gets whether the <b>end notes</b> are allowed in the document.
</para>
</summary>
<value><b>true</b> if a feature is allowed; otherwise, <b>false</b>.
</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 a 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 availability of the Undo/Redo feature.
</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.Commands.ShowFloatingObjectLayoutOptionsFormCommand">
<summary>
<para>Invokes the Floating Object Layout Dialog.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowFloatingObjectLayoutOptionsFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowFloatingObjectLayoutOptionsFormCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command (usually the RichEditControl).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowFloatingObjectLayoutOptionsFormCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowFloatingObjectLayoutOptionsFormCommand.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.ShowFloatingObjectLayoutOptionsFormCommand.Id">
<summary>
<para>Gets the ID of the ShowFloatingObjectLayoutOptionsFormCommand.
</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.ShowFloatingObjectLayoutOptionsFormCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowFloatingObjectLayoutOptionsFormCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowFloatingObjectLayoutOptionsFormCommand.ShowsModalDialog">
<summary>
<para>Gets whether the focus should be set to the command owner after a command is executed.
</para>
</summary>
<value>Returns <b>true</b>.
</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.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.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.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>Gets or sets whether the <b>Offfice Scrolling</b> feature is enabled.
</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>Gets whether the office scrolling feature is enabled.
</para>
</summary>
<value><b>true</b> if office scrolling 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.PasteLineBreakSubstitution">
<summary>
<para>Gets or sets the substitute character that is used to replace the line break in pasted HTML.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.LineBreakSubstitute"/> enumeration member that specifies a substitute character for a line break.
</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>Gets or sets the character(s) inserted when pressing the Tab key.
</para>
</summary>
<value>A string containing characters inserted when the Tab key is pressed.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.Touch">
<summary>
<para>Gets or sets whether the touch device input is analyzed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration value specifying the control's capability to use a touch device.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.RichEditBehaviorOptions.TouchAllowed">
<summary>
<para>Gets whether the <b>Touch</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.UseFontSubstitution">
<summary>
<para>Gets or sets whether a font substitution is used to display characters if the current font is missing the corresponding symbols.
</para>
</summary>
<value><b>true</b> to display a character with a font that looks similar to the one currently in use; otherwise, <b>false</b>.
</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.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.Separator">
<summary>
<para>Not in use for the RichEditControl.
</para>
</summary>
<value>
</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.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.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.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.Commands.ChangeTableCellsShadingCommand">
<summary>
<para>Changes shading applied to the selected table cells.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeTableCellsShadingCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ChangeTableCellsShadingCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeTableCellsShadingCommand.CreateDefaultCommandUIState">
<summary>
<para>Creates an object specifying 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.ChangeTableCellsShadingCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeTableCellsShadingCommand.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.ChangeTableCellsShadingCommand.Id">
<summary>
<para>Gets the ID of the ChangeTableCellsShadingCommand.
</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.ChangeTableCellsShadingCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeTableCellsShadingCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.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>Apply the numbering list format specified by the <see cref="T:DevExpress.XtraRichEdit.API.Native.NumberingList"/> object to the paragraphs in the specified range.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> specifying the range for which the encompassing paragraphs are obtained.
</param>
<param name="list">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.NumberingList"/> object that holds list format attributes.
</param>
<param name="levelIndex">
An integer that is the list level applied to the paragraphs specified by the document range.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.AddParagraphToList(DevExpress.XtraRichEdit.API.Native.Paragraph,DevExpress.XtraRichEdit.API.Native.NumberingList,System.Int32)">
<summary>
<para>Apply the numbering list format specified by the <see cref="T:DevExpress.XtraRichEdit.API.Native.NumberingList"/> object to the specified paragraph.
</para>
</summary>
<param name="paragraph">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.Paragraph"/> object that is the paragraph added to the list.
</param>
<param name="list">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.NumberingList"/> in the document whose attributes should be applied to the paragraph.
</param>
<param name="levelIndex">
An integer that is the list level applied to the paragraph.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.AddParagraphToList(DevExpress.XtraRichEdit.API.Native.Paragraph,System.Int32,System.Int32)">
<summary>
<para>Apply the numbering list format specified by the <see cref="T:DevExpress.XtraRichEdit.API.Native.NumberingList"/> object to the specified paragraph.
</para>
</summary>
<param name="paragraph">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.Paragraph"/> object that is the paragraph added to the list.
</param>
<param name="numberingListIndex">
An integer specifying the numbering list definition in the document whose attributes should be applied to the paragraph.
</param>
<param name="levelIndex">
An integer that is the list level applied to the paragraph.
</param>
</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 the data contained in the file.
</param>
<param name="sourceUri">
A string representing the URI for the document being appended. Required to import formats with external content such as HTML.
</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)">
<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 the 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.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 the data contained in the stream.
</param>
<param name="sourceUri">
A string representing the URI for the document being appended. Required to import formats with external content such as HTML.
</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 the 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 in certain cases.
</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,DevExpress.XtraRichEdit.API.Native.InsertOptions)">
<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 the data contained in the file.
</param>
<param name="sourceUri">
A string representing the URI for the document being appended. 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 in certain cases.
</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,DevExpress.XtraRichEdit.API.Native.InsertOptions)">
<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 the data contained in the stream.
</param>
<param name="sourceUri">
A string representing the URI for the document being appended. 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 in certain cases.
</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.AppendHtmlText(System.String)">
<summary>
<para>Appends HTML formatted text to the end of the document.
</para>
</summary>
<param name="htmlText">
A string containing data in HTML 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.AppendHtmlText(System.String,DevExpress.XtraRichEdit.API.Native.InsertOptions)">
<summary>
<para>Appends HTML formatted text to the end of the document.
</para>
</summary>
<param name="htmlText">
A string containing data in HTML format.
</param>
<param name="insertOptions">
An <see cref="T:DevExpress.XtraRichEdit.API.Native.InsertOptions"/> enumeration value, specifying how destination formatting is applied to appended content in certain cases.
</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.AppendImage(System.Drawing.Image)">
<summary>
<para>Appends a specified image to the end of the document.
</para>
</summary>
<param name="image">
An <see cref="T:System.Drawing.Image"/> object representing an 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.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.AppendRtfText(System.String,DevExpress.XtraRichEdit.API.Native.InsertOptions)">
<summary>
<para>Appends formatted text to the end of the document.
</para>
</summary>
<param name="rtfText">
A string contained data in RTF format.
</param>
<param name="insertOptions">
An <see cref="T:DevExpress.XtraRichEdit.API.Native.InsertOptions"/> enumeration value, specifying how destination formatting is applied to appended content in certain cases.
</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, ordered by the <see cref="P:DevExpress.XtraRichEdit.API.Native.SyntaxHighlightToken.Start"/> value.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.BeginUpdate">
<summary>
<para>Locks the SubDocument object by preventing visual updates until the <b>EndUpdate</b> 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(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.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.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(System.Int32,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(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">
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 SubDocument object after a call to the <b>BeginUpdate</b> method and causes an immediate visual 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)">
<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.String,DevExpress.XtraRichEdit.API.Native.SearchOptions,DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Finds all text ranges that match the specified string in the specified document range.
</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.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.XtraRichEdit.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.Office.Services.IUriProvider,DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="range">
[To be supplied]
</param>
<param name="provider">
[To be supplied]
</param>
<param name="options">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.GetHtmlText(DevExpress.XtraRichEdit.API.Native.DocumentRange,DevExpress.Office.Services.IUriProvider)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="range">
[To be supplied]
</param>
<param name="provider">
[To be supplied]
</param>
<returns> [To be supplied] </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>Provides access to paragraphs to which the specified range belongs.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> specifying the range for which the encompassing paragraphs are obtained.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphCollection"/> object that is the collection of paragraphs.
</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.GetShapes(DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Get a collection of Shape objects contained in the specified document range.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object that is the range of the document.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ShapeCollection"/> containing shapes of the specified range.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.GetTableCell(DevExpress.XtraRichEdit.API.Native.DocumentPosition)">
<summary>
<para>Gets a table cell in which the specified position is located.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object that is a position within the document.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCell"/> interface specifying the table cell to which the specified position belongs.
</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.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 the 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)">
<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 the 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 the 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.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 the 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 in certain cases.
</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 the 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 in certain cases.
</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 the 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 in certain cases.
</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 the 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 in certain cases.
</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">
An <see cref="T:DevExpress.XtraRichEdit.API.Native.InsertOptions"/> enumeration value, specifying how destination formatting is applied to inserted content in certain cases.
</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.InsertHtmlText(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.String)">
<summary>
<para>Inserts the specified HTML 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="htmlText">
A string in HTML format.
</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.InsertHtmlText(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.String,DevExpress.XtraRichEdit.API.Native.InsertOptions)">
<summary>
<para>Inserts the specified HTML 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="htmlText">
A string in HTML format.
</param>
<param name="insertOptions">
An <see cref="T:DevExpress.XtraRichEdit.API.Native.InsertOptions"/> enumeration value, specifying how destination formatting is applied to inserted content in certain special cases, i.e., when inserting a numbering list.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object specifying the position at which the text should be inserted.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertImage(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.Drawing.Image)">
<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="image">
A <see cref="T:System.Drawing.Image"/> object representing 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.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.InsertPicture(DevExpress.XtraRichEdit.API.Native.DocumentPosition,DevExpress.XtraRichEdit.API.Native.DocumentImageSource)">
<summary>
<para>Inserts a picture as a floating object.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> that is a position in a paragraph to which a floating object will be anchored.
</param>
<param name="imageSource">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentImageSource"/> object specifying the image to insert.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Shape"/> interface exposing properties and methods of a newly created floating object containing a specified picture.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertPicture(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.Drawing.Image)">
<summary>
<para>Inserts a picture as a floating object.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> that is a position in a paragraph to which a floating object will be anchored.
</param>
<param name="image">
A <see cref="T:System.Drawing.Image"/> object specifying the image to insert.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Shape"/> interface exposing properties and methods of a newly created floating object containing a specified picture.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertRtfText(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.String)">
<summary>
<para>Inserts the specified formatted 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="rtfText">
A string in RTF format 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.InsertRtfText(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.String,DevExpress.XtraRichEdit.API.Native.InsertOptions)">
<summary>
<para>Inserts the specified formatted 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="rtfText">
A string in RTF format specifying the text to insert.
</param>
<param name="insertOptions">
An <see cref="T:DevExpress.XtraRichEdit.API.Native.InsertOptions"/> enumeration value, specifying how destination formatting is applied to inserted content in certain cases.
</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.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>Inserts a blank table with the specified number of rows and columns at the specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> at which a table is inserted.
</param>
<param name="rowCount">
An integer specifying the number of rows in a new table.
</param>
<param name="columnCount">
An integer specifying the number of columns in a new table.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Table"/> interface specifying the newly inserted table.
</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>Inserts a blank table with the specified number of rows and columns at the specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> at which a table is inserted.
</param>
<param name="rowCount">
An integer specifying the number of rows in a new table.
</param>
<param name="columnCount">
An integer specifying the number of columns in a new table.
</param>
<param name="autoFitBehavior">
An <see cref="T:DevExpress.XtraRichEdit.API.Native.AutoFitBehaviorType"/> enumeration value, specifying how the column widths are calculated.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Table"/> interface specifying the newly inserted table.
</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>Inserts a blank table with the specified number of rows and columns at the specified position.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> at which a table is inserted.
</param>
<param name="rowCount">
An integer specifying the number of rows in a new table.
</param>
<param name="columnCount">
An integer specifying the number of columns in a new table.
</param>
<param name="autoFitBehavior">
An <see cref="T:DevExpress.XtraRichEdit.API.Native.AutoFitBehaviorType"/> enumeration value, specifying how the column widths are calculated.
</param>
<param name="fixedColumnWidths">
An integer specifying the column width if the autoFitBehavior parameter is set to <see cref="F:DevExpress.XtraRichEdit.API.Native.AutoFitBehaviorType.FixedColumnWidth"/>.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Table"/> interface specifying the newly inserted table.
</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="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertTextBox(DevExpress.XtraRichEdit.API.Native.DocumentPosition)">
<summary>
<para>Inserts a floating text box.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> that is a position in a paragraph to which a floating object will be anchored.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Shape"/> interface exposing properties and methods of a newly created floating text box.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SubDocument.Length">
<summary>
<para>Gets the character length of the document.
</para>
</summary>
<value>An integer that is the number of character positions in the document.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SubDocument.PageBackColor">
<summary>
<para>Gets the background color of the page.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure that is the background color of the page.
</value>
</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.RemoveNumberingFromParagraph(DevExpress.XtraRichEdit.API.Native.Paragraph)">
<summary>
<para>Removes the numbering or bullet from the specified paragraph.
</para>
</summary>
<param name="paragraph">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.Paragraph"/> to modify.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.RemoveNumberingFromParagraphs(DevExpress.XtraRichEdit.API.Native.DocumentRange)">
<summary>
<para>Remove the numbering or bullet from all paragraphs intersecting the specified range.
</para>
</summary>
<param name="range">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object.
</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.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.String,System.String,DevExpress.XtraRichEdit.API.Native.SearchOptions)">
<summary>
<para>Finds all occurrences of the search string in the current document, 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>
<returns>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)">
<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.SetPageBackground(System.Drawing.Color,System.Boolean)">
<summary>
<para>Sets the background color of the page and specifies whether it is shown.
</para>
</summary>
<param name="pageBackColor">
A <see cref="T:System.Drawing.Color"/> structure specifying the color.
</param>
<param name="showPageBackground">
<b>true</b> to show the specified background color; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.SetPageBackground(System.Drawing.Color)">
<summary>
<para>Set the background color of the page.
</para>
</summary>
<param name="pageBackColor">
A <see cref="T:System.Drawing.Color"/> structure specifying the color.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.SetPageBackground(System.Boolean)">
<summary>
<para>Shows the background color of the page.
</para>
</summary>
<param name="showPageBackground">
<b>true</b> to show the background color; otherwise, <b>false</b>.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SubDocument.ShowPageBackground">
<summary>
<para>Gets whether the page background color is shown.
</para>
</summary>
<value><b>true</b> to show the background color; otherwise, <b>false</b>.
</value>
</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.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,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="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)">
<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="P:DevExpress.XtraRichEdit.API.Native.SubDocument.Tables">
<summary>
<para>Provides access to a collection of tables contained in the current document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCollection"/> object that is the collection of all tables in the current document.
</value>
</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.RichEditCommand">
<summary>
<para>Represents a base class for RichEdit commands.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowNumberingListFormCommand">
<summary>
<para>Invokes the <b>Bullets And Numbering</b> dialog window.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowNumberingListFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowNumberingListFormCommand 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.ShowNumberingListFormCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowNumberingListFormCommand.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.ShowNumberingListFormCommand.Id">
<summary>
<para>Gets the ID of the ShowNumberingListFormCommand.
</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.ShowNumberingListFormCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowNumberingListFormCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.UpdateFieldCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.UpdateFieldCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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 the bookmark created by the command.
</para>
</summary>
<value>A string representing the bookmark's name.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.CreateBookmarkCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.CreateBookmarkCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.HyperlinkClickEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraRichEdit.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.XtraRichEdit.RichEditControl.HyperlinkClick"/> event.
</para>
</summary>
<param name="sender">
The event sender ( a <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>).
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.HyperlinkClickEventArgs"/> object that contains event data.
</param>
</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.Office.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">
A <see cref="T:DevExpress.Office.Export.IExporterOptions"/> class instance, representing the source object for copying.
</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.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.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.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.SwitchToDraftViewCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SwitchToDraftViewCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowHyperlinkFormCommand">
<summary>
<para>Invokes the <b>Edit Hyperlink</b> dialog window.
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ShowHyperlinkFormCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowHyperlinkFormCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowHyperlinkFormCommand.ShowsModalDialog">
<summary>
<para>Gets whether the focus should be set to the command owner after a command is executed.
</para>
</summary>
<value>Returns <b>true</b>.
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ShowBookmarkFormCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowBookmarkFormCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowBookmarkFormCommand.ShowsModalDialog">
<summary>
<para>Gets whether the focus should be set to the command owner after a command is executed.
</para>
</summary>
<value>Returns <b>true</b>.
</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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.EnterKeyCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.EnterKeyCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.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.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.DragDropMode">
<summary>
<para>Lists the values used to specify the drag-and-drop mode of the DragDropMode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.DragDropMode.Manual">
<summary>
<para>This mode is suitable for mutli-thread applications, when no <b>Drag~</b> events of the RichEditControl can be raised.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.DragDropMode.Standard">
<summary>
<para>This mode is suitable for single-thread applications. If this mode is enabled, all <b>Drag~</b> events of the RichEditControl are correctly raised when objects are dragged and dropped.
</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.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.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.HyperlinkClickEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.HyperlinkClick"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.HyperlinkClickEventArgs.#ctor(DevExpress.XtraRichEdit.API.Native.Hyperlink,System.Windows.Forms.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.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.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.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="T:DevExpress.XtraRichEdit.Commands.ToggleHeaderFooterLinkToPreviousCommand">
<summary>
<para>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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleHeaderFooterLinkToPreviousCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleHeaderFooterLinkToPreviousCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ChangeFontNameCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.NumberingType">
<summary>
<para>Lists possible types of a numbering list.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingType.Bullet">
<summary>
<para>Bulleted list.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingType.MultiLevel">
<summary>
<para>Mixed numeric and outlined list.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingType.Simple">
<summary>
<para>Simple numeric list.
</para>
</summary>
</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.Office.Import.IImporterOptions)">
<summary>
<para>Copies the appropriate properties of the specified object into the current instance of the <b>PlainTextDocumentImporterOptions</b> class.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Office.Import.IImporterOptions"/> class instance, representing the source object for copying.
</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.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleDifferentOddAndEvenPagesCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleDifferentOddAndEvenPagesCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.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.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>Reserved for future use.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.IncrementNumerationParagraphIndentCommand">
<summary>
<para>Increments the indent level of a paragraph in a numbered list.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.IncrementNumerationParagraphIndentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the IncrementNumerationParagraphIndentCommand 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.IncrementNumerationParagraphIndentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.IncrementNumerationParagraphIndentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.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.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ChangeFontColorCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeFontColorCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.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.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="P:DevExpress.XtraRichEdit.FieldOptions.UseCurrentCultureDateTimeFormat">
<summary>
<para>Gets or sets whether the current culture's short date and time display settings should be used to format DateTime value for display.
</para>
</summary>
<value><b>true</b>, to use the current culture settings; <b>false</b> to use a predefined fixed format.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.AutoFitBehaviorType">
<summary>
<para>Lists AutoFit layout algorithm types.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.AutoFitBehaviorType.AutoFitToContents">
<summary>
<para>Table columns are automatically resized to fit the content.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.AutoFitBehaviorType.AutoFitToWindow">
<summary>
<para>Table is resized to fit within the page margins.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.AutoFitBehaviorType.FixedColumnWidth">
<summary>
<para>Columns have a fixed width, so the AutoFit feature is not used.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.UpdateTableOfContentsCommand">
<summary>
<para>Updates a Table of Contents.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.UpdateTableOfContentsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the UpdateTableOfContentsCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.UpdateTableOfContentsCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.UpdateTableOfContentsCommand.Id">
<summary>
<para>Gets the ID of the UpdateTableOfContentsCommand.
</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.UpdateTableOfContentsCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.UpdateTableOfContentsCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertFieldCommand">
<summary>
<para>Creates a field in a document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertFieldCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertFieldCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertFieldCommand.FieldCode">
<summary>
<para>Gets or sets the field code for the field that the command inserts.
</para>
</summary>
<value>A string that is the field code.
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleDifferentFirstPageCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleDifferentFirstPageCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.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.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 with default settings.
</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.Office.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">
A <see cref="T:DevExpress.Office.Export.IExporterOptions"/> class instance, representing the source object for copying.
</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 member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value><b>true</b> to enclose the content in RTF file in curly braces; otherwise, <b>false</b>.
</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 with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.RtfDocumentExporterCompatibilityOptions.BackColorExportMode">
<summary>
<para>Specifies tags used to represent the BackColor attribute in a resulting RTF document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Export.RtfRunBackColorExportMode"/> enumeration value.
</value>
</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>. Default value is <b>false</b>.
</value>
</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.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.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ChangeFontBackColorCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeFontBackColorCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.UpdateFieldsCommand">
<summary>
<para>Updates all fields in the selected range.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.UpdateFieldsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the UpdateFieldsCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.UpdateFieldsCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.UpdateFieldsCommand.Id">
<summary>
<para>Gets the ID of the UpdateFieldsCommand.
</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.UpdateFieldsCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleViewMergedDataCommand">
<summary>
<para>Displays or hide actual data in MERGEFIELD fields.
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleViewMergedDataCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleViewMergedDataCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleFieldCodesCommand">
<summary>
<para>Toggles field code display on/off.
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleFieldCodesCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFieldCodesCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowInsertMergeFieldFormCommand">
<summary>
<para>Invokes the dialog window that allows 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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowInsertMergeFieldFormCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ShowInsertMergeFieldFormCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowInsertMergeFieldFormCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ShowAllFieldResultsCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowAllFieldResultsCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ShowAllFieldCodesCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowAllFieldCodesCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.BeforeImportEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.BeforeImport"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.BeforeImportEventArgs.#ctor(DevExpress.XtraRichEdit.DocumentFormat,DevExpress.Office.Import.IImporterOptions)">
<summary>
<para>Initializes a new instance of the BeforeImportEventArgs class with the specified values.
</para>
</summary>
<param name="documentFormat">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration value specifying the export format.
</param>
<param name="options">
An object exposing the <b>DevExpress.XtraRichEdit.Export.IImporterOptions</b> interface, such as the <see cref="T:DevExpress.XtraRichEdit.Import.DocumentImporterOptions"/> object and its descendants.
</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.Office.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.XtraRichEdit.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.XtraRichEdit.RichEditControl.BeforeExport"/> event.
</para>
</summary>
<param name="sender">
The event sender (typically a <see cref="T:DevExpress.XtraRichEdit.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.XtraRichEdit.RichEditControl.BeforeExport"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.BeforeExportEventArgs.#ctor(DevExpress.XtraRichEdit.DocumentFormat,DevExpress.Office.Export.IExporterOptions)">
<summary>
<para>Initializes a new instance of the BeforeExportEventArgs class with the specified values.
</para>
</summary>
<param name="documentFormat">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration value specifying the export format.
</param>
<param name="options">
An object exposing the <see cref="T:DevExpress.Office.Export.IExporterOptions"/> interface, such as the <see cref="T:DevExpress.XtraRichEdit.Export.DocumentExporterOptions"/> object and its descendants.
</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.Office.Export.IExporterOptions"/> interface defining export options.
</value>
</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.KeepLastParagraph">
<summary>
<para>Gets or sets whether the last paragraph of the inserted document is kept in the resulting document.
</para>
</summary>
<value><b>true</b> to retain the last paragraph of the inserted document; otherwise, <b>false</b>.
</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.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>Enables you to join rows, which result from a mail merge involving a table with merged fields, into a whole table.
</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. The section break type is obtained from the previous section break or set to the <b>NextPage </b>by default. For headers and footers, it is the only allowed option.
</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.HeaderFooterLinkToPrevious">
<summary>
<para>Gets ors sets whether headers (footers) in the merged document have the same content in all sections.
</para>
</summary>
<value><b>true</b>, to link headers (footers) one to another so that they have the same content; otherwise, <b>false</b>.
</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.LineBreakSubstitute">
<summary>
<para>Lists variants for substituting the line break.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.LineBreakSubstitute.None">
<summary>
<para>Line break is not replaced, i.e. it is left intact.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.LineBreakSubstitute.Paragraph">
<summary>
<para>Line break is treated as a paragraph delimiter.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.LineBreakSubstitute.Space">
<summary>
<para>Line break is substituted with a space.
</para>
</summary>
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ShowLineSpacingFormCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowLineSpacingFormCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.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="M:DevExpress.XtraRichEdit.API.Native.SectionColumn.#ctor">
<summary>
<para>Initializes a new instance of the SectionColumn class with default settings.
</para>
</summary>
</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 <b>Single</b> 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 individual column.
</para>
</summary>
<value>A <b>Single</b> 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.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.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.DeleteWordBackCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowTableOptionsFormCommand">
<summary>
<para>Invokes the <b>Table Options</b> dialog window.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowTableOptionsFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowTableOptionsFormCommand 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.ShowTableOptionsFormCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowTableOptionsFormCommand.Id">
<summary>
<para>Gets the ID of the ShowTableOptionsFormCommand.
</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.ShowTableOptionsFormCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowTableOptionsFormCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowTableOptionsFormCommand.ShowsModalDialog">
<summary>
<para>Gets whether the focus should be set to the command owner after a command is executed.
</para>
</summary>
<value>Returns <b>true</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.DocumentSearchOptions">
<summary>
<para>Contains settings which specify parameters affecting search in a document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentSearchOptions.#ctor">
<summary>
<para>Initializes a new instance of the DocumentSearchOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentSearchOptions.RegExResultMaxGuaranteedLength">
<summary>
<para>Gets or sets the maximum length of a string that can be obtained in a regular expression search.
</para>
</summary>
<value>An integer specifying the maximum number of characters in a string. Default is 128.
</value>
</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.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.PreviousWordCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.ShapeCollection">
<summary>
<para>A collection of shapes in a document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ShapeCollection.Item(System.String)">
<summary>
<para>Gets the shape with the specified name.
</para>
</summary>
<param name="name">
A string specifying the shape's name.
</param>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Shape"/> element of the collection or <b>null</b> (<b>Nothing</b> in Visual Basic) if the element is not found.
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.PreviousParagraphCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.PreviousPageCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.PreviousLineCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.PreviousCharacterCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.NextWordCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.NextScreenCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.NextParagraphCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.NextPageCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.NextLineCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.NextCharacterCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.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.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.IncrementNumerationFromParagraphCommand">
<summary>
<para>Increments numeration of a paragraph in a numbering list.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.IncrementNumerationFromParagraphCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the IncrementNumerationFromParagraphCommand 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.IncrementNumerationFromParagraphCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.IncrementNumerationFromParagraphCommand.Id">
<summary>
<para>Gets the ID of the IncrementNumerationFromParagraphCommand.
</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.IncrementNumerationFromParagraphCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.IncrementIndentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.IncrementIndentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.IncrementFontSizeCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.IncrementFontSizeCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.IncreaseFontSizeCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.IncreaseFontSizeCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.SetWideSectionPageMarginsCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetWideSectionPageMarginsCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.FindCommand">
<summary>
<para>Invokes the Find and Replace form used to search for specific text in the document.
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.FindCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FindCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.LoadDocumentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.LoadDocumentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.LoadDocumentCommand.ShowsModalDialog">
<summary>
<para>Gets whether the focus should be set to the command owner after a command is executed.
</para>
</summary>
<value>Returns <b>true</b>.
</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.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.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.
</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.
</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.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.DeleteCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.DecrementNumerationParagraphIndentCommand">
<summary>
<para>Decrements the indent level of a paragraph in a numbered list.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.DecrementNumerationParagraphIndentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the DecrementNumerationParagraphIndentCommand 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.DecrementNumerationParagraphIndentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DecrementNumerationParagraphIndentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.DecrementNumerationFromParagraphCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.DecreaseFontSizeCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DecreaseFontSizeCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.CreateFieldCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.CreateFieldCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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>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.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.ChangeFloatingObjectAlignment">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeFloatingObjectFillColor">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ChangeFloatingObjectFillColorCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeFloatingObjectOutlineColor">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ChangeFloatingObjectOutlineColorCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeFloatingObjectOutlineWeight">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ChangeFloatingObjectOutlineWidthCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeFloatingObjectTextWrapType">
<summary>
<para>Identifies a command that serves as the placeholder for command buttons in bar or Ribbon UI.
</para>
</summary>
<returns>
</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>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangePageColor">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ChangePageColorCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeParagraphBackColor">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ChangeParagraphBackColorCommand"/> ID.
</para>
</summary>
<returns>
</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>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.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.ChangeTableCellsBorderLineWeight">
<summary>
<para><b>DevExpress.XtraRichEdit.Commands.ChangeCurrentBorderRepositoryItemLineThicknessCommand</b> ID.
</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.ChangeTableStyle">
<summary>
<para> [To be supplied] </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><see cref="T:DevExpress.XtraRichEdit.Commands.CopySelectionCommand"/> ID.
</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><see cref="T:DevExpress.XtraRichEdit.Commands.DecrementParagraphOutlineLevelCommand"/> ID.
</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><see cref="T:DevExpress.XtraRichEdit.Commands.SaveDocumentCommand"/> ID.
</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>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.FindForward">
<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.FindNext">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.FindNextCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.FindPrev">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.FindPrevCommand"/> ID.
</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="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.FloatingObjectBringForward">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.FloatingObjectBringForwardCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.FloatingObjectBringForwardPlaceholder">
<summary>
<para>Identifies a command that serves as the placeholder for command buttons in bar or Ribbon UI.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.FloatingObjectBringInFrontOfText">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.FloatingObjectBringInFrontOfTextCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.FloatingObjectBringToFront">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.FloatingObjectBringToFrontCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.FloatingObjectSendBackward">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.FloatingObjectSendBackwardCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.FloatingObjectSendBackwardPlaceholder">
<summary>
<para>Identifies a command that serves as the placeholder for command buttons in bar or Ribbon UI.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.FloatingObjectSendBehindText">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.FloatingObjectSendBehindTextCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.FloatingObjectSendToBack">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.FloatingObjectSendToBackCommand"/> ID.
</para>
</summary>
<returns>
</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.IncrementIndentCommand"/> 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.IncrementFontSizeCommand"/> 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.IncrementNumerationFromParagraphCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.IncrementParagraphOutlineLevel">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.IncrementParagraphOutlineLevelCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertBreak">
<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.InsertCaptionPlaceholder">
<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.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><see cref="T:DevExpress.XtraRichEdit.Commands.InsertEquationsCaptionCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertFiguresCaption">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertFiguresCaptionCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertFloatingPicture">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertFloatingObjectPictureCommand"/> ID.
</para>
</summary>
<returns>
</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>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</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><see cref="T:DevExpress.XtraRichEdit.Commands.InsertTableOfContentsCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertTableOfEquations">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertTableOfEquationsCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertTableOfFigures">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertTableOfFiguresCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertTableOfFiguresPlaceholder">
<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.InsertTableOfTables">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertTableOfTablesCommand"/> ID.
</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><see cref="T:DevExpress.XtraRichEdit.Commands.InsertTablesCaptionCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.InsertTextBox">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertTextBoxCommand"/> ID.
</para>
</summary>
<returns>
</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><see cref="T:DevExpress.XtraRichEdit.Commands.PasteSelectionCommand"/> ID.
</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><see cref="T:DevExpress.XtraRichEdit.Commands.PrintCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.PrintPreview">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.PrintPreviewCommand"/> ID.
</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><see cref="T:DevExpress.XtraRichEdit.Commands.QuickPrintCommand"/> ID.
</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>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.ReplaceForward">
<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.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.SelectUpperLevelObject">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</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.SetFloatingObjectBehindTextWrapType">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectBehindTextWrapTypeCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetFloatingObjectBottomCenterAlignment">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectBottomCenterAlignmentCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetFloatingObjectBottomLeftAlignment">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectBottomLeftAlignmentCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetFloatingObjectBottomRightAlignment">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectBottomRightAlignmentCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetFloatingObjectInFrontOfTextWrapType">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectInFrontOfTextWrapTypeCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetFloatingObjectMiddleCenterAlignment">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectMiddleCenterAlignmentCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetFloatingObjectMiddleLeftAlignment">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectMiddleLeftAlignmentCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetFloatingObjectMiddleRightAlignment">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectMiddleRightAlignmentCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetFloatingObjectSquareTextWrapType">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectSquareTextWrapTypeCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetFloatingObjectThroughTextWrapType">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectThroughTextWrapTypeCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetFloatingObjectTightTextWrapType">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTightTextWrapTypeCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetFloatingObjectTopAndBottomTextWrapType">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTopAndBottomTextWrapTypeCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetFloatingObjectTopCenterAlignment">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTopCenterAlignmentCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetFloatingObjectTopLeftAlignment">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTopLeftAlignmentCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetFloatingObjectTopRightAlignment">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTopRightAlignmentCommand"/> ID.
</para>
</summary>
<returns>
</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><see cref="T:DevExpress.XtraRichEdit.Commands.SetParagraphBodyTextLevelCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetParagraphHeading1Level">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetParagraphHeading1LevelCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetParagraphHeading2Level">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetParagraphHeading2LevelCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetParagraphHeading3Level">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetParagraphHeading3LevelCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetParagraphHeading4Level">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetParagraphHeading4LevelCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetParagraphHeading5Level">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetParagraphHeading5LevelCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetParagraphHeading6Level">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetParagraphHeading6LevelCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetParagraphHeading7Level">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetParagraphHeading7LevelCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetParagraphHeading8Level">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetParagraphHeading8LevelCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetParagraphHeading9Level">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetParagraphHeading9LevelCommand"/> ID.
</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><see cref="T:DevExpress.XtraRichEdit.Commands.SetSectionLineNumberingContinuousCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetSectionLineNumberingNone">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetSectionLineNumberingNoneCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetSectionLineNumberingRestartNewPage">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetSectionLineNumberingRestartNewPageCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetSectionLineNumberingRestartNewSection">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.SetSectionLineNumberingRestartNewSectionCommand"/> ID.
</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><see cref="T:DevExpress.XtraRichEdit.Commands.ShowBookmarkFormCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowColumnsSetupForm">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowColumnsSetupFormCommand"/> ID.
</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.ShowEditStyleForm">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowEditStyleFormCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowFloatingObjectLayoutOptionsForm">
<summary>
<para>Reserved for future use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowFontForm">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowFontFormCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowHyperlinkForm">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowHyperlinkFormCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowInsertMergeFieldForm">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowInsertMergeFieldFormCommand"/> ID.
</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><see cref="T:DevExpress.XtraRichEdit.Commands.ShowLineNumberingFormCommand"/> ID.
</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><see cref="T:DevExpress.XtraRichEdit.Commands.ShowNumberingListFormCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowPageMarginsSetupForm">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowPageMarginsSetupFormCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowPagePaperSetupForm">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowPagePaperSetupFormCommand"/> ID.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowPageSetupForm">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowPageSetupFormCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowParagraphForm">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowParagraphFormCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowPasteSpecialForm">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowPasteSpecialFormCommand"/> ID.
</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><see cref="T:DevExpress.XtraRichEdit.Commands.ShowSymbolFormCommand"/> and <see cref="T:DevExpress.XtraRichEdit.Commands.InsertSymbolCommand"/> identifiers.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowTableOptionsForm">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowTableOptionsFormCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowTablePropertiesForm">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowTablePropertiesFormCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ShowTablePropertiesFormMenuItem">
<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.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>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.ToggleParagraphSuppressLineNumbers">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleParagraphSuppressLineNumbersCommand"/> ID.
</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><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTableAutoFitContentsCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ToggleTableAutoFitMenuPlaceholder">
<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.ToggleTableAutoFitPlaceholder">
<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.ToggleTableAutoFitWindow">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTableAutoFitWindowCommand"/> ID.
</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><see cref="T:DevExpress.XtraRichEdit.Commands.ToggleTableFixedColumnWidthCommand"/> ID.
</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><see cref="T:DevExpress.XtraRichEdit.Commands.UpdateFieldsCommand"/> ID.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.UpdateTableOfContents">
<summary>
<para><see cref="T:DevExpress.XtraRichEdit.Commands.UpdateTableOfContentsCommand"/> ID.
</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.Services.IRichEditCommandFactoryService">
<summary>
<para>Defines a service which is used to create XtraRichEdit commands.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IRichEditCommandFactoryService.CreateCommand(DevExpress.XtraRichEdit.Commands.RichEditCommandId)">
<summary>
<para>Enables you to create a custom command for use in the XtraRichEdit.
</para>
</summary>
<param name="id">
A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member specifying a command to create.
</param>
<returns>An XtraRichEdit command object.
</returns>
</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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.BackSpaceKeyCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.BackSpaceKeyCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.ShapeRelativeHorizontalPosition">
<summary>
<para>Specifies to what the horizontal position of a shape is relative.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeRelativeHorizontalPosition.Character">
<summary>
<para>Relative to character.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeRelativeHorizontalPosition.Column">
<summary>
<para>Relative to column.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeRelativeHorizontalPosition.InsideMargin">
<summary>
<para>Not in use.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeRelativeHorizontalPosition.LeftMargin">
<summary>
<para>Relative to left margin.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeRelativeHorizontalPosition.Margin">
<summary>
<para>Relative to margin.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeRelativeHorizontalPosition.OutsideMargin">
<summary>
<para>Not in use.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeRelativeHorizontalPosition.Page">
<summary>
<para>Relative to page.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeRelativeHorizontalPosition.RightMargin">
<summary>
<para>Relative to right margin.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.PrintPreviewCommand">
<summary>
<para>Displays the <b>Print Preview</b> window for the current document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.PrintPreviewCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the PrintPreviewCommand 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.PrintPreviewCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.PrintPreviewCommand.Id">
<summary>
<para>Gets the ID of the PrintPreviewCommand.
</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.PrintPreviewCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.PrintPreviewCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.PrintCommand">
<summary>
<para>Invokes the <b>Print</b> dialog to print the current document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.PrintCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the PrintCommand 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.PrintCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.PrintCommand.Id">
<summary>
<para>Gets the ID of the PrintCommand.
</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.PrintCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.PrintCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.PrintCommand.ShowsModalDialog">
<summary>
<para>Gets whether the focus should be set to the command owner after a command is executed.
</para>
</summary>
<value>Returns <b>true</b>.
</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.EndOfLineCommand">
<summary>
<para>Moves the caret to the end of 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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.EndOfLineCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.EndOfDocumentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.DeleteWordCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SaveDocumentAsCommand">
<summary>
<para>Invokes the File dialog that prompts for a file name, and saves a document in a file with the 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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.SaveDocumentAsCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SaveDocumentAsCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SaveDocumentAsCommand.ShowsModalDialog">
<summary>
<para>Gets whether the focus should be set to the command owner after a command is executed.
</para>
</summary>
<value>Returns <b>true</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SaveDocumentCommand">
<summary>
<para>Saves a document to a file.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SaveDocumentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SaveDocumentCommand 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.SaveDocumentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SaveDocumentCommand.Id">
<summary>
<para>Gets the ID of the SaveDocumentCommand.
</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.SaveDocumentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SaveDocumentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.SetSingleParagraphSpacingCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.SetSesquialteralParagraphSpacingCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.SetDoubleParagraphSpacingCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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)">
<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.#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.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.ShowTabsFormCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="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.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.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.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="P:DevExpress.XtraRichEdit.Commands.ShowParagraphFormCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="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="P:DevExpress.XtraRichEdit.Commands.ShowParagraphFormCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowParagraphFormCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowParagraphFormCommand.ShowsModalDialog">
<summary>
<para>Gets whether the focus should be set to the command owner after a command is executed.
</para>
</summary>
<value>Returns <b>true</b>.
</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="P:DevExpress.XtraRichEdit.Commands.ShowFontFormCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="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="P:DevExpress.XtraRichEdit.Commands.ShowFontFormCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowFontFormCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowFontFormCommand.ShowsModalDialog">
<summary>
<para>Gets whether the focus should be set to the command owner after a command is executed.
</para>
</summary>
<value>Returns <b>true</b>.
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.StartOfDocumentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.StartOfLineCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShiftTabKeyCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ShiftTabKeyCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleSimpleNumberingListCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleSimpleNumberingListCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleShowWhitespaceCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleShowWhitespaceCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentLeftCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentLeftCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentJustifyCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentJustifyCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentCenterCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentCenterCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleMultiLevelListCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleMultiLevelListCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleFontUnderlineCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontUnderlineCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleFontSuperscriptCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontSuperscriptCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleFontSubscriptCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontSubscriptCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleFontStrikeoutCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontStrikeoutCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleFontItalicCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontItalicCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleFontDoubleUnderlineCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontDoubleUnderlineCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleFontDoubleStrikeoutCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontDoubleStrikeoutCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleFontBoldCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontBoldCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleBulletedListCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleBulletedListCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.SetPortraitPageOrientationCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.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.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.SelectAllCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ScrollVerticallyByLogicalOffsetCommand">
<summary>
<para>Represents a command used to scroll a document in a vertical direction by the specified distance, in the document model.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ScrollVerticallyByLogicalOffsetCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ScrollVerticallyByLogicalOffsetCommand 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.ScrollVerticallyByLogicalOffsetCommand.AbsolutePhysicalVerticalOffset">
<summary>
<para>Gets the scroll distance applied to the current document view.
</para>
</summary>
<value>An integer, representing the scroll distance, measured in documents.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ScrollVerticallyByLogicalOffsetCommand.LogicalOffset">
<summary>
<para>Gets or sets the scroll distance for the document model.
</para>
</summary>
<value>An integer, representing the the scroll distance, measured in documents.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ScrollHorizontallyByPhysicalOffsetCommand">
<summary>
<para>Represents a command used to scroll the document in horizontal direction by the specified distance, measured in documents.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ScrollHorizontallyByPhysicalOffsetCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ScrollHorizontallyByPhysicalOffsetCommand 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.ScrollHorizontallyByPhysicalOffsetCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ScrollHorizontallyByPhysicalOffsetCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ScrollHorizontallyByPhysicalOffsetCommand.PhysicalOffset">
<summary>
<para>Gets or sets the scroll distance of the current document view.
</para>
</summary>
<value>An integer, representing the scroll distance, measured in documents.
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.UndoCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.UndoCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ZoomOutCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ZoomOutCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ZoomInCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ZoomInCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.CutSelectionCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.CutSelectionCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="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.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.CopySelectionCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.CopySelectionCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ClearFormattingCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ClearFormattingCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TextBox">
<summary>
<para>Text box within a <see cref="T:DevExpress.XtraRichEdit.API.Native.Shape"/> object. Contains the text document and the properties that control the size and alignment of the text box.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TextBox.Document">
<summary>
<para>Provides access to content of the text box.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.SubDocument"/> interface exposing the text box content.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TextBox.HeightRule">
<summary>
<para>Gets or sets the rule for determining the height of the text box.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TextBoxSizeRule"/> enumeration member specifying how the text box size is determined.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TextBox.MarginBottom">
<summary>
<para>Gets or sets the distance between the bottom of the text and the bottom edge of the shape that contains the text.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that specifies the distance in current units of measurement (<see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/>).
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TextBox.MarginLeft">
<summary>
<para>Gets or sets the distance between the left edge of the text and the left edge of the shape that contains the text.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that specifies the distance in current units of measurement (<see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/>).
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TextBox.MarginRight">
<summary>
<para>Gets or sets the distance between the right edge of the text and the right edge of the shape that contains the text.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that specifies the distance in current units of measurement (<see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/>).
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TextBox.MarginTop">
<summary>
<para>Gets or sets the distance between the top of the text and the top edge of the shape that contains the text.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that specifies the distance in current units of measurement (<see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/>).
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.ShapeLine">
<summary>
<para>Contains formatting information for the shape's border.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ShapeLine.Color">
<summary>
<para>Gets or sets the color of the shape's border.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object specifying the line color.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ShapeLine.Thickness">
<summary>
<para>Gets or sets the thickness of the specified line in points.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that is the line thickness in points.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.ShapeFill">
<summary>
<para>Fill formatting for a shape.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ShapeFill.Color">
<summary>
<para>Gets or sets the fill color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> color object specifying the fill color.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.Shape">
<summary>
<para>An object that can be placed above and below the text layer of the document, as well as within the document, with text surrounding it.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.Fill">
<summary>
<para>Gets fill formatting properties for the specified shape.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ShapeFill"/> object that contains fill formatting properties.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.HorizontalAlignment">
<summary>
<para>Gets or sets how the shape is positioned horizontally.
</para>
</summary>
<value>'A <see cref="T:DevExpress.XtraRichEdit.API.Native.ShapeHorizontalAlignment"/> enumeration member that specifies the shape's horizontal position.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.Line">
<summary>
<para>Gets line formatting properties for the specified shape.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ShapeLine"/> object that contains line formatting properties.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.LockAspectRatio">
<summary>
<para>Gets or sets whether you can change the height and width of a shape independently when you resize it.
</para>
</summary>
<value><b>true</b> if the specified shape retains its original proportions when you resize it; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.MarginBottom">
<summary>
<para>Gets or sets the distance between the document text and the bottom border of the shape.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that is the distance in units of measurement specified by the <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> property.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.MarginLeft">
<summary>
<para>Gets or sets the distance between the document text and the left border of the shape.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that is the distance in units of measurement specified by the <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> property.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.MarginRight">
<summary>
<para>Gets or sets the distance between the document text and the right border of the shape.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that is the distance in units of measurement specified by the <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> property.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.MarginTop">
<summary>
<para>Gets or sets the distance between the document text and the top border of the shape.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that is the distance in units of measurement specified by the <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> property.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.Name">
<summary>
<para>Gets or sets the name of a shape. The name can be used to reference a particular shape in code.
</para>
</summary>
<value>A string that is the shape's name.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.Offset">
<summary>
<para>Gets or sets the shape position relative to a certain element of the document layout .
</para>
</summary>
<value>A <see cref="T:System.Drawing.PointF"/> object specifying the offset of the shape.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.OriginalSize">
<summary>
<para>Gets the original size of a shape, i.e. the size before scaling.
</para>
</summary>
<value>A <see cref="T:System.Drawing.SizeF"/> structure specifying the size of a shape.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.Picture">
<summary>
<para>Gets a picture residing in the floating object.
</para>
</summary>
<value>An <see cref="T:DevExpress.Office.Utils.OfficeImage"/> object that is the image in a shape object that is the floating picture; if a shape object is a text box, <b>null</b> (<b>Nothing</b> in Visual Basic) is returned.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.PictureUri">
<summary>
<para>Gets or sets the URI of a picture represented by a floating object.
</para>
</summary>
<value>A string that is the URI of the picture. A floating picture can have no URI or the shape can actually be a text box. In this case, an empty string is returned.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.Range">
<summary>
<para>Gets the anchoring range for the specified shape.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object that is the anchoring range for the specified shape.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.RelativeHorizontalPosition">
<summary>
<para>Gets or sets an item to what the horizontal position of a shape is relative.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ShapeRelativeHorizontalPosition"/> enumeration member.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.RelativeVerticalPosition">
<summary>
<para>Gets or sets an item to what the vertical position of a shape is relative.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ShapeRelativeVerticalPosition"/> enumeration member.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.RotationAngle">
<summary>
<para>Gets or sets the number of degrees the shape is rotated around the z-axis.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that is the number of degrees.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.ScaleX">
<summary>
<para>Gets or sets the x-axis scale factor.
</para>
</summary>
<value>A positive <see cref="T:System.Single"/> value that is the scale factor. Default is 1.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.ScaleY">
<summary>
<para>Gets or sets the y-axis scale factor.
</para>
</summary>
<value>A positive <see cref="T:System.Single"/> value that is the scale factor. Default is 1.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.Size">
<summary>
<para>Gets or sets the size of a shape.
</para>
</summary>
<value>A <see cref="T:System.Drawing.SizeF"/> structure specifying the width and height of a shape.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.TextBox">
<summary>
<para>Provides access to text box content.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.SubDocument"/> interface that exposes the content of a text box.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.VerticalAlignment">
<summary>
<para>Gets or sets how the shape is positioned vertically.
</para>
</summary>
<value>'A <see cref="T:DevExpress.XtraRichEdit.API.Native.ShapeHorizontalAlignment"/> enumeration member that specifies the shape's vertical position.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Shape.ZOrder">
<summary>
<para>Gets or sets the position of the shape in the z-order.
</para>
</summary>
<value>An integer that represents a shape position in the z-order.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TextBoxSizeRule">
<summary>
<para>Specifies interpretation of the rule used to determine the height of a text box.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TextBoxSizeRule.Auto">
<summary>
<para>Sets the height to fit entire text.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TextBoxSizeRule.Exact">
<summary>
<para>Sets the height to an exact value specified by the <see cref="P:DevExpress.XtraRichEdit.API.Native.Shape.Size"/> property.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.ShapeVerticalAlignment">
<summary>
<para>Specifies the type of vertical alignment to apply.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeVerticalAlignment.Bottom">
<summary>
<para>The shape is aligned to the bottom relative to its <see cref="P:DevExpress.XtraRichEdit.API.Native.Shape.RelativeVerticalPosition"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeVerticalAlignment.Center">
<summary>
<para>The shape is centered relative to its <see cref="P:DevExpress.XtraRichEdit.API.Native.Shape.RelativeVerticalPosition"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeVerticalAlignment.Inside">
<summary>
<para>Not in use.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeVerticalAlignment.None">
<summary>
<para>The exact position is specified by the <see cref="P:DevExpress.XtraRichEdit.API.Native.Shape.Offset"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeVerticalAlignment.Outside">
<summary>
<para>Not in use.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeVerticalAlignment.Top">
<summary>
<para>The shape is top aligned relative to its <see cref="P:DevExpress.XtraRichEdit.API.Native.Shape.RelativeVerticalPosition"/>.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.ShapeRelativeVerticalPosition">
<summary>
<para>Specifies to what the vertical position of a shape is relative.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeRelativeVerticalPosition.BottomMargin">
<summary>
<para>Relative to bottom margin.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeRelativeVerticalPosition.InsideMargin">
<summary>
<para>Not in use.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeRelativeVerticalPosition.Line">
<summary>
<para>Relative to line.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeRelativeVerticalPosition.Margin">
<summary>
<para>Relative to margin.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeRelativeVerticalPosition.OutsideMargin">
<summary>
<para>Not in use.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeRelativeVerticalPosition.Page">
<summary>
<para>Not in use.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeRelativeVerticalPosition.Paragraph">
<summary>
<para>Not in use.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeRelativeVerticalPosition.TopMargin">
<summary>
<para>Relative to top margin.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.ShapeHorizontalAlignment">
<summary>
<para>Specifies the horizontal alignment of a shape.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeHorizontalAlignment.Center">
<summary>
<para>The shape is centered relative to its <see cref="P:DevExpress.XtraRichEdit.API.Native.Shape.RelativeHorizontalPosition"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeHorizontalAlignment.Inside">
<summary>
<para>Not in use.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeHorizontalAlignment.Left">
<summary>
<para>The shape is left-aligned relative to its <see cref="P:DevExpress.XtraRichEdit.API.Native.Shape.RelativeHorizontalPosition"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeHorizontalAlignment.None">
<summary>
<para>The shape is positioned explicitly via the <see cref="P:DevExpress.XtraRichEdit.API.Native.Shape.Offset"/> property relative to its <see cref="P:DevExpress.XtraRichEdit.API.Native.Shape.RelativeHorizontalPosition"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeHorizontalAlignment.Outside">
<summary>
<para>Not in use.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.ShapeHorizontalAlignment.Right">
<summary>
<para>The shape is right-aligned relative to its <see cref="P:DevExpress.XtraRichEdit.API.Native.Shape.RelativeHorizontalPosition"/>.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.FloatingObjectLayoutOptionsFormShowingEventHandler">
<summary>
<para>
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.FloatingObjectLayoutOptionsFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.FloatingObjectLayoutOptionsFormShowingEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.FloatingObjectLayoutOptionsFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.FloatingObjectLayoutOptionsFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.FloatingObjectLayoutOptionsFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.FloatingObjectLayoutOptionsFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.FloatingObjectLayoutOptionsFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.FloatingObjectLayoutOptionsFormControllerParameters)">
<summary>
<para>Initializes a new instance of the FloatingObjectLayoutOptionsFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.FloatingObjectLayoutOptionsFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.FloatingObjectLayoutOptionsFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Floating Objects Layout dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.FloatingObjectLayoutOptionsFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.EditStyleFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.EditStyleFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.EditStyleFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.EditStyleFormShowingEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.EditStyleFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
An <see cref="T:DevExpress.XtraRichEdit.EditStyleFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.EditStyleFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.EditStyleFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.EditStyleFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.EditStyleFormControllerParameters)">
<summary>
<para>Initializes a new instance of the EditStyleFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.EditStyleFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.EditStyleFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Style Editor dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.EditStyleFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.TableOptionsFormShowingEventHandler">
<summary>
<para>
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.TableOptionsFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.TableOptionsFormShowingEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.TableOptionsFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.TableOptionsFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.TableOptionsFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.TableOptionsFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.TableOptionsFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.TableOptionsFormControllerParameters)">
<summary>
<para>Initializes a new instance of the TableOptionsFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.TableOptionsFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.TableOptionsFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Table Options dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.TableOptionsFormControllerParameters"/> object containing information to be displayed in the form.
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.GoToPreviousPageHeaderFooterCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.GoToPreviousPageHeaderFooterCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.PrintingOptions">
<summary>
<para>Contains settings which specify parameters affecting how the document is printed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.PrintingOptions.#ctor">
<summary>
<para>Initializes a new instance of the PrintingOptions class.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.PrintingOptions.PrintPageBackground">
<summary>
<para>Gets or sets whether the page background is printed in printouts or exported in graphic formats such as PDF.
</para>
</summary>
<value><b>true</b> to print the page background; otherwise, <b>false</b>.
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.SetNarrowSectionPageMarginsCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetNarrowSectionPageMarginsCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.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.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.XtraRichEdit.RichEditControl.UnhandledException"/> event.
</para>
</summary>
<param name="sender">
The event sender ( a <see cref="T:DevExpress.XtraRichEdit.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>Provides data for the <see cref="E:DevExpress.XtraRichEdit.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.XtraRichEdit.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.Commands.ToggleTableCellsAllBordersCommand">
<summary>
<para>Toggles all borders 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.XtraRichEdit.RichEditControl"/>).
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsAllBordersCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsAllBordersCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableCellsAllBordersCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.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 <b>Single</b> 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 <b>Single</b> value specifying the width of an individual column, measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/>.
</param>
<param name="columnSpacing">
A <b>Single</b> value specifying the spacing between adjacent columns, 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.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.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.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="F:DevExpress.XtraRichEdit.RichEditViewType.PrintLayout"/> value.
</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.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="P:DevExpress.XtraRichEdit.RichEditViewRepository.DraftView"/> value.
</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.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 the RichEditControl View's type.
</para>
</summary>
<value>The <see cref="F:DevExpress.XtraRichEdit.RichEditViewType.Simple"/> value.
</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.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>Gets or sets the background color of the View.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object representing the background color of the View.
</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>Gets the range encompassing all pages that are currently visible in the View.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> that is the range containing visible pages.
</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.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>
<member name="T:DevExpress.XtraRichEdit.DocumentExportCapabilities">
<summary>
<para>Represents the formatting capabilities required for correct export of the document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentExportCapabilities.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.DocumentExportCapabilities.CharacterFormatting">
<summary>
<para>Gets or sets whether the non-default character formatting support is required for correct export of the document.
</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 hyperlinks support is required to export the document correctly.
</para>
</summary>
<value><b>true</b> if the document contains hyperlinks; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentExportCapabilities.InlineObjects">
<summary>
<para>Gets or sets whether the in-line objects support is required for correct export of the document.
</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 in-line pictures support is required for correct export of the document.
</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 non-default paragraph formatting support is required for correct export of the document.
</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 section partitioning support is required for correct export of the document.
</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.RichEditViewType">
<summary>
<para>Specifies the view used to show the document within the <see cref="T:DevExpress.XtraRichEdit.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.DocumentFormat">
<summary>
<para>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>MS Word 97-2003 binary file format.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraRichEdit.DocumentFormat.ePub">
<summary>
<para>EPUB@#174; - standard format for electronic books and other digital publications.
</para>
</summary>
<returns>
</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.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 for a new document, when saving or loading a document which has not been previously saved.
</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 default file format used for saving a newly created document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> member, representing the default file format. It equals <see cref="F:DevExpress.XtraRichEdit.DocumentFormat.Rtf"/> unless specified explicitly.
</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.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.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.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.DocumentRange">
<summary>
<para>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.SectionCollection">
<summary>
<para>An interface that defines a collection of <see cref="T:DevExpress.XtraRichEdit.API.Native.Section"/> objects.
</para>
</summary>
</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.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">
The 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.DraftViewLayoutOptions">
<summary>
<para>Contains settings which affect the layout of the Draft view.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.DraftViewLayoutOptions.#ctor">
<summary>
<para>Initializes a new instance of the DraftViewLayoutOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.DraftViewLayoutOptions.AllowTablesToExtendIntoMargins">
<summary>
<para>Gets or sets whether to retain the settings of a table that is extended past the margins of a document instead of using autofit to make the table fit within the margins.
</para>
</summary>
<value><b>true</b> to not use autofit; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.SimpleViewLayoutOptions">
<summary>
<para>Contains settings which affect the layout of the Simple view.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.SimpleViewLayoutOptions.#ctor">
<summary>
<para>Initializes a new instance of the SimpleViewLayoutOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.SimpleViewLayoutOptions.AllowTablesToExtendIntoMargins">
<summary>
<para>Gets or sets whether to retain the settings of a table that is extended past the margins of a document instead of using autofit to make the table fit within the margins.
</para>
</summary>
<value><b>true</b> to not use autofit; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.PrintLayoutViewLayoutOptions">
<summary>
<para>Contains settings which affect the layout of the PrintLayout view.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.PrintLayoutViewLayoutOptions.#ctor">
<summary>
<para>Initializes a new instance of the PrintLayoutViewLayoutOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.PrintLayoutViewLayoutOptions.AllowTablesToExtendIntoMargins">
<summary>
<para>Gets or sets whether to retain the settings of a table that is extended past the margins of a document instead of using autofit to make the table fit within the margins.
</para>
</summary>
<value><b>true</b> to not use autofit; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowPagePaperSetupFormCommand">
<summary>
<para>Invokes the Page Setup dialog at the Paper tab.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowPagePaperSetupFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowPagePaperSetupFormCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowPagePaperSetupFormCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowPagePaperSetupFormCommand.Id">
<summary>
<para>Gets the ID of the ShowPagePaperSetupFormCommand.
</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.ShowPagePaperSetupFormCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowPageMarginsSetupFormCommand">
<summary>
<para>Invokes the Page Setup dialog at the Margins tab.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowPageMarginsSetupFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowPageMarginsSetupFormCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowPageMarginsSetupFormCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowPageMarginsSetupFormCommand.Id">
<summary>
<para>Gets the ID of the ShowPageMarginsSetupFormCommand.
</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.ShowPageMarginsSetupFormCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTopRightAlignmentCommand">
<summary>
<para>Positions the selected floating object at the top right section of the page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTopRightAlignmentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetFloatingObjectTopRightAlignmentCommand 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.SetFloatingObjectTopRightAlignmentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTopRightAlignmentCommand.Id">
<summary>
<para>Gets the ID of the SetFloatingObjectTopRightAlignmentCommand.
</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.SetFloatingObjectTopRightAlignmentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTopRightAlignmentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTopLeftAlignmentCommand">
<summary>
<para>Positions the selected floating object at the top left section of the page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTopLeftAlignmentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetFloatingObjectTopLeftAlignmentCommand 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.SetFloatingObjectTopLeftAlignmentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTopLeftAlignmentCommand.Id">
<summary>
<para>Gets the ID of the SetFloatingObjectTopLeftAlignmentCommand.
</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.SetFloatingObjectTopLeftAlignmentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTopLeftAlignmentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTopCenterAlignmentCommand">
<summary>
<para>Positions the selected floating object at the top center section of the page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTopCenterAlignmentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetFloatingObjectTopCenterAlignmentCommand 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.SetFloatingObjectTopCenterAlignmentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTopCenterAlignmentCommand.Id">
<summary>
<para>Gets the ID of the SetFloatingObjectTopCenterAlignmentCommand.
</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.SetFloatingObjectTopCenterAlignmentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTopCenterAlignmentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTopAndBottomTextWrapTypeCommand">
<summary>
<para>Applies a style that places text above and below the image, but does not allow any text to appear beside the picture.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTopAndBottomTextWrapTypeCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetFloatingObjectTopAndBottomTextWrapTypeCommand 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.SetFloatingObjectTopAndBottomTextWrapTypeCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTopAndBottomTextWrapTypeCommand.Id">
<summary>
<para>Gets the ID of the SetFloatingObjectTopAndBottomTextWrapTypeCommand.
</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.SetFloatingObjectTopAndBottomTextWrapTypeCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTopAndBottomTextWrapTypeCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTightTextWrapTypeCommand">
<summary>
<para>Applies a style that tightly wraps the text around the graphic in an irregular shape that bounds the actual image.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTightTextWrapTypeCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetFloatingObjectTightTextWrapTypeCommand 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.SetFloatingObjectTightTextWrapTypeCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTightTextWrapTypeCommand.Id">
<summary>
<para>Gets the ID of the SetFloatingObjectTightTextWrapTypeCommand.
</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.SetFloatingObjectTightTextWrapTypeCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectTightTextWrapTypeCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectThroughTextWrapTypeCommand">
<summary>
<para>Applies a style that tightly wraps the text around the graphic in an irregular shape that bounds the actual image and fills any blank spaces found within the graphic with text.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetFloatingObjectThroughTextWrapTypeCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetFloatingObjectThroughTextWrapTypeCommand 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.SetFloatingObjectThroughTextWrapTypeCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectThroughTextWrapTypeCommand.Id">
<summary>
<para>Gets the ID of the SetFloatingObjectThroughTextWrapTypeCommand.
</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.SetFloatingObjectThroughTextWrapTypeCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectThroughTextWrapTypeCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectSquareTextWrapTypeCommand">
<summary>
<para>Applies a style that wraps the text around all sides of a square that bounds the floating object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetFloatingObjectSquareTextWrapTypeCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetFloatingObjectSquareTextWrapTypeCommand 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.SetFloatingObjectSquareTextWrapTypeCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectSquareTextWrapTypeCommand.Id">
<summary>
<para>Gets the ID of the SetFloatingObjectSquareTextWrapTypeCommand.
</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.SetFloatingObjectSquareTextWrapTypeCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectSquareTextWrapTypeCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectMiddleRightAlignmentCommand">
<summary>
<para>Positions the selected floating object at the middle right section of the page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetFloatingObjectMiddleRightAlignmentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetFloatingObjectMiddleRightAlignmentCommand 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.SetFloatingObjectMiddleRightAlignmentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectMiddleRightAlignmentCommand.Id">
<summary>
<para>Gets the ID of the SetFloatingObjectMiddleRightAlignmentCommand.
</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.SetFloatingObjectMiddleRightAlignmentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectMiddleRightAlignmentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectMiddleLeftAlignmentCommand">
<summary>
<para>Positions the selected floating object at the middle left section of the page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetFloatingObjectMiddleLeftAlignmentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetFloatingObjectMiddleLeftAlignmentCommand 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.SetFloatingObjectMiddleLeftAlignmentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectMiddleLeftAlignmentCommand.Id">
<summary>
<para>Gets the ID of the SetFloatingObjectMiddleLeftAlignmentCommand.
</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.SetFloatingObjectMiddleLeftAlignmentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectMiddleLeftAlignmentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectMiddleCenterAlignmentCommand">
<summary>
<para>Positions the selected floating object at the middle center section of the page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetFloatingObjectMiddleCenterAlignmentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetFloatingObjectMiddleCenterAlignmentCommand 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.SetFloatingObjectMiddleCenterAlignmentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectMiddleCenterAlignmentCommand.Id">
<summary>
<para>Gets the ID of the SetFloatingObjectMiddleCenterAlignmentCommand.
</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.SetFloatingObjectMiddleCenterAlignmentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectMiddleCenterAlignmentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectInFrontOfTextWrapTypeCommand">
<summary>
<para>Places the selected object in its own layer in front of the text.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetFloatingObjectInFrontOfTextWrapTypeCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetFloatingObjectInFrontOfTextWrapTypeCommand 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.SetFloatingObjectInFrontOfTextWrapTypeCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectInFrontOfTextWrapTypeCommand.Id">
<summary>
<para>Gets the ID of the SetFloatingObjectInFrontOfTextWrapTypeCommand.
</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.SetFloatingObjectInFrontOfTextWrapTypeCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectInFrontOfTextWrapTypeCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectBottomRightAlignmentCommand">
<summary>
<para>Positions the selected floating object at the bottom right section of the page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetFloatingObjectBottomRightAlignmentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetFloatingObjectBottomRightAlignmentCommand 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.SetFloatingObjectBottomRightAlignmentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectBottomRightAlignmentCommand.Id">
<summary>
<para>Gets the ID of the SetFloatingObjectBottomRightAlignmentCommand.
</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.SetFloatingObjectBottomRightAlignmentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectBottomRightAlignmentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectBottomLeftAlignmentCommand">
<summary>
<para>Positions the selected floating object at the bottom left section of the page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetFloatingObjectBottomLeftAlignmentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetFloatingObjectBottomLeftAlignmentCommand 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.SetFloatingObjectBottomLeftAlignmentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectBottomLeftAlignmentCommand.Id">
<summary>
<para>Gets the ID of the SetFloatingObjectBottomLeftAlignmentCommand.
</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.SetFloatingObjectBottomLeftAlignmentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectBottomLeftAlignmentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectBottomCenterAlignmentCommand">
<summary>
<para>Positions the selected floating object at the bottom center section of the page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetFloatingObjectBottomCenterAlignmentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetFloatingObjectBottomCenterAlignmentCommand 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.SetFloatingObjectBottomCenterAlignmentCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectBottomCenterAlignmentCommand.Id">
<summary>
<para>Gets the ID of the SetFloatingObjectBottomCenterAlignmentCommand.
</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.SetFloatingObjectBottomCenterAlignmentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectBottomCenterAlignmentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.FloatingObjectSendToBackCommand">
<summary>
<para>Moves the selected floating object behind the text or any other floating object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.FloatingObjectSendToBackCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the FloatingObjectSendToBackCommand 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.FloatingObjectSendToBackCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FloatingObjectSendToBackCommand.Id">
<summary>
<para>Gets the ID of the FloatingObjectSendToBackCommand.
</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.FloatingObjectSendToBackCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FloatingObjectSendToBackCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.FloatingObjectSendBehindTextCommand">
<summary>
<para>Moves the selected floating object behind the text layer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.FloatingObjectSendBehindTextCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the FloatingObjectSendBehindTextCommand 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.FloatingObjectSendBehindTextCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FloatingObjectSendBehindTextCommand.Id">
<summary>
<para>Gets the ID of the FloatingObjectSendBehindTextCommand.
</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.FloatingObjectSendBehindTextCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FloatingObjectSendBehindTextCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.FloatingObjectBringToFrontCommand">
<summary>
<para>Moves the selected floating object in front of the text layer and any other floating objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.FloatingObjectBringToFrontCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the FloatingObjectBringToFrontCommand 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.FloatingObjectBringToFrontCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FloatingObjectBringToFrontCommand.Id">
<summary>
<para>Gets the ID of the FloatingObjectBringToFrontCommand.
</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.FloatingObjectBringToFrontCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FloatingObjectBringToFrontCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.FloatingObjectBringInFrontOfTextCommand">
<summary>
<para>Moves the selected floating object in front of the text layer.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.FloatingObjectBringInFrontOfTextCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the FloatingObjectBringInFrontOfTextCommand 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.FloatingObjectBringInFrontOfTextCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FloatingObjectBringInFrontOfTextCommand.Id">
<summary>
<para>Gets the ID of the FloatingObjectBringInFrontOfTextCommand.
</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.FloatingObjectBringInFrontOfTextCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FloatingObjectBringInFrontOfTextCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.FloatingObjectBringForwardCommand">
<summary>
<para>Moves the selected floating object in front of text or another object, one layer at a time.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.FloatingObjectBringForwardCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the FloatingObjectBringForwardCommand 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.FloatingObjectBringForwardCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FloatingObjectBringForwardCommand.Id">
<summary>
<para>Gets the ID of the FloatingObjectBringForwardCommand.
</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.FloatingObjectBringForwardCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FloatingObjectBringForwardCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ChangeFloatingObjectOutlineWidthCommand">
<summary>
<para>Specifies the width of the outline of the selected floating object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeFloatingObjectOutlineWidthCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ChangeFloatingObjectOutlineWidthCommand 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.ChangeFloatingObjectOutlineWidthCommand.CreateDefaultCommandUIState">
<summary>
<para>Creates an object specifying 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.ChangeFloatingObjectOutlineWidthCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeFloatingObjectOutlineWidthCommand.Id">
<summary>
<para>Gets the ID of the ChangeFloatingObjectOutlineWidthCommand.
</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.ChangeFloatingObjectOutlineWidthCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ChangeFloatingObjectOutlineColorCommand">
<summary>
<para>Specifies the color for the outline of the selected floating object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeFloatingObjectOutlineColorCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ChangeFloatingObjectOutlineColorCommand 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.ChangeFloatingObjectOutlineColorCommand.CreateDefaultCommandUIState">
<summary>
<para>Creates an object specifying 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.ChangeFloatingObjectOutlineColorCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeFloatingObjectOutlineColorCommand.Id">
<summary>
<para>Gets the ID of the ChangeFloatingObjectOutlineColorCommand.
</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.ChangeFloatingObjectOutlineColorCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeFloatingObjectOutlineColorCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ChangeFloatingObjectFillColorCommand">
<summary>
<para>Changes the fill color of a selected floating object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeFloatingObjectFillColorCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ChangeFloatingObjectFillColorCommand 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.ChangeFloatingObjectFillColorCommand.CreateDefaultCommandUIState">
<summary>
<para>Creates an object specifying 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.ChangeFloatingObjectFillColorCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeFloatingObjectFillColorCommand.Id">
<summary>
<para>Gets the ID of the ChangeFloatingObjectFillColorCommand.
</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.ChangeFloatingObjectFillColorCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeFloatingObjectFillColorCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ChangeParagraphBackColorCommand">
<summary>
<para>Changes the background color of the current paragraph.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeParagraphBackColorCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ChangeParagraphBackColorCommand 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.ChangeParagraphBackColorCommand.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.ChangeParagraphBackColorCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeParagraphBackColorCommand.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.ChangeParagraphBackColorCommand.Id">
<summary>
<para>Gets the ID of the ChangeParagraphBackColorCommand.
</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.ChangeParagraphBackColorCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeParagraphBackColorCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.DecrementFontSizeCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DecrementFontSizeCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertTextBoxCommand">
<summary>
<para>Inserts a floating object - text box.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertTextBoxCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertTextBoxCommand 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.InsertTextBoxCommand.Id">
<summary>
<para>Gets the ID of the InsertTextBoxCommand.
</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.InsertFloatingObjectPictureCommand">
<summary>
<para>Inserts a picture from a file. The picture becomes a floating object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertFloatingObjectPictureCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertFloatingObjectPictureCommand 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.InsertFloatingObjectPictureCommand.Id">
<summary>
<para>Gets the ID of the InsertFloatingObjectPictureCommand.
</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.ChangeSectionPaperKindCommand">
<summary>
<para>Changes paper size for the current section pages.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeSectionPaperKindCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ChangeSectionPaperKindCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeSectionPaperKindCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl,System.Drawing.Printing.PaperKind)">
<summary>
<para>Initializes a new instance of the ChangeSectionPaperKindCommand class with the specified owner and paper kind to be selected.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
<param name="paperKind">
A <see cref="T:System.Drawing.Printing.PaperKind"/> enumeration value that specifies the paper size of the section page.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeSectionPaperKindCommand.CreateDefaultCommandUIState">
<summary>
<para>Creates an object specifying 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.ChangeSectionPaperKindCommand.DefaultPaperKindList">
<summary>
<para>Gets a list of enumerations specifying standard paper sizes which are used by default.
</para>
</summary>
<value>A System.Collections.Generic.List@lt;<see cref="T:System.Drawing.Printing.PaperKind"/>@gt; object that is the generic list containing default paper sizes.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeSectionPaperKindCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeSectionPaperKindCommand.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.ChangeSectionPaperKindCommand.FullPaperKindList">
<summary>
<para>Gets a list of enumerations specifying all available standard paper sizes.
</para>
</summary>
<value>A System.Collections.Generic.List@lt;System.Drawing.Printing.PaperKind@gt; object that is the generic list containing all available standard paper sizes.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeSectionPaperKindCommand.Id">
<summary>
<para>Gets the ID of the ChangeSectionPaperKindCommand.
</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.ChangeSectionPaperKindCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeSectionPaperKindCommand.PaperKind">
<summary>
<para>Gets or sets the size of a piece of paper.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Printing.PaperKind"/> enumeration value.
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.SetLandscapePageOrientationCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.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.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.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.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.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.BeginUpdateFooter">
<summary>
<para>Starts editing the document's footer for the current section.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.SubDocument"/> instance that is the header 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="M:DevExpress.XtraRichEdit.API.Native.Section.BeginUpdateHeader">
<summary>
<para>Starts editing the document's header for the current section.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.SubDocument"/> instance that is 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 editing of the section's footer.
</para>
</summary>
<param name="document">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.SubDocument"/> instance, representing the footer opened for editing.
</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="M:DevExpress.XtraRichEdit.API.Native.Section.IsFooterLinkedToPrevious">
<summary>
<para>Indicates whether the footer of the specified type for the current section is linked to the footer of the previous section so that they have the same content.
</para>
</summary>
<returns><b>true</b> if the footer of the specified type is linked to the footer of the previous section; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Section.IsFooterLinkedToPrevious(DevExpress.XtraRichEdit.API.Native.HeaderFooterType)">
<summary>
<para>Indicates whether the footer of the specified type for the current section is linked to the footer of the previous section so that they have the same content.
</para>
</summary>
<param name="type">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.HeaderFooterType"/> enumeration member specifying the type of the footer.
</param>
<returns><b>true</b> if the footer of the specified type is linked to the footer of the previous section; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Section.IsHeaderLinkedToPrevious">
<summary>
<para>Indicates whether the <b>Odd</b> header of the current section is linked to the header of the previous section so that they have the same content.
</para>
</summary>
<returns><b>true</b> if the Odd header is linked to the header of the previous section; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Section.IsHeaderLinkedToPrevious(DevExpress.XtraRichEdit.API.Native.HeaderFooterType)">
<summary>
<para>Indicates whether the header of the specified type for the current section is linked to the header of the previous section so that they have the same content.
</para>
</summary>
<param name="type">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.HeaderFooterType"/> enumeration member specifying the type of the header.
</param>
<returns><b>true</b> if the header of the specified type is linked to the header of the previous section; 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="M:DevExpress.XtraRichEdit.API.Native.Section.LinkFooterToPrevious(DevExpress.XtraRichEdit.API.Native.HeaderFooterType)">
<summary>
<para>Establishes a link to the previous section's footer so that they have the same content.
</para>
</summary>
<param name="type">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.HeaderFooterType"/> enumeration member specifying the type of the header.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Section.LinkFooterToPrevious">
<summary>
<para>Establishes a link to the previous section's footer so that they have the same content.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Section.LinkHeaderToPrevious">
<summary>
<para>Establishes a link to the previous section's header so that they have the same content.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Section.LinkHeaderToPrevious(DevExpress.XtraRichEdit.API.Native.HeaderFooterType)">
<summary>
<para>Establishes a link to the previous section's header of the specified type so that they have the same content.
</para>
</summary>
<param name="type">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.HeaderFooterType"/> enumeration member specifying the type of the header.
</param>
</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.PageNumbering">
<summary>
<para>Provides access to an object specifying page numbering options for the current section.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.SectionPageNumbering"/> instance containing page numbering options.
</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>Gets or sets the type of a section break.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.SectionStartType"/> enumeration value specifying where the next section starts.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Section.UnlinkFooterFromPrevious">
<summary>
<para>Breaks the link of the current section's footer to the footer of the previous section so that it can hold different content.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Section.UnlinkFooterFromPrevious(DevExpress.XtraRichEdit.API.Native.HeaderFooterType)">
<summary>
<para>Breaks the link of the current section's footer to the footer of the previous section so that it can hold different content.
</para>
</summary>
<param name="type">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.HeaderFooterType"/> enumeration member specifying the type of the footer for which the link is being broken.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Section.UnlinkHeaderFromPrevious(DevExpress.XtraRichEdit.API.Native.HeaderFooterType)">
<summary>
<para>Breaks the link of the current section's header to the header of the previous section so that it can hold different content.
</para>
</summary>
<param name="type">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.HeaderFooterType"/> enumeration member specifying the type of the header for which the link is being broken.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Section.UnlinkHeaderFromPrevious">
<summary>
<para>Breaks the link of the current section's header to the header of the previous section so that it can hold different content.
</para>
</summary>
</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="P:DevExpress.XtraRichEdit.API.Native.Paragraph.BackColor">
<summary>
<para>Gets or sets the background color of the paragraph.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value representing the background color.
</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="P:DevExpress.XtraRichEdit.API.Native.Paragraph.ContextualSpacing">
<summary>
<para>Gets or sets whether to suppress addition of additional space (contextual spacing) between paragraphs of the same style.
</para>
</summary>
<value><b>true</b> to remove extra spacing between paragraphs, otherwise, <b>false</b>.
</value>
</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 whether and how the first line in a paragraph is indented.
</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>Indicates whether the current paragraph is in a bulleted or a numbered list.
</para>
</summary>
<value><b>true</b> if the paragraph is included in a numbering list; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.KeepLinesTogether">
<summary>
<para>Gets or sets whether to prevent all page breaks that interrupt a paragraph.
</para>
</summary>
<value><b>true</b> to keep paragraph lines together; otherwise, <b>false</b>.
</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>Gets or sets the index of a list applied to the paragraph.
</para>
</summary>
<value>An integer that is the index of a list to which the paragraph belongs.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.ListLevel">
<summary>
<para>Gets or sets the list level applied to the current paragraph in the numbering list.
</para>
</summary>
<value>An integer that is the list level of the current paragraph.
</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> to indicate a mix of values.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.PageBreakBefore">
<summary>
<para>Gets or sets whether a page break is inserted automatically before specified paragraph.
</para>
</summary>
<value><b>true</b> if a page break is inserted automatically before paragraph; 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.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.Document">
<summary>
<para>An interface that exposes the specific functionality of the document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.AbstractNumberingLists">
<summary>
<para>Provides access to a collection of abstract numbering lists in the document.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraRichEdit.API.Native.AbstractNumberingListCollection"/> collection containing abstract definitions for numbering lists.
</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"/> object that is the section in the document to which a new section is appended.
</returns>
</member>
<member name="E:DevExpress.XtraRichEdit.API.Native.Document.CalculateDocumentVariable">
<summary>
<para>Fires when the DOCVARIABLE field is updated.
</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="M:DevExpress.XtraRichEdit.API.Native.Document.ChangeActiveDocument(DevExpress.XtraRichEdit.API.Native.SubDocument)">
<summary>
<para>Enables you to operate on selections in documents other than the main document, such as headers and footers.
</para>
</summary>
<param name="document">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.SubDocument"/> object that is the document that is different from the currently active document.
</param>
</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>Occurs when the document content was changed.
</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">
<summary>
<para>Removes the currently selected text and copies it to the clipboard.
</para>
</summary>
</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="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>Provides access to default properties for document tables.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TablePropertiesBase"/> interface specifying table properties.
</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 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 that is the section in the document located before 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)">
<summary>
<para>Loads a document from a file, specifying the document's format.
</para>
</summary>
<param name="fileName">
A string value specifying the path to a file 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.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,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.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.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(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="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(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.MakeAllTablesWordCompatible">
<summary>
<para>Merges all columns with indexes greater than 63 into a single column for all tables in a document.
</para>
</summary>
<returns><b>true</b>, if at least one table has been modified; otherwise, <b>false</b>.
</returns>
</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>Occurs when the document content has been modified since it was last saved.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Document.NumberingLists">
<summary>
<para>Provides access to a collection of definitions for numbering lists instantiated in the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.NumberingListCollection"/> collection of definitions for lists which are present in the document.
</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>Provides access to a collection of styles defined for tables in the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableStyleCollection"/> object containing table styles.
</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.Office.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>Provides access to the collection of document variables.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentVariableCollection"/> object containing document variables.
</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.Commands.ShowColumnsSetupFormCommand">
<summary>
<para>Invokes the Columns dialog.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowColumnsSetupFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowColumnsSetupFormCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowColumnsSetupFormCommand.CreateDefaultCommandUIState">
<summary>
<para>Creates an object specifying 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.ShowColumnsSetupFormCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowColumnsSetupFormCommand.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.ShowColumnsSetupFormCommand.Id">
<summary>
<para>Gets the ID of the ShowColumnsSetupFormCommand.
</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.ShowColumnsSetupFormCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowColumnsSetupFormCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowColumnsSetupFormCommand.ShowsModalDialog">
<summary>
<para>Gets whether the focus should be set to the command owner after a command is executed.
</para>
</summary>
<value>Returns <b>true</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Export.RtfRunBackColorExportMode">
<summary>
<para>Lists conventions used for exporting the background color to RTF format.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Export.RtfRunBackColorExportMode.Both">
<summary>
<para>Exports background color using both \chcbpat and \highlight tags.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Export.RtfRunBackColorExportMode.Chcbpat">
<summary>
<para>Exports the background color as the <b>\chcbpatN</b> tag, where N is the fill color, specified as an index into the document's color table.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Export.RtfRunBackColorExportMode.Highlight">
<summary>
<para>Exports the background color as the <b>\highlightN</b> tag where N specifies the color.
</para>
</summary>
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.GoToPageHeaderCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.GoToPageHeaderCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowEditStyleFormCommand">
<summary>
<para>Invokes the <b>Modify Style</b> dialog that allows you to edit the document style.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowEditStyleFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowEditStyleFormCommand 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.ShowEditStyleFormCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowEditStyleFormCommand.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.ShowEditStyleFormCommand.Id">
<summary>
<para>Gets the ID of the ShowEditStyleFormCommand.
</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.ShowEditStyleFormCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowEditStyleFormCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowEditStyleFormCommand.ShowsModalDialog">
<summary>
<para>Gets whether the focus should be set to the command owner after a command is executed.
</para>
</summary>
<value>Returns <b>true</b>.
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.DecrementIndentCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DecrementIndentCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.RemoveSpacingBeforeParagraphCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.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.Office.Export.IExporterOptions)">
<summary>
<para>Copies the appropriate properties of the specified object into the current instance of the <b>PlainTextDocumentExporterOptions</b> class.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Office.Export.IExporterOptions"/> class instance, representing the source object for copying.
</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.EndNoteNumberStringFormat">
<summary>
<para>Gets or sets the format string that specifies how the endnote number is transformed into a plain text string.
</para>
</summary>
<value>A format string to specify the text representation of an endnote number.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.PlainTextDocumentExporterOptions.EndNoteSeparator">
<summary>
<para>Gets or sets the string used to mark the endnote in the resulting plain text.
</para>
</summary>
<value>A string that marks the endnote in the exported plain text.
</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 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="P:DevExpress.XtraRichEdit.Export.PlainTextDocumentExporterOptions.FootNoteNumberStringFormat">
<summary>
<para>Gets or sets the format string that specifies how the footnote number is transformed into a plain text string.
</para>
</summary>
<value>A format string to specify the text representation of an endnote number.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Export.PlainTextDocumentExporterOptions.FootNoteSeparator">
<summary>
<para>Gets or sets the string used to mark the footnote in the resulting plain text.
</para>
</summary>
<value>A string that marks the footnote in the exported plain text.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.IRichEditControl">
<summary>
<para>Interface implemented to facilitate creating certain types of RichEdit objects, such as commands.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditControl.CanShowNumberingListForm">
<summary>
<para>Internal use only
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.CreatePlatformSpecificScrollBarAdapter">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.CreateRichEditMouseHandlerStrategyFactory">
<summary>
<para>Provides a factory for creating platform-dependent mouse handlers.
</para>
</summary>
<returns>A <b>DevExpress.XtraRichEdit.Mouse.RichEditMouseHandlerStrategyFactory</b> object or its platform-specific descendants.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.CreateRichEditViewHorizontalScrollController(DevExpress.XtraRichEdit.RichEditView)">
<summary>
<para>Internal use only
</para>
</summary>
<param name="view">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.CreateRichEditViewVerticalScrollController(DevExpress.XtraRichEdit.RichEditView)">
<summary>
<para>Internal use only
</para>
</summary>
<param name="view">
</param>
<returns>
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditControl.Cursor">
<summary>
<para>Internal use only
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditControl.Document">
<summary>
<para>Internal use only
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.DoDragDrop(System.Object,System.Windows.Forms.DragDropEffects)">
<summary>
<para>Internal use only
</para>
</summary>
<param name="data">
</param>
<param name="allowedEffects">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.HideCaret">
<summary>
<para>Internal use only
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditControl.InnerControl">
<summary>
<para>Internal use only
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditControl.InnerDocumentServer">
<summary>
<para>Internal use only
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.IsHyperlinkActive">
<summary>
<para>Internal use only
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditControl.IsPrintingAvailable">
<summary>
<para>Indicates whether the RichEditControl content can be printed or exported.
</para>
</summary>
<value> <b>true</b> if the control can be printed and exported; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditControl.IsPrintPreviewAvailable">
<summary>
<para>Indicates whether the control can be printed and the print preview for the control is available.
</para>
</summary>
<value><b>true</b> if the control can be printed and exported, and print preview is available; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.OnViewPaddingChanged">
<summary>
<para>Internal use only
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.Print">
<summary>
<para>Internal use only
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.RedrawEnsureSecondaryFormattingComplete(DevExpress.XtraRichEdit.Internal.RefreshAction)">
<summary>
<para>Internal use only
</para>
</summary>
<param name="action">
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowBookmarkForm">
<summary>
<para>Invokes the bookmark form.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowCaret">
<summary>
<para>Internal use only
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditControl.ShowCaretInReadOnly">
<summary>
<para>Gets or sets whether the caret is displayed if the control is read-only.
</para>
</summary>
<value><b>true</b> to show the caret; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowColumnsSetupForm(DevExpress.XtraRichEdit.Forms.ColumnsInfoUI,DevExpress.XtraRichEdit.ShowColumnsSetupFormCallback,System.Object)">
<summary>
<para>Invokes the column setup form.
</para>
</summary>
<param name="properties">
[To be supplied]
</param>
<param name="callback">
[To be supplied]
</param>
<param name="callbackData">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowDeleteTableCellsForm(DevExpress.XtraRichEdit.Commands.TableCellsParameters,DevExpress.XtraRichEdit.ShowInsertDeleteTableCellsFormCallback,System.Object)">
<summary>
<para>Internal use only
</para>
</summary>
<param name="parameters">
</param>
<param name="callback">
</param>
<param name="callbackData">
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowDocumentProtectionQueryNewPasswordForm(DevExpress.XtraRichEdit.Commands.PasswordInfo,DevExpress.XtraRichEdit.PasswordFormCallback)">
<summary>
<para>Internal use only
</para>
</summary>
<param name="passwordInfo">
</param>
<param name="callback">
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowDocumentProtectionQueryPasswordForm(DevExpress.XtraRichEdit.Commands.PasswordInfo,DevExpress.XtraRichEdit.PasswordFormCallback)">
<summary>
<para>Internal use only
</para>
</summary>
<param name="passwordInfo">
</param>
<param name="callback">
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowEditStyleForm(DevExpress.XtraRichEdit.Model.CharacterStyle,DevExpress.XtraRichEdit.Model.ParagraphIndex,DevExpress.XtraRichEdit.ShowEditStyleFormCallback)">
<summary>
<para>Invokes a dialog used to edit a specified style. Intended for internal use.
</para>
</summary>
<param name="characterSourceStyle">
A <b>DevExpress.XtraRichEdit.Model.CharacterStyle</b> object.
</param>
<param name="index">
A <b>DevExpress.XtraRichEdit.Model.ParagraphIndex</b> object.
</param>
<param name="callback">
A <b>DevExpress.XtraRichEdit.ShowEditStyleFormCallback</b> object.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowEditStyleForm(DevExpress.XtraRichEdit.Model.ParagraphStyle,DevExpress.XtraRichEdit.Model.ParagraphIndex,DevExpress.XtraRichEdit.ShowEditStyleFormCallback)">
<summary>
<para>Invokes a dialog used to edit a specified style. Intended for internal use.
</para>
</summary>
<param name="paragraphSourceStyle">
A <b>DevExpress.XtraRichEdit.Model.ParagraphStyle</b> object.
</param>
<param name="index">
A <b>DevExpress.XtraRichEdit.Model.ParagraphIndex</b> object.
</param>
<param name="callback">
A <b>DevExpress.XtraRichEdit.ShowEditStyleFormCallback</b> object.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowFloatingObjectLayoutOptionsForm(DevExpress.XtraRichEdit.Forms.FloatingObjectParameters,DevExpress.XtraRichEdit.ShowFloatingObjectLayoutOptionsFormCallback,System.Object)">
<summary>
<para>Invokes the Layout form that enables you to specify the position and alignment of floating objects. For internal use.
</para>
</summary>
<param name="floatingObjectParameters">
</param>
<param name="callback">
</param>
<param name="callbackData">
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowFontForm(DevExpress.XtraRichEdit.Model.MergedCharacterProperties,DevExpress.XtraRichEdit.ShowFontFormCallback,System.Object)">
<summary>
<para>Internal use only
</para>
</summary>
<param name="characterProperties">
</param>
<param name="callback">
</param>
<param name="callbackData">
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowHyperlinkForm(DevExpress.XtraRichEdit.Model.HyperlinkInfo,DevExpress.XtraRichEdit.Model.RunInfo,System.String,DevExpress.XtraRichEdit.ShowHyperlinkFormCallback)">
<summary>
<para>Internal use only
</para>
</summary>
<param name="hyperlinkInfo">
</param>
<param name="runInfo">
</param>
<param name="title">
</param>
<param name="callback">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowInsertMergeFieldForm">
<summary>
<para>Internal use only
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowInsertTableCellsForm(DevExpress.XtraRichEdit.Commands.TableCellsParameters,DevExpress.XtraRichEdit.ShowInsertDeleteTableCellsFormCallback,System.Object)">
<summary>
<para>Internal use only
</para>
</summary>
<param name="parameters">
</param>
<param name="callback">
</param>
<param name="callbackData">
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowInsertTableForm(DevExpress.XtraRichEdit.Commands.CreateTableParameters,DevExpress.XtraRichEdit.ShowInsertTableFormCallback,System.Object)">
<summary>
<para>Internal use only
</para>
</summary>
<param name="parameters">
</param>
<param name="callback">
</param>
<param name="callbackData">
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowLineNumberingForm(DevExpress.XtraRichEdit.Model.LineNumberingInfo,DevExpress.XtraRichEdit.ShowLineNumberingFormCallback,System.Object)">
<summary>
<para>Internal use only
</para>
</summary>
<param name="properties">
[To be supplied]
</param>
<param name="callback">
[To be supplied]
</param>
<param name="callbackData">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowNumberingListForm(DevExpress.XtraRichEdit.Model.ParagraphList,DevExpress.XtraRichEdit.ShowNumberingListFormCallback,System.Object)">
<summary>
<para>Invokes the Bullets and Numbering dialog that enables you to set numbered list options for the specified paragraphs.
</para>
</summary>
<param name="paragraphs">
A <b>DevExpress.XtraRichEdit.Model.ParagraphList</b> containing paragraphs for which the numbered list options are modified.
</param>
<param name="callback">
A <b>DevExpress.XtraRichEdit.ShowNumberingListFormCallback</b> delegate to process modified data.
</param>
<param name="callbackData">
Data to pass to the callback delegate.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowPageSetupForm(DevExpress.XtraRichEdit.Forms.PageSetupInfo,DevExpress.XtraRichEdit.ShowPageSetupFormCallback,System.Object,DevExpress.XtraRichEdit.Forms.PageSetupFormInitialTabPage)">
<summary>
<para>Internal use only
</para>
</summary>
<param name="properties">
</param>
<param name="callback">
</param>
<param name="callbackData">
</param>
<param name="initialTabPage">
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowParagraphForm(DevExpress.XtraRichEdit.Model.MergedParagraphProperties,DevExpress.XtraRichEdit.ShowParagraphFormCallback,System.Object)">
<summary>
<para>Internal use only
</para>
</summary>
<param name="paragraphProperties">
</param>
<param name="callback">
</param>
<param name="callbackData">
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowPasteSpecialForm(DevExpress.XtraRichEdit.Forms.PasteSpecialInfo,DevExpress.XtraRichEdit.ShowPasteSpecialFormCallback,System.Object)">
<summary>
<para>Internal use only
</para>
</summary>
<param name="properties">
[To be supplied]
</param>
<param name="callback">
[To be supplied]
</param>
<param name="callbackData">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowPrintDialog">
<summary>
<para>Invokes the <b>Print</b> dialog.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowPrintPreview">
<summary>
<para>Invokes the <b>Print Preview</b> window.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowRangeEditingPermissionsForm">
<summary>
<para>Internal use only
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowReplaceForm">
<summary>
<para>Internal use only
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowSearchForm">
<summary>
<para>Internal use only
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowSplitTableCellsForm(DevExpress.XtraRichEdit.Commands.SplitTableCellsParameters,DevExpress.XtraRichEdit.ShowSplitTableCellsFormCallback,System.Object)">
<summary>
<para>Internal use only
</para>
</summary>
<param name="parameters">
</param>
<param name="callback">
</param>
<param name="callbackData">
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowSymbolForm(DevExpress.XtraRichEdit.Utils.SymbolProperties,DevExpress.XtraRichEdit.ShowSymbolFormCallback,System.Object)">
<summary>
<para>Internal use only
</para>
</summary>
<param name="symbolProperties">
</param>
<param name="callback">
</param>
<param name="callbackData">
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowTableOptionsForm(DevExpress.XtraRichEdit.Model.Table)">
<summary>
<para>Invokes the Table Options form that enables you to specify table margins and spacing.
</para>
</summary>
<param name="table">
A <b>DevExpress.XtraRichEdit.Model.Table</b> object that is the table for which options are modified.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowTablePropertiesForm(DevExpress.XtraRichEdit.Tables.Native.SelectedCellsCollection)">
<summary>
<para>Internal use only
</para>
</summary>
<param name="selectedCells">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowTableStyleForm(DevExpress.XtraRichEdit.Model.TableStyle)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="style">
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowTabsForm(DevExpress.XtraRichEdit.Model.TabFormattingInfo,System.Int32,DevExpress.XtraRichEdit.ShowTabsFormCallback,System.Object)">
<summary>
<para>Internal use only
</para>
</summary>
<param name="tabInfo">
</param>
<param name="defaultTabWidth">
</param>
<param name="callback">
</param>
<param name="callbackData">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowWarningMessage(System.String)">
<summary>
<para>Internal use only
</para>
</summary>
<param name="message">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.IRichEditControl.UpdateUIFromBackgroundThread(System.Action)">
<summary>
<para>Forces updating visual elements of the RichEditControl to display changes resulting from the background formatting.
</para>
</summary>
<param name="method">
A delegate to perform within the UI thread.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditControl.UseGdiPlus">
<summary>
<para>Internal use only
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditControl.UseStandardDragDropMode">
<summary>
<para>Gets whether the drag-and-drop mode is standard.
</para>
</summary>
<value><b>true</b> if the standard drag-and-drop mode is in effect for the RichEditControl; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.IRichEditControl.ViewBounds">
<summary>
<para>Internal use only
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ScrollToPageCommand">
<summary>
<para>Scrolls the document to the specified page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ScrollToPageCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ScrollToPageCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ScrollToPageCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ScrollToPageCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ScrollToPageCommand.PageIndex">
<summary>
<para>Gets or sets the index of a page to which scrolling is performed.
</para>
</summary>
<value>An integer that is the number of a page.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetSectionLineNumberingRestartNewSectionCommand">
<summary>
<para>Reverts line numbering for the current section to the start value when a new section begins.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetSectionLineNumberingRestartNewSectionCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetSectionLineNumberingRestartNewSectionCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetSectionLineNumberingRestartNewSectionCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetSectionLineNumberingRestartNewSectionCommand.Id">
<summary>
<para>Gets the ID of the SetSectionLineNumberingRestartNewSectionCommand.
</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.SetSectionLineNumberingRestartNewSectionCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditInvalidFormatExceptionEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.InvalidFormatException"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditInvalidFormatExceptionEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.RichEditInvalidFormatExceptionEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.InvalidFormatException"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.RichEditInvalidFormatExceptionEventArgs"/> object which contains event data.
</param>
</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.API.Native.ParagraphPropertiesWithTabs">
<summary>
<para>Interface derived from the <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase"/> to include methods for specifying tab stops within a paragraph.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesWithTabs.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.ParagraphPropertiesWithTabs.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="T:DevExpress.XtraRichEdit.RichEditInvalidFormatExceptionEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.InvalidFormatException"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditInvalidFormatExceptionEventArgs.#ctor(System.Exception)">
<summary>
<para>Initializes a new instance of the RichEditInvalidFormatExceptionEventArgs 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.RichEditInvalidFormatExceptionEventArgs.Exception">
<summary>
<para>Gets the exception which triggers the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.InvalidFormatException"/> event.
</para>
</summary>
<value>An <see cref="T:System.Exception"/> object representing an exception which caused the event.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.SectionPageNumbering">
<summary>
<para>Defines the numbering format which shall be used for automatically numbered pages and an initial number that is the number of the first page.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SectionPageNumbering.NumberingFormat">
<summary>
<para>Gets or sets the format used to display page numbers.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.NumberingFormat"/> enumeration member specifying how the page number is displayed.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.SectionPageNumbering.Start">
<summary>
<para>Gets or sets the initial number from which the numbering starts.
</para>
</summary>
<value>An integer that is the number of the first page.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Export.Html.HtmlFontUnit">
<summary>
<para>Lists measurement units allowed to specify font size.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Export.Html.HtmlFontUnit.Pixel">
<summary>
<para>Font size specified in pixels.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.Export.Html.HtmlFontUnit.Point">
<summary>
<para>Font size specified in points.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.NumberingListBase">
<summary>
<para>Base interface for numbering lists.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.NumberingListBase.Id">
<summary>
<para>Gets or sets the numbering list identifier.
</para>
</summary>
<value>An integer that is the numbering list identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.NumberingListBase.Index">
<summary>
<para>Gets the index of a numbering list in a collection of numbering lists in the document.
</para>
</summary>
<value>An integer that is the index in a collection.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.NumberingListBase.Levels">
<summary>
<para>Provides access to a collection of numbering definitions for different levels.
</para>
</summary>
<value>A <b>DevExpress.XtraRichEdit.API.Native.ReadOnlyListLevelCollection@lt;T@gt;</b> collection of level definitions.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.NumberingListBase.NumberingType">
<summary>
<para>Get or sets the type of a numbering list.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.NumberingType"/> enumeration member specifying the type of a list.
</value>
</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.API.Native.TablePropertiesBase">
<summary>
<para>Container for table characteristics used to specify default table properties.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TablePropertiesBase.BottomPadding">
<summary>
<para>Gets or sets the <see cref="P:DevExpress.XtraRichEdit.API.Native.Table.BottomPadding"/> table property.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value or <b>null</b> if not set.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TablePropertiesBase.LeftPadding">
<summary>
<para>Gets or sets the <see cref="P:DevExpress.XtraRichEdit.API.Native.Table.LeftPadding"/> table property.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value or <b>null</b> if not set.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TablePropertiesBase.RightPadding">
<summary>
<para>Gets or sets the <see cref="P:DevExpress.XtraRichEdit.API.Native.Table.RightPadding"/> table property.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value or <b>null</b> if not set.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TablePropertiesBase.TableAlignment">
<summary>
<para>Gets or sets the <see cref="P:DevExpress.XtraRichEdit.API.Native.Table.TableAlignment"/> table property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableRowAlignment"/> enumeration value or <b>null</b>, if not set.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TablePropertiesBase.TableBackgroundColor">
<summary>
<para>Gets or sets the <see cref="P:DevExpress.XtraRichEdit.API.Native.Table.TableBackgroundColor"/> table property.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value or <b>null</b>, if not set.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TablePropertiesBase.TableBorders">
<summary>
<para>Provides access to the TableBorders interface exposing table border properties.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableBorders"/> interface providing access to table border properties.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TablePropertiesBase.TableCellSpacing">
<summary>
<para>Gets or sets the <see cref="P:DevExpress.XtraRichEdit.API.Native.Table.TableCellSpacing"/> table property.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value or <b>null</b>, if not set.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TablePropertiesBase.TableLayout">
<summary>
<para>Gets or sets the <see cref="P:DevExpress.XtraRichEdit.API.Native.Table.TableLayout"/> table property.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableLayoutType"/> enumeration value or <b>null</b>, if not set.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TablePropertiesBase.TopPadding">
<summary>
<para>Gets or sets the <see cref="P:DevExpress.XtraRichEdit.API.Native.Table.TopPadding"/> table property.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value or <b>null</b>, if not set.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetFloatingObjectBehindTextWrapTypeCommand">
<summary>
<para>Places the selected object in its own layer behind the text.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetFloatingObjectBehindTextWrapTypeCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetFloatingObjectBehindTextWrapTypeCommand 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.SetFloatingObjectBehindTextWrapTypeCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectBehindTextWrapTypeCommand.Id">
<summary>
<para>Gets the ID of the SetFloatingObjectBehindTextWrapTypeCommand.
</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.SetFloatingObjectBehindTextWrapTypeCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetFloatingObjectBehindTextWrapTypeCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ChangeRectangularObjectScaleCommand">
<summary>
<para>A command used to scale a rectangular object within a document, such as frame or picture, by setting the X and Y axis scaling percentages.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ChangeRectangularObjectScaleCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ChangeRectangularObjectScaleCommand 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.ChangeRectangularObjectScaleCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeRectangularObjectScaleCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeRectangularObjectScaleCommand.ScaleX">
<summary>
<para>Gets or sets the ratio of the projected X-size to the current X-size, as a percent.
</para>
</summary>
<value>An integer that is the scaling factor expressed as a percentage.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ChangeRectangularObjectScaleCommand.ScaleY">
<summary>
<para>Gets or sets the ratio of the projected Y-size to the current Y-size, as a percent.
</para>
</summary>
<value>An integer that is the scaling factor expressed as a percentage.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditClipboardSetDataExceptionEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.ClipboardSetDataException"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditClipboardSetDataExceptionEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.RichEditClipboardSetDataExceptionEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.ClipboardSetDataException"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.RichEditClipboardSetDataExceptionEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableStyleCollection">
<summary>
<para>A TableStyle objects collection that contains the table styles in a document.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableStyleCollection.Add(DevExpress.XtraRichEdit.API.Native.TableStyle)">
<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 that is a table style.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableStyleCollection.CreateNew">
<summary>
<para>Creates a new table style.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableStyle"/> object that is a character style.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableStyleCollection.Delete(DevExpress.XtraRichEdit.API.Native.TableStyle)">
<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.TableStyle"/> to delete.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableStyleCollection.Item(System.String)">
<summary>
<para>Gets the <b>Table 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.TableStyle"/> object which is the style with the specified name.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableStyle">
<summary>
<para>A single style that can be applied to a table.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableStyle.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.TableStyle.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.TableStyle.Parent">
<summary>
<para>Gets or sets the style from which the current style inherits.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableStyle"/> object that is the parent style.
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.GoToPageFooterCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.GoToPageFooterCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.IncrementParagraphOutlineLevelCommand">
<summary>
<para>Increases the number of the paragraph outline level.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.IncrementParagraphOutlineLevelCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the IncrementParagraphOutlineLevelCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.IncrementParagraphOutlineLevelCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.IncrementParagraphOutlineLevelCommand.Id">
<summary>
<para>Gets the ID of the IncrementParagraphOutlineLevelCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that specifies the command identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.IncrementParagraphOutlineLevelCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.DecrementParagraphOutlineLevelCommand">
<summary>
<para>Decreases the number of the paragraph outline level.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.DecrementParagraphOutlineLevelCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the DecrementParagraphOutlineLevelCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DecrementParagraphOutlineLevelCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DecrementParagraphOutlineLevelCommand.Id">
<summary>
<para>Gets the ID of the DecrementParagraphOutlineLevelCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that specifies the command identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.DecrementParagraphOutlineLevelCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableCellProcessorDelegate">
<summary>
<para>A delegate intended to invoke its method for each cell in a table.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCellProcessorDelegate.Invoke(DevExpress.XtraRichEdit.API.Native.TableCell,System.Int32,System.Int32)">
<summary>
<para>Executes the delegate with the specified parameters.
</para>
</summary>
<param name="cell">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCell"/> object that is the cell for which the delegate is executed.
</param>
<param name="rowIndex">
An integer that is the index of a row to which the cell belongs.
</param>
<param name="cellIndex">
An integer that is the index of a column to which the cell belongs.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.WidthType">
<summary>
<para>Specifies how RichEditControl interprets the specified width (length).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.WidthType.Auto">
<summary>
<para>Automatically determined width.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.WidthType.FiftiethsOfPercent">
<summary>
<para>Width in fiftieths of a percent.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.WidthType.Fixed">
<summary>
<para>Width in units of measurements that are currently in effect for the document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.WidthType.None">
<summary>
<para>Not set.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableRowAlignment">
<summary>
<para>Lists alignments allowed for the table row.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableRowAlignment.Both">
<summary>
<para>Justified.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableRowAlignment.Center">
<summary>
<para>Align center.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableRowAlignment.Distribute">
<summary>
<para>Distribute all characters equally.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableRowAlignment.Left">
<summary>
<para>Align left.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableRowAlignment.NumTab">
<summary>
<para>Align to the list tab.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableRowAlignment.Right">
<summary>
<para>Align right.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableLayoutType">
<summary>
<para>Lists algorithms which shall be used to lay out the contents of a table within the document.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableLayoutType.Autofit">
<summary>
<para>The table is displayed using the autofit layout algorithm.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableLayoutType.Fixed">
<summary>
<para>The table is displayed using a fixed layout algorithm.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.HeightType">
<summary>
<para>Lists the meaning of the height specified for the container object.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.HeightType.AtLeast">
<summary>
<para>The minimum height will be the specified height. The height can be increased, if needed, to accommodate the content.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.HeightType.Auto">
<summary>
<para>The height increases automatically to accommodate the content.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.HeightType.Exact">
<summary>
<para>The exact height as specified. If the text cannot fit the height, it will appear truncated.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.AbstractNumberingList">
<summary>
<para>Abstract numbering definition that defines the appearance and behavior of a specific set of numbered paragraphs in a document.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.NumberingFormat">
<summary>
<para>Specifies the numbering format used for a group of automatically numbered objects, such as pages.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.AIUEOFullWidthHiragana">
<summary>
<para>Specifies that the sequence shall consist of full-width hiragana characters in the traditional a-i-u-e-o order.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.AIUEOHiragana">
<summary>
<para>Specifies that the sequence shall consist of hiragana characters in the traditional a-i-u-e-o order.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.ArabicAbjad">
<summary>
<para>Specifies that the sequence shall consist of ascending Abjad numerals.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.ArabicAlpha">
<summary>
<para>Specifies that the sequence shall consist of characters in the Arabic alphabet.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.Bullet">
<summary>
<para>Specifies that the sequence shall consist of bullet characters.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.CardinalText">
<summary>
<para>Specifies that the sequence shall consist of cardinal text of the current language.
Example: one, two, three.
The following languages are currently supported: English, French, German, Italian, Russian, Swedish and Turkish .
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.Chicago">
<summary>
<para>Specifies that the sequence shall consist of characters as defined in the Chicago Manual of Style.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.ChineseCounting">
<summary>
<para>Specifies that the sequence shall consist of ascending numbers from the Chinese counting system.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.ChineseCountingThousand">
<summary>
<para>Specifies that the sequence shall consist of sequential numbers from the Chinese counting thousand system.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.ChineseLegalSimplified">
<summary>
<para>Specifies that the sequence shall consist of sequential numbers from the Chinese simplified legal format.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.Chosung">
<summary>
<para>Specifies that the sequence shall consist of sequential numbers from the Korean Chosung format.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.Decimal">
<summary>
<para>Specifies that the sequence shall consist of decimal numbering.
Example: 1, 2, 3, ... , 9, 10, 11
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.DecimalEnclosedCircle">
<summary>
<para>Specifies that the sequence shall consist of decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character.
Once the specified sequence reaches 21, the numbers may be replaced with non-enclosed equivalents.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.DecimalEnclosedCircleChinese">
<summary>
<para>Specifies that the sequence shall consist of decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.DecimalEnclosedFullstop">
<summary>
<para>Specifies that the sequence shall consist of decimal numbering followed by a period, using the enclosed alphanumeric glyph character.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.DecimalEnclosedParenthses">
<summary>
<para>Specifies that the sequence shall consist of decimal numbering enclosed in parentheses.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.DecimalFullWidth">
<summary>
<para>Specifies that the sequence shall consist of double-byte Arabic numbering.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.DecimalFullWidth2">
<summary>
<para>Specifies that the sequence shall consist of an alternative set of double-byte Arabic numbering, if one exists in the current font.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.DecimalHalfWidth">
<summary>
<para>Specifies that the sequence shall consist of single-byte Arabic numbering.
Example: 1, 2, 3
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.DecimalZero">
<summary>
<para>Specifies that the sequence shall consist of Arabic numbering with a zero added to numbers one through nine.
Example: 01, 02, 03, ..., 09, 10
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.Ganada">
<summary>
<para>Specifies that the sequence shall consist of sequential numbers from the Korean Ganada format.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.Hebrew1">
<summary>
<para>Specifies that the sequence shall consist of Hebrew numerals.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.Hebrew2">
<summary>
<para>Specifies that the sequence shall consist of the Hebrew alphabet.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.Hex">
<summary>
<para>Specifies that the sequence shall consist of hexadecimal numbering.
Example: 1, 2, 3, ... , 9, A, B
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.HindiConsonants">
<summary>
<para>Specifies that the sequence shall consist of Hindi consonants.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.HindiDescriptive">
<summary>
<para>Specifies that the sequence shall consist of sequential numbers from the Hindi counting system.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.HindiNumbers">
<summary>
<para>Specifies that the sequence shall consist of Hindi numbers.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.HindiVowels">
<summary>
<para>Specifies that the sequence shall consist of Hindi vowels.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.IdeographDigital">
<summary>
<para>Specifies that the sequence shall consist of sequential numerical ideographs enclosed in a circle, using the appropriate character.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.IdeographEnclosedCircle">
<summary>
<para>Specifies that the sequence shall consist of sequential numerical ideographs enclosed in a circle, using the appropriate character.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.IdeographLegalTraditional">
<summary>
<para>Specifies that the sequence shall consist of traditional sequential numerical legal ideographs.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.IdeographTraditional">
<summary>
<para>Specifies that the sequence shall consist of traditional sequential numerical ideographs.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.IdeographZodiac">
<summary>
<para>Specifies that the sequence shall consist of sequential zodiac ideographs.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.IdeographZodiacTraditional">
<summary>
<para>Specifies that the sequence shall consist of traditional sequential zodiac ideographs.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.Iroha">
<summary>
<para>Specifies that the sequence shall consist of the iroha.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.IrohaFullWidth">
<summary>
<para>Specifies that the sequence shall consist of the full-width forms of the iroha.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.JapaneseCounting">
<summary>
<para>Specifies that the sequence shall consist of sequential numbers from the Japanese counting system.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.JapaneseDigitalTenThousand">
<summary>
<para>Specifies that the sequence shall consist of sequential numbers from the Japanese digital ten thousand counting system.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.JapaneseLegal">
<summary>
<para>Specifies that the sequence shall consist of sequential numbers from the Japanese legal counting system.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.KoreanCounting">
<summary>
<para>Specifies that the sequence shall consist of sequential numbers from the Korean counting system.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.KoreanDigital">
<summary>
<para>Specifies that the sequence shall consist of sequential numbers from the Korean digital counting system.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.KoreanDigital2">
<summary>
<para>Specifies that the sequence shall consist of sequential numbers from the Korean digital counting system.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.KoreanLegal">
<summary>
<para>Specifies that the sequence shall consist of sequential numbers from the Korean legal numbering system.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.LowerLetter">
<summary>
<para>Specifies that the sequence shall consist of the letters of the Latin alphabet in lower case.
Example: a, b, c
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.LowerRoman">
<summary>
<para>Specifies that the sequence shall consist of lowercase roman numerals.
Example: i, ii, iii
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.None">
<summary>
<para>Specifies the default numbering sequence (specifies that the sequence consists of decimal numbering).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.NumberInDash">
<summary>
<para>Specifies that the sequence shall consist of Arabic numbering surrounded by dash characters.
Example: - 1 -, - 2 -, - 3 -
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.Ordinal">
<summary>
<para>Specifies that the sequence shall consist of ordinals of the current language.
Example: 1st, 2nd, 3rd.
The following languages are currently supported: English, French, German, Italian, Russian, Swedish and Turkish .
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.OrdinalText">
<summary>
<para>Specifies that the sequence shall consist of ordinal text of the current language.
Example: first, second, third.
The following languages are currently supported: English, French, German, Italian, Russian, Swedish and Turkish .
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.RussianLower">
<summary>
<para>Specifies that the sequence shall consist of the letters of the Russian alphabet in lower case.
Example: ?, ?, ?
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.RussianUpper">
<summary>
<para>Specifies that the sequence shall consist of the letters of the Russian alphabet in upper case.
Example: ?, ?, ?
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.TaiwaneseCounting">
<summary>
<para>Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting system.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.TaiwaneseCountingThousand">
<summary>
<para>Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting thousand system.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.TaiwaneseDigital">
<summary>
<para>Specifies that the sequence shall consist of sequential numbers from the Taiwanese digital counting system.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.ThaiDescriptive">
<summary>
<para>Specifies that the sequence shall consist of sequential numbers from the Thai counting system.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.ThaiLetters">
<summary>
<para>Specifies that the sequence shall consist of Thai letters.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.ThaiNumbers">
<summary>
<para>Specifies that the sequence shall consist of Thai numerals.
Currently not supported.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.UpperLetter">
<summary>
<para>Specifies that the sequence shall consist of the letters of the Latin alphabet in upper case.
Example: A, B, C
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.UpperRoman">
<summary>
<para>Specifies that the sequence shall consist of uppercase roman numerals.
Example: I, II, III
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.NumberingFormat.VietnameseDescriptive">
<summary>
<para>Specifies that the sequence shall consist of Vietnamese numerals.
Currently not supported.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.ListLevelProperties">
<summary>
<para>Base class for the <see cref="T:DevExpress.XtraRichEdit.API.Native.ListLevel"/>. Provides basic level definitions.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevelProperties.ConvertPreviousLevelNumberingToDecimal">
<summary>
<para>Gets or sets whether any list numbers from previous levels should be converted to decimal numbers.
</para>
</summary>
<value><b>true</b> if any list numbers from previous levels should be converted to decimal numbers; <b>false</b> if they should be left in the format specified by their own level's definition.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevelProperties.DisplayFormatString">
<summary>
<para>Gets or sets the number format string for this level.
</para>
</summary>
<value>A string value that specifies how the level number is displayed.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevelProperties.NumberingFormat">
<summary>
<para>Gets or sets the style of numbering for the current list level.
</para>
</summary>
<value>A <b>DevExpress.XtraRichEdit.API.Native.NumberingFormat</b> enumeration member specifying the numbering style.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevelProperties.RelativeRestartLevel">
<summary>
<para>Gets or sets the list level that must appear before the specified list level restarts numbering.
</para>
</summary>
<value>An integer specifying the level index.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevelProperties.Separator">
<summary>
<para>Gets or sets the character inserted after the number for a numbered list item.
</para>
</summary>
<value>A <see cref="T:System.Char"/> that is the trailing character for the list level.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevelProperties.Start">
<summary>
<para>Gets or sets the starting number for the specified list level.
</para>
</summary>
<value>An integer that starts numbering for this level.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevelProperties.SuppressBulletResize">
<summary>
<para>Disables resizing of a picture inserted as a bullet.
</para>
</summary>
<value><b>true</b> to disable bullet picture resizing; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevelProperties.SuppressRestart">
<summary>
<para>Disables numbering restart for the specified level.
</para>
</summary>
<value><b>true</b> to disable numbering restart; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertTablesCaptionCommand">
<summary>
<para>Adds a caption (numbered label) to a table.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertTablesCaptionCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertTablesCaptionCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertTablesCaptionCommand.Id">
<summary>
<para>Gets the ID of the InsertTablesCaptionCommand.
</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.InsertTableOfEquationsCommand">
<summary>
<para>Creates a table of equations on the base of equation captions.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertTableOfEquationsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertTableOfEquationsCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertTableOfEquationsCommand.Id">
<summary>
<para>Gets the ID of the InsertTableOfEquationsCommand.
</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.InsertFiguresCaptionCommand">
<summary>
<para>Adds a caption (numbered label) to a figure.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertFiguresCaptionCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertFiguresCaptionCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertFiguresCaptionCommand.Id">
<summary>
<para>Gets the ID of the InsertFiguresCaptionCommand.
</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.InsertEquationsCaptionCommand">
<summary>
<para>Adds a caption (numbered label) to an equation.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertEquationsCaptionCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertEquationsCaptionCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertEquationsCaptionCommand.Id">
<summary>
<para>Gets the ID of the InsertEquationsCaptionCommand.
</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.ListLevel">
<summary>
<para>The numbering level of the numbering definition instance.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevel.BulletLevel">
<summary>
<para>Gets whether the current level is indicated with bullets instead of numbers.
</para>
</summary>
<value><b>true</b> to use bullets for the current list level; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevel.CharacterProperties">
<summary>
<para>Provides access to character formatting specified for the current list level.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.CharacterPropertiesBase"/> object that contains character formatting.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevel.ParagraphProperties">
<summary>
<para>Provides access to paragraph characteristics specified for the current list level.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphPropertiesBase"/> object that contains paragraph formatting.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ListLevel.ParagraphStyle">
<summary>
<para>Gets or sets the style of paragraph applied to the current level.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphStyle"/> interface specifying the paragraph style in the document.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.NumberingListCollection">
<summary>
<para>A collection of numbering definition instances.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.NumberingListCollection.Add(System.Int32)">
<summary>
<para>Creates and adds a new numbering list to the collection, which is based on an abstract numbering list specified by its index.
</para>
</summary>
<param name="abstractNumberingListIndex">
An integer that is the index of the abstract numbering list in the document.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.NumberingList"/> interface specifying the numbering list in the document.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.NumberingListCollection.Add(DevExpress.XtraRichEdit.API.Native.NumberingList)">
<summary>
<para>Adds a numbering list to the collection.
</para>
</summary>
<param name="list">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.NumberingList"/> interface specifying the numbering list in the document.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.NumberingListCollection.CreateNew(System.Int32)">
<summary>
<para>Creates a new numbering list which is based on the abstract numbering list specified by its index.
</para>
</summary>
<param name="abstractNumberingListIndex">
An integer that is the index of the abstract numbering list in the document.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.NumberingList"/> interface specifying the numbering list.
</returns>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.NumberingList">
<summary>
<para>A numbering definition instance referenced by paragraphs in a document that comprises a numbering list.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.NumberingList.AbstractNumberingList">
<summary>
<para>Provides access to the parent abstract numbering list.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraRichEdit.API.Native.AbstractNumberingList"/> interface specifying the abstract numbering list in the document.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.NumberingList.AbstractNumberingListIndex">
<summary>
<para>Gets the index of the parent abstract numbering list.
</para>
</summary>
<value>An integer that is the index of the <see cref="T:DevExpress.XtraRichEdit.API.Native.AbstractNumberingList"/> in the document.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.NumberingList.Levels">
<summary>
<para>Provides access to the level characteristics for the current numbering list.
</para>
</summary>
<value>A <b>DevExpress.XtraRichEdit.API.Native.ListLevelCollection@lt;T@gt;</b> containing <see cref="T:DevExpress.XtraRichEdit.API.Native.ListLevel"/> objects.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.AbstractNumberingListCollection">
<summary>
<para>A collection of abstract numbering definitions.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.AbstractNumberingListCollection.Add">
<summary>
<para>Creates a new abstract numbering list and adds it to the collection.
</para>
</summary>
<returns>An <see cref="T:DevExpress.XtraRichEdit.API.Native.AbstractNumberingList"/> interface specifying base list format options.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.AbstractNumberingListCollection.Add(DevExpress.XtraRichEdit.API.Native.AbstractNumberingList)">
<summary>
<para>Adds the specified list to the collection.
</para>
</summary>
<param name="list">
An <see cref="T:DevExpress.XtraRichEdit.API.Native.AbstractNumberingList"/> interface specifying base list format options.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.AbstractNumberingListCollection.CreateNew">
<summary>
<para>Creates a new abstract numbering list.
</para>
</summary>
<returns>An <see cref="T:DevExpress.XtraRichEdit.API.Native.AbstractNumberingList"/> interface specifying base list format options.
</returns>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleTableAutoFitContentsCommand">
<summary>
<para>Automatically widens table columns to accommodate cell content.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleTableAutoFitContentsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleTableAutoFitContentsCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableAutoFitContentsCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableAutoFitContentsCommand.Id">
<summary>
<para>Gets the ID of the ToggleTableAutoFitContentsCommand.
</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.ToggleTableAutoFitContentsCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleTableAutoFitContentsCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleParagraphSuppressLineNumbersCommand">
<summary>
<para>Toggles line numbering for the paragraph in which the caret is located.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleParagraphSuppressLineNumbersCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ToggleParagraphSuppressLineNumbersCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleParagraphSuppressLineNumbersCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleParagraphSuppressLineNumbersCommand.Id">
<summary>
<para>Gets the ID of the ToggleParagraphSuppressLineNumbersCommand.
</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.ToggleParagraphSuppressLineNumbersCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleLastRowCommand">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleLastRowCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="control">
[To be supplied]
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleLastRowCommand.DescriptionStringId">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleLastRowCommand.MenuCaptionStringId">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.RichEditClipboardSetDataExceptionEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.ClipboardSetDataException"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RichEditClipboardSetDataExceptionEventArgs.#ctor(System.Exception)">
<summary>
<para>Initializes a new instance of the RichEditClipboardSetDataExceptionEventArgs 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.RichEditClipboardSetDataExceptionEventArgs.Exception">
<summary>
<para>Gets the exception which triggers the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.ClipboardSetDataException"/> event.
</para>
</summary>
<value>An <see cref="T:System.Exception"/> object representing an exception which caused the event.
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.GoToNextPageHeaderFooterCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.GoToNextPageHeaderFooterCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.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.API.Native.TableRowCollection">
<summary>
<para>A collection of TableRow objects that is the table rows in a table.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableRowCollection.Append">
<summary>
<para>Appends a new row to the specified collection of table rows.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableRow"/> interface specifying the appended row.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRowCollection.First">
<summary>
<para>Gets the first row in a collection.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableRow"/> interface specifying the first row.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableRowCollection.InsertAfter(System.Int32)">
<summary>
<para>Inserts a new row after the row specified by its index.
</para>
</summary>
<param name="rowIndex">
An integer that is the index of a row after which a new row is inserted.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableRow"/> interface specifying a newly inserted row.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableRowCollection.InsertBefore(System.Int32)">
<summary>
<para>Inserts a new row before the row specified by its index.
</para>
</summary>
<param name="rowIndex">
An integer that is the zero-based index of a row before which a new row is inserted.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableRow"/> interface specifying a newly inserted row.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRowCollection.Last">
<summary>
<para>Gets the last row in a collection.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableRow"/> interface specifying the last row.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableRowCollection.RemoveAt(System.Int32)">
<summary>
<para>Deletes a row specified by its index.
</para>
</summary>
<param name="rowIndex">
An integer that is the zero-based index of a row to delete.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableRow">
<summary>
<para>Represents a row in a table.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.Cells">
<summary>
<para>Provides access to a collection of cells within the current row.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCellCollection"/> collection containing cells in a current row.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableRow.Delete">
<summary>
<para>Deletes the current row.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.FirstCell">
<summary>
<para>Gets the first cell in a row.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCell"/> interface specifying the first cell in a row.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.Height">
<summary>
<para>Gets or sets the height of the current row.
</para>
</summary>
<value>A <see cref="T:System.Single"/> that is the row height in units of measurement that are in effect, or 0 (zero) if the <see cref="P:DevExpress.XtraRichEdit.API.Native.TableRow.HeightType"/> is set to <see cref="F:DevExpress.XtraRichEdit.API.Native.HeightType.Auto"/>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.HeightType">
<summary>
<para>Gets or sets the type of a rule used to determine the height of a cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.HeightType"/> enumeration member specifying how the height is determined.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.Index">
<summary>
<para>Gets the zero-based index of the row in a table.
</para>
</summary>
<value>An integer that is the successive number of the row in a table.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.IsFirst">
<summary>
<para>Indicates whether the current row is the first row in a table.
</para>
</summary>
<value><b>true</b> if the current row is the first row; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.IsLast">
<summary>
<para>Indicates whether the current row is the last row in a table.
</para>
</summary>
<value><b>true</b> if the current row is the last row; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.Item(System.Int32)">
<summary>
<para>Gets a cell at the specified column in the current row.
</para>
</summary>
<param name="column">
An integer that is the zero-based index of a column.
</param>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCell"/> that is the cell at the specified column.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.LastCell">
<summary>
<para>Gets the last cell in a row.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCell"/> interface specifying the last cell in a row.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.NestingLevel">
<summary>
<para>Gets the nesting level of the table containing a current row.
</para>
</summary>
<value>An integer that indicates how deep the table that contains a current row is inserted into others.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.Next">
<summary>
<para>Gets the next row in a table.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableRow"/> that is the next row in a table, or <b>null</b> if the current row is the last row in a table.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.Previous">
<summary>
<para>Gets the previous row in a table.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableRow"/> that is the previous row in a table, or <b>null</b> if the current row is the first row in a table.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.Range">
<summary>
<para>Gets the document range occupied by the current row.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> occupied by a row.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.Table">
<summary>
<para>Provides access to the parent table.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Table"/> interface that is the table containing the current cell.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableRow.TableRowAlignment">
<summary>
<para>Gets or sets the alignment of a particular row in a table.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableRowAlignment"/> enumeration value that specifies how the row is aligned in a document.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableCollection">
<summary>
<para>A collection of <b>Table</b> objects in a document.
</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>Adds a new blank table to the document.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> specifying a position at which to create a table.
</param>
<param name="rowCount">
An integer specifying the number of rows in a table.
</param>
<param name="columnCount">
An integer specifying the number of columns in a table.
</param>
<param name="autoFitBehavior">
An <see cref="T:DevExpress.XtraRichEdit.API.Native.AutoFitBehaviorType"/> enumeration member specifying how the table (and cell) width is calculated.
</param>
<param name="fixedColumnWidths">
Specifying the column width.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Table"/> interface specifying a newly created table.
</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>Adds a new blank table to the document.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> specifying a position at which to create a table.
</param>
<param name="rowCount">
An integer specifying the number of rows in a table.
</param>
<param name="columnCount">
An integer specifying the number of columns in a table.
</param>
<param name="autoFitBehavior">
An <see cref="T:DevExpress.XtraRichEdit.API.Native.AutoFitBehaviorType"/> enumeration member specifying how the table (and cell) width is calculated.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Table"/> interface specifying a newly created table.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCollection.Add(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.Int32,System.Int32)">
<summary>
<para>Adds a new blank table to the document.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> specifying a position at which to create a table.
</param>
<param name="rowCount">
An integer specifying the number of rows in a table.
</param>
<param name="columnCount">
An integer specifying the number of columns in a table.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Table"/> interface specifying a newly created table.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCollection.First">
<summary>
<para>Gets the first table in the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Table"/> interface specifying the document table.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCollection.IndexOf(DevExpress.XtraRichEdit.API.Native.Table)">
<summary>
<para>Returns an index of a table in a collection.
</para>
</summary>
<param name="table">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.Table"/> interface specifying the document table.
</param>
<returns>An integer that is the index of an item in a collection.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCollection.Last">
<summary>
<para>Gets the first table in the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Table"/> interface specifying the document table.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCollection.Remove(DevExpress.XtraRichEdit.API.Native.Table)">
<summary>
<para>Removes the table from the collection of tables in a document.
</para>
</summary>
<param name="table">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.Table"/> interface specifying the document table.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCollection.RemoveTableAt(System.Int32)">
<summary>
<para>Removes the table with the specified index from the collection of tables in a document.
</para>
</summary>
<param name="tableIndex">
An integer specifying the table index.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableCellCollection">
<summary>
<para>A collection of <b>TableCell</b> objects in a table row.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCellCollection.Append">
<summary>
<para>Adds a new cell after the last cell in a row.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCell"/> interface specifying the newly added cell.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCellCollection.First">
<summary>
<para>Gets the first cell in a collection.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCell"/> interface specifying the first cell in a collection.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCellCollection.InsertAfter(System.Int32)">
<summary>
<para>Inserts a new cell after the cell specified by its column number.
</para>
</summary>
<param name="columnIndex">
An integer, that is the column number (index in a row) of a cell after which a new cell is inserted.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCell"/> interface specifying the newly inserted cell.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCellCollection.InsertBefore(System.Int32)">
<summary>
<para>Inserts a new cell before the cell specified by its column number.
</para>
</summary>
<param name="columnIndex">
An integer that is the column number (index in a row) of a cell before which a new cell is inserted.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCell"/> interface specifying the newly inserted cell.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCellCollection.Last">
<summary>
<para>Gets the last cell in a collection.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCell"/> interface specifying the last cell in a collection.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCellCollection.RemoveAt(System.Int32)">
<summary>
<para>Deletes a cell specified by its index.
</para>
</summary>
<param name="columnIndex">
An integer that is the index of a cell in a row.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableCellBorders">
<summary>
<para>Contains characteristics for cell borders.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCellBorders.Bottom">
<summary>
<para>Provides access to an object specifying line properties associated with the bottom border of a cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCellBorder"/> object that specifies characteristics of the cell border.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCellBorders.Left">
<summary>
<para>Provides access to an object specifying line properties associated with the left border of a cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCellBorder"/> object that specifies characteristics of the table border.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCellBorders.Right">
<summary>
<para>Provides access to an object specifying line properties associated with the right border of a cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCellBorder"/> object that specifies characteristics of the cell border.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCellBorders.Top">
<summary>
<para>Provides access to an object specifying line properties associated with the top border of a cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCellBorder"/> object that specifies characteristics of the cell border.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableCellBorder">
<summary>
<para>The border characteristics of a cell.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCellBorder.LineColor">
<summary>
<para>Gets or sets the color of the border line.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> instance specifying the border line color.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCellBorder.LineStyle">
<summary>
<para>Gets or sets the style used to paint a border line.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle"/> enumeration member specifying the line style.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCellBorder.LineThickness">
<summary>
<para>Gets or sets the line width.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that is the line width in points.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableCell">
<summary>
<para>Represents a single table cell.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.BackgroundColor">
<summary>
<para>Gets or sets the color of the cell background.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that is the color of the background.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.Borders">
<summary>
<para>Provides access to a TableCellBorders interface that describes all the borders for the specified cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCellBorders"/> interface specifying all the cell borders.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.BottomPadding">
<summary>
<para>Gets or sets the amount of space below the contents of a single cell in a table.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that is the distance in points.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.ContentRange">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCell.Delete">
<summary>
<para>Deletes a cell and shifts the next cell to the left.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.Height">
<summary>
<para>Gets or sets the height of a table cell.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that is the height in points.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.HeightType">
<summary>
<para>Gets or sets the type of a rule used to determine the height of a cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.HeightType"/> enumeration member specifying how the height is determined.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.Index">
<summary>
<para>Gets the zero-based index of the cell in a row.
</para>
</summary>
<value>An integer that is the number of the table column that contains the specified cell.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.LeftPadding">
<summary>
<para>Gets or sets the amount of space to the left of the contents of a single cell in a table.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that is the distance in points.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.NestingLevel">
<summary>
<para>Gets the nesting level of the table containing a current cell.
</para>
</summary>
<value>An integer that indicates how deep the table that contains a current cell is inserted into others.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.Next">
<summary>
<para>Gets the next cell in a row.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCell"/> that is the next cell in a row, or <b>null</b> if the current cell is the last cell in a row.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.PreferredWidth">
<summary>
<para>Gets or sets the numerical value of the preferred width.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value specifying the cell width.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.PreferredWidthType">
<summary>
<para>Gets or sets how the width of a cell is determined if Preferred Width is specified.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.WidthType"/> enumeration value specifying how the <see cref="P:DevExpress.XtraRichEdit.API.Native.TableCell.PreferredWidth"/> is interpreted.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.Previous">
<summary>
<para>Gets the previous cell in a row.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCell"/> that is the previous cell in a row, or <b>null</b> if the current cell is the first cell in a row.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.Range">
<summary>
<para>Gets a document range occupying by the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> occupied by a cell.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.RightPadding">
<summary>
<para>Gets or sets the amount of space to the right of the contents of a single cell in a table.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that is the distance in points.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.Row">
<summary>
<para>Gets the row to which the current cell belongs.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableRow"/> interface that provides access to the table row.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableCell.Split(System.Int32,System.Int32)">
<summary>
<para>Splits a single table cell into multiple cells.
</para>
</summary>
<param name="rowsCount">
The number of rows that the cell is to be split into.
</param>
<param name="columnCount">
The number of columns that the cell is to be split into.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.Table">
<summary>
<para>Provides access to the parent table.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Table"/> interface that is the table containing the current cell.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.TopPadding">
<summary>
<para>Gets or sets the amount of space above the contents of a single cell in a table.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that is the distance in points.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.VerticalAlignment">
<summary>
<para>Gets or sets the vertical justification of content inside a table cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCellVerticalAlignment"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableCell.WordWrap">
<summary>
<para>Gets or sets whether the text is wrapped to multiple lines and the cell height is increased to fit the content so that the cell width remains the same.
</para>
</summary>
<value><b>true</b> to wrap the text; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableBorders">
<summary>
<para>Contains characteristics for table borders.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableBorders.Bottom">
<summary>
<para>Provides access to an object specifying line properties associated with the bottom borders in a table.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableBorder"/> object that specifies characteristics of the table border.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableBorders.InsideHorizontalBorder">
<summary>
<para>Provides access to an object specifying line properties associated with the inner horizontal borders in a table.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableBorder"/> object that specifies characteristics of the table border.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableBorders.InsideVerticalBorder">
<summary>
<para>Provides access to an object specifying line properties associated with the inner vertical borders in a table.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableBorder"/> object that specifies characteristics of the table border.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableBorders.Left">
<summary>
<para>Provides access to an object specifying line properties associated with the left borders in a table.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableBorder"/> object that specifies characteristics of the table border.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableBorders.Right">
<summary>
<para>Provides access to an object specifying line properties associated with the right borders in a table.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableBorder"/> object that specifies characteristics of the table border.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableBorders.Top">
<summary>
<para>Provides access to an object specifying line properties associated with the top borders in a table.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableBorder"/> object that specifies characteristics of the table border.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableBorder">
<summary>
<para>The border characteristics of a table.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableBorder.LineColor">
<summary>
<para>Gets or sets the color of the border line.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> instance specifying the border line color.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableBorder.LineStyle">
<summary>
<para>Gets or sets the style used to paint a border line.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle"/> enumeration member specifying the line style.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.TableBorder.LineThickness">
<summary>
<para>Gets or sets the line width.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value that is the line width in points.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.Table">
<summary>
<para>Represents a single table.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Table.BeginUpdate">
<summary>
<para>Locks the Table object by preventing visual updates until the <b>EndUpdate</b> method is called.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.Borders">
<summary>
<para>Provides access to the TableBorders interface exposing borders assigned to a table.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableBorders"/> interface providing access to table borders.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.BottomPadding">
<summary>
<para>Gets or sets the space between the bottom border of a table cell and cell contents for all cells in a table.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value specifying the cell bottom margin in measurement units that are currently in effect.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Table.Cell(System.Int32,System.Int32)">
<summary>
<para>Provides access to a cell in a table.
</para>
</summary>
<param name="row">
The number of the row in the table. Can be an integer between 1 and the number of rows in the table.
</param>
<param name="column">
The number of the column in the table. Can be an integer between 1 and the number of columns in the table.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCell"/> object that is the cell in a table.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Table.EndUpdate">
<summary>
<para>Unlocks the Table object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.FirstRow">
<summary>
<para>Gets the first (uppermost) row of the table.
</para>
</summary>
<value>An object with the <see cref="T:DevExpress.XtraRichEdit.API.Native.TableRow"/> interface that is the topmost row.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Table.ForEachCell(DevExpress.XtraRichEdit.API.Native.TableCellProcessorDelegate)">
<summary>
<para>Performs the specified action on each cell in the table.
</para>
</summary>
<param name="cellProcessor">
The <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCellProcessorDelegate"/> delegate to perform on each cell in a table.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Table.ForEachRow(DevExpress.XtraRichEdit.API.Native.TableRowProcessorDelegate)">
<summary>
<para>Enables you to specify a delegate which will be executed for each row of a table.
</para>
</summary>
<param name="cellProcessor">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableRowProcessorDelegate"/> delegate.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.Indent">
<summary>
<para>Gets or sets the amount of indentation for a table.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value specifying the amount of space to indent a table in measurement units that are currently in effect.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.IsWordCompatible">
<summary>
<para>Indicates whether a document containing this table can be successfully opened in Microsoft Word.
</para>
</summary>
<value><b>true</b>, if Microsoft Word can open a document containing this table correctly; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.Item(System.Int32,System.Int32)">
<summary>
<para>Gets a table cell by its row and column index.
</para>
</summary>
<param name="row">
An integer specifying the row number. Row numbers are zero-based.
</param>
<param name="column">
An integer specifying the column number that is the index of a cell within the row. Zero-based.
</param>
<value>An object with the <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCell"/> interface that is the table cell.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.LastRow">
<summary>
<para>Gets the last row in a table.
</para>
</summary>
<value>An object with the <see cref="T:DevExpress.XtraRichEdit.API.Native.TableRow"/> interface, specifying a row in a table.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.LeftPadding">
<summary>
<para>Gets or sets the space between the left border of a table cell and cell contents for all cells in a table.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value specifying the cell left margin in measurement units that are currently in effect.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Table.MakeWordCompatible">
<summary>
<para>Merges all columns with indexes greater than 63 into a single column.
</para>
</summary>
<returns><b>true</b>, if the table has been modified (i.e., several columns have been merged); otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Table.MergeCells(DevExpress.XtraRichEdit.API.Native.TableCell,DevExpress.XtraRichEdit.API.Native.TableCell)">
<summary>
<para>Merges the cells in the specified range into a single cell.
</para>
</summary>
<param name="mergeFrom">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCell"/> that marks one end of the merged range.
</param>
<param name="mergeTo">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCell"/> that marks the opposite end of the merged range.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.NestingLevel">
<summary>
<para>Gets the nesting level of the current table.
</para>
</summary>
<value>An integer that indicates how deep the table is inserted into others.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.ParentCell">
<summary>
<para>Gets the cell containing the nested table.
</para>
</summary>
<value>An object with the <see cref="T:DevExpress.XtraRichEdit.API.Native.TableCell"/> interface that is the containing cell.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.PreferredWidth">
<summary>
<para>Gets or sets the numerical value of the preferred width.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value specifying the table width.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.PreferredWidthType">
<summary>
<para>Gets or sets how the width of a table is determined if Preferred Width is specified.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.WidthType"/> enumeration value specifying how the <see cref="P:DevExpress.XtraRichEdit.API.Native.Table.PreferredWidth"/> is interpreted.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.Range">
<summary>
<para>Gets a document range occupied by a table.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> occupied by a table.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.RightPadding">
<summary>
<para>Gets or sets the space between the right border of a table cell and cell contents for all cells in a table.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value specifying the cell right margin in measurement units that are currently in effect.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.Rows">
<summary>
<para>Provides access to a collection of table rows.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableRowCollection"/> interface that enables you to operate with table rows.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Table.SetPreferredWidth(System.Single,DevExpress.XtraRichEdit.API.Native.WidthType)">
<summary>
<para>Specifies the preferred width for the table in specified units.
</para>
</summary>
<param name="Width">
A float value that is the preferred width of a table.
</param>
<param name="widthType">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.WidthType"/> enumeration value that specifies how the preferred width should be interpreted.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.Style">
<summary>
<para>Gets or sets the style applied to the table.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableStyle"/> interface specifying a style specific to tables in a document.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.TableAlignment">
<summary>
<para>Gets or sets the alignment of a table as a whole within the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableRowAlignment"/> enumeration value that specifies how the table is aligned in a document.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.TableBackgroundColor">
<summary>
<para>Gets or sets the color of the table background.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that is the color of the background.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.TableCellSpacing">
<summary>
<para>Gets or sets the amount of space in between the cells of a table.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value specifying the amount of space in measurement units that are currently in effect.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.TableLayout">
<summary>
<para>Gets or sets the algorithm which shall be used to lay out the contents of the current table within the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableLayoutType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.Table.TopPadding">
<summary>
<para>Gets or sets the space between the top border of a table cell and cell contents for all cells in a table.
</para>
</summary>
<value>A <see cref="T:System.Single"/> value specifying the cell top margin in measurement units that are currently in effect.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.Table.Validate">
<summary>
<para>Checks whether the current table instance is valid and usable.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableCellVerticalAlignment">
<summary>
<para>Lists possible vertical alignments for cell content.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableCellVerticalAlignment.Bottom">
<summary>
<para>The content is aligned to the bottom of a cell.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableCellVerticalAlignment.Center">
<summary>
<para>The content is centered across the height of a cell.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableCellVerticalAlignment.Top">
<summary>
<para>The content is aligned to the top of a cell.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle">
<summary>
<para>List line styles used for table borders.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.DashDotStroked">
<summary>
<para>A series of alternating thin and thick strokes, resembling a barber pole.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.Dashed">
<summary>
<para>Dashes.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.DashSmallGap">
<summary>
<para>A dash followed by a small gap.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.DotDash">
<summary>
<para>A dash followed by a dot.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.DotDotDash">
<summary>
<para>A dash followed by two dots.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.Dotted">
<summary>
<para>Dots.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.Double">
<summary>
<para>Double solid lines.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.DoubleWave">
<summary>
<para>Double wavy solid lines.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.Inset">
<summary>
<para>The border appears to be inset.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.Nil">
<summary>
<para>No border.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.None">
<summary>
<para>No border.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.Outset">
<summary>
<para>The border appears to be outset.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.Single">
<summary>
<para>A single solid line.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.Thick">
<summary>
<para>Single line.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.ThickThinLargeGap">
<summary>
<para>An internal single thick solid line surrounded by a single thin solid line with a large gap between them.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.ThickThinMediumGap">
<summary>
<para>An internal single thick solid line surrounded by a single thin solid line with a medium gap between them.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.ThickThinSmallGap">
<summary>
<para>An internal single thick solid line surrounded by a single thin solid line with a small gap between them.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.ThinThickLargeGap">
<summary>
<para>An internal single thin solid line surrounded by a single thick solid line with a large gap between them.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.ThinThickMediumGap">
<summary>
<para>An internal single thin solid line surrounded by a single thick solid line with a medium gap between them.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.ThinThickSmallGap">
<summary>
<para>An internal single thin solid line surrounded by a single thick solid line with a small gap between them.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.ThinThickThinLargeGap">
<summary>
<para>An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a large gap between all lines.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.ThinThickThinMediumGap">
<summary>
<para>An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a medium gap between all lines.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.ThinThickThinSmallGap">
<summary>
<para>An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a small gap between all lines.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.ThreeDEmboss">
<summary>
<para>A line border consisting of three staged gradient lines around the cell, getting darker towards the cell.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.ThreeDEngrave">
<summary>
<para>A line border consisting of three staged gradient lines around the cell, getting darker away from the cell.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.Triple">
<summary>
<para>Triple line.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TableBorderLineStyle.Wave">
<summary>
<para>Wavy line.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.SectionStartType">
<summary>
<para>Lists the types of a section break.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.SectionStartType.EvenPage">
<summary>
<para>A new section begins on the next even-numbered page. If the section break falls on an even-numbered page, the next odd-numbered page is left blank.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.SectionStartType.NextPage">
<summary>
<para>A page is broken at the section break. The new section starts on the next page.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.SectionStartType.OddPage">
<summary>
<para>A new section begins on the next odd-numbered page. If the section break falls on an odd-numbered page, the next even-numbered page is left blank.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ToggleFirstRowCommand">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ToggleFirstRowCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="control">
[To be supplied]
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFirstRowCommand.DescriptionStringId">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ToggleFirstRowCommand.MenuCaptionStringId">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</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.ShowFormEventArgs">
<summary>
<para>Serves as the base for classes which provide data for the events which occur before the RichEditControl dialogs are shown.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.ShowFormEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the ShowFormEventArgs class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.ShowFormEventArgs.DialogResult">
<summary>
<para>Gets or sets the return value of a dialog box.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value that specifies the value that is returned by the dialog box.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.ShowFormEventArgs.Handled">
<summary>
<para>Gets or sets whether an event was handled. If it was handled, the default actions are not required.
</para>
</summary>
<value><b>true</b> if it was handled and the default dialog doesn't need to be shown; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.ShowFormEventArgs.Parent">
<summary>
<para>Gets or sets a parent of the form being shown.
</para>
</summary>
<value>An <see cref="T:System.Windows.Forms.IWin32Window"/> object.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.TabsFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.TabsFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.TabsFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.TabsFormShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.TabsFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.TabsFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.TabsFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.TabsFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.TabsFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.TabsFormControllerParameters)">
<summary>
<para>Initializes a new instance of the TabsFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.TabsFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.TabsFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Tabs dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.TabsFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.TablePropertiesFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.TablePropertiesFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.TablePropertiesFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.TablePropertiesFormShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.TablePropertiesFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.TablePropertiesFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.TablePropertiesFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.TablePropertiesFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.TablePropertiesFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.TablePropertiesFormControllerParameters)">
<summary>
<para>Initializes a new instance of the TablePropertiesFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.TablePropertiesFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.TablePropertiesFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Table Properties dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.TablePropertiesFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.SplitTableCellsFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.SplitTableCellsFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.SplitTableCellsFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.SplitTableCellsFormShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.SplitTableCellsFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.SplitTableCellsFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.SearchFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.SearchFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.SearchFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.SearchFormShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.SearchFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.SearchFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.SearchFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.SearchFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.SearchFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.SearchFormControllerParameters)">
<summary>
<para>Initializes a new instance of the SearchFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.SearchFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.SearchFormShowingEventArgs.ActivePage">
<summary>
<para>Obtains what tab of the Find and Replace dialog (<b>Find</b> or <b>Replace</b>) is active.
</para>
</summary>
<value><see cref="T:DevExpress.XtraRichEdit.Forms.SearchFormActivePage"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.SearchFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Find and Replace dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.SearchFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.RangeEditingPermissionsFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.RangeEditingPermissionsFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RangeEditingPermissionsFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.RangeEditingPermissionsFormShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.RangeEditingPermissionsFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.RangeEditingPermissionsFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.RangeEditingPermissionsFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.RangeEditingPermissionsFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.RangeEditingPermissionsFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.RangeEditingPermissionsFormControllerParameters)">
<summary>
<para>Initializes a new instance of the RangeEditingPermissionsFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.RangeEditingPermissionsFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.RangeEditingPermissionsFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Editing Permissions dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.RangeEditingPermissionsFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.PasteSpecialFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.PasteSpecialFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.PasteSpecialFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.PasteSpecialFormShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.PasteSpecialFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.PasteSpecialFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.PasteSpecialFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.PasteSpecialFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.PasteSpecialFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.PasteSpecialFormControllerParameters)">
<summary>
<para>Initializes a new instance of the PasteSpecialFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.PasteSpecialFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.PasteSpecialFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Paste Special dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.PasteSpecialFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.ParagraphFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.ParagraphFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.ParagraphFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.ParagraphFormShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.ParagraphFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.ParagraphFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.ParagraphFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.ParagraphFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.ParagraphFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.ParagraphFormControllerParameters)">
<summary>
<para>Initializes a new instance of the ParagraphFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.ParagraphFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.ParagraphFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Paragraph dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.ParagraphFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.PageSetupFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.PageSetupFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.PageSetupFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.PageSetupFormShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.PageSetupFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.PageSetupFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.PageSetupFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.PageSetupFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.PageSetupFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.PageSetupFormControllerParameters)">
<summary>
<para>Initializes a new instance of the PageSetupFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.PageSetupFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.PageSetupFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Page Setup dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.PageSetupFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.NumberingListFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.NumberingListFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.NumberingListFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.NumberingListFormShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.NumberingListFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.NumberingListFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.NumberingListFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.NumberingListFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.NumberingListFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.NumberingListFormControllerParameters)">
<summary>
<para>Initializes a new instance of the NumberingListFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.NumberingListFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.NumberingListFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Bullets and Numbering dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.NumberingListFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.LineNumberingFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.LineNumberingFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.LineNumberingFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.LineNumberingFormShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.LineNumberingFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.LineNumberingFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.LineNumberingFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.LineNumberingFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.LineNumberingFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.LineNumberingFormControllerParameters)">
<summary>
<para>Initializes a new instance of the LineNumberingFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.LineNumberingFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.LineNumberingFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Line Numbers dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.LineNumberingFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.InsertTableFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.InsertTableFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.InsertTableFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.InsertTableFormShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.InsertTableFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.InsertTableFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.InsertTableFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.InsertTableFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.InsertTableFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.InsertTableFormControllerParameters)">
<summary>
<para>Initializes a new instance of the InsertTableFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.InsertTableFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.InsertTableFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Insert Table dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.InsertTableFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.InsertTableCellsFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.InsertTableCellsFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.InsertTableCellsFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.InsertTableCellsFormShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.InsertTableCellsFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.InsertTableCellsFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.InsertTableCellsFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.InsertTableCellsFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.InsertTableCellsFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.InsertTableCellsFormControllerParameters)">
<summary>
<para>Initializes a new instance of the InsertTableCellsFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.InsertTableCellsFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.InsertTableCellsFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Insert Cells dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.InsertTableCellsFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.InsertMergeFieldFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.InsertMergeFieldFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.InsertMergeFieldFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.InsertMergeFieldFormShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.InsertMergeFieldFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.InsertMergeFieldFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.InsertMergeFieldFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.InsertMergeFieldFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.InsertMergeFieldFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.InsertMergeFieldFormControllerParameters)">
<summary>
<para>Initializes a new instance of the InsertMergeFieldFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.InsertMergeFieldFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.InsertMergeFieldFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Insert Merge Field dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.InsertMergeFieldFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.HyperlinkFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.HyperlinkFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.HyperlinkFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.HyperlinkFormShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.HyperlinkFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.HyperlinkFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.HyperlinkFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.HyperlinkFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.HyperlinkFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.HyperlinkFormControllerParameters)">
<summary>
<para>Initializes a new instance of the HyperlinkFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.HyperlinkFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.HyperlinkFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Edit Hyperlink dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.HyperlinkFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.HeaderFooterEditingEventHandler">
<summary>
<para>A method that will handle the <b>HeaderFooterEditing</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.HeaderFooterEditingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.HeaderFooterEditingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.StartHeaderFooterEditing"/> and the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.FinishHeaderFooterEditing"/> events.
</para>
</summary>
<param name="sender">
The event sender (typically a <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>).
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.HeaderFooterEditingEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.HeaderFooterEditingEventArgs">
<summary>
<para>Provides data for the <b>StartHeaderFooterEditing</b> and the <b>FinishHeaderFooterEditing</b> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.HeaderFooterEditingEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the HeaderFooterEditingEventArgs class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.FormShowingEventArgs">
<summary>
<para>Serves as the base for classes which provide data for the events which occur before the RichEditControl dialogs are shown.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.FontFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.FontFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.FontFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.FontFormShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.FontFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.FontFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.FontFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.FontFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.FontFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.FontFormControllerParameters)">
<summary>
<para>Initializes a new instance of the FontFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.FontFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.FontFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Font dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.FontFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.DocumentProtectionQueryPasswordFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.DocumentProtectionQueryPasswordFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentProtectionQueryPasswordFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.DocumentProtectionQueryPasswordFormShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.DocumentProtectionQueryPasswordFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.DocumentProtectionQueryPasswordFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.DocumentProtectionQueryPasswordFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.DocumentProtectionQueryPasswordFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentProtectionQueryPasswordFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.DocumentProtectionQueryPasswordFormControllerParameters)">
<summary>
<para>Initializes a new instance of the DocumentProtectionQueryPasswordFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.DocumentProtectionQueryPasswordFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentProtectionQueryPasswordFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Unprotect Document dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.DocumentProtectionQueryPasswordFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.DocumentProtectionQueryNewPasswordFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.DocumentProtectionQueryNewPasswordFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentProtectionQueryNewPasswordFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.DocumentProtectionQueryNewPasswordFormShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.DocumentProtectionQueryNewPasswordFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.DocumentProtectionQueryNewPasswordFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.DocumentProtectionQueryNewPasswordFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.DocumentProtectionQueryNewPasswordFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentProtectionQueryNewPasswordFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.DocumentProtectionQueryNewPasswordFormControllerParameters)">
<summary>
<para>Initializes a new instance of the DocumentProtectionQueryNewPasswordFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.DocumentProtectionQueryNewPasswordFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentProtectionQueryNewPasswordFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Start Enforcing Protection dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.DocumentProtectionQueryNewPasswordFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.DeleteTableCellsFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.DeleteTableCellsFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.DeleteTableCellsFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.DeleteTableCellsFormShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.DeleteTableCellsFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.DeleteTableCellsFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.DeleteTableCellsFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.DeleteTableCellsFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.DeleteTableCellsFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.DeleteTableCellsFormControllerParameters)">
<summary>
<para>Initializes a new instance of the DeleteTableCellsFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.DeleteTableCellsFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.DeleteTableCellsFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Delete Cells dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.DeleteTableCellsFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.ColumnsSetupFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.ColumnsSetupFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.ColumnsSetupFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.ColumnsSetupFormShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.ColumnsSetupFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.ColumnsSetupFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.ColumnsSetupFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.ColumnsSetupFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.ColumnsSetupFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.ColumnsSetupFormControllerParameters)">
<summary>
<para>Initializes a new instance of the ColumnsSetupFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.ColumnsSetupFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.ColumnsSetupFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Columns dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.ColumnsSetupFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.BookmarkFormShowingEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.BookmarkFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.BookmarkFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.BookmarkFormShowingEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.BookmarkFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.BookmarkFormShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.BookmarkFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.BookmarkFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.BookmarkFormShowingEventArgs.#ctor(DevExpress.XtraRichEdit.Forms.BookmarkFormControllerParameters)">
<summary>
<para>Initializes a new instance of the BookmarkFormShowingEventArgs class with the specified information for initializing the dialog controls.
</para>
</summary>
<param name="controllerParameters">
A <see cref="T:DevExpress.XtraRichEdit.Forms.BookmarkFormControllerParameters"/> object containing information to be displayed in the form.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.BookmarkFormShowingEventArgs.ControllerParameters">
<summary>
<para>Gets the information for initializing the Bookmark dialog controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Forms.BookmarkFormControllerParameters"/> object containing information to be displayed in the form.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.ArgumentCollection">
<summary>
<para>A collection of Argument objects. Results from parsing a document field.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.ArgumentCollection.#ctor">
<summary>
<para>Initializes a new instance of the ArgumentCollection class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraRichEdit.Argument">
<summary>
<para>An argument within the document field.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.Argument.Length">
<summary>
<para>Gets the length of an argument text range in the DOCVARIABLE field.
</para>
</summary>
<value>An integer, specifying the length of a text range representing the argument in the DOCVARIABLE field.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Argument.StartPosition">
<summary>
<para>Gets the document position where the argument text range starts.
</para>
</summary>
<value>An integer, specifying the starting document position of a text range, that is the argument in the DOCVARIABLE field.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Argument.Value">
<summary>
<para>Gets the value of an argument in the DOCVARIABLE field.
</para>
</summary>
<value>A string, specifying the argument in the DOCVARIABLE field.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowTableStyleFormCommand">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowTableStyleFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="control">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowTableStyleFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl,DevExpress.XtraRichEdit.Model.TableStyle)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="control">
[To be supplied]
</param>
<param name="style">
[To be supplied]
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowTableStyleFormCommand.DescriptionStringId">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowTableStyleFormCommand.ForceExecute(DevExpress.Utils.Commands.ICommandUIState)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="state">
[To be supplied]
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowTableStyleFormCommand.Id">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowTableStyleFormCommand.ImageName">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowTableStyleFormCommand.MenuCaptionStringId">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowTableStyleFormCommand.ShowsModalDialog">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowTableStyleFormCommand.Style">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.FloatingObjectSendBackwardCommand">
<summary>
<para>Moves the selected floating object behind the text or another object, one layer at a time.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.FloatingObjectSendBackwardCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the FloatingObjectSendBackwardCommand 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.FloatingObjectSendBackwardCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FloatingObjectSendBackwardCommand.Id">
<summary>
<para>Gets the ID of the FloatingObjectSendBackwardCommand.
</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.FloatingObjectSendBackwardCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.FloatingObjectSendBackwardCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TableRowProcessorDelegate">
<summary>
<para>A delegate intended to invoke its method for each row in a table.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.TableRowProcessorDelegate.Invoke(DevExpress.XtraRichEdit.API.Native.TableRow,System.Int32)">
<summary>
<para>Executes the delegate with the specified parameters.
</para>
</summary>
<param name="row">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.TableRow"/> object that is the row for which the delegate is executed.
</param>
<param name="rowIndex">
An integer that is the index of a row in a table.
</param>
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.SetNormalSectionPageMarginsCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetNormalSectionPageMarginsCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.MailMergeStartedEventHandler">
<summary>
<para>A method that will handle the <b>MailMergeStarted</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.MailMergeStartedEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.MailMergeStartedEventArgs)">
<summary>
<para>A method that will handle the <b>MailMergeStarted</b> event of the RichEditControl.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the RichEditControl, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.MailMergeStartedEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.MailMergeStartedEventArgs">
<summary>
<para>Provides data for the <b>MailMergeStarted</b> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.MailMergeStartedEventArgs.Document">
<summary>
<para> Gets a merged document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/> interface providing access to a merged document.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.MailMergeStartedEventArgs.OperationDescription">
<summary>
<para>Gets or sets the text to pass to the progress indicator.
</para>
</summary>
<value>A string that is the text to display in the progress indicator.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.MailMergeRecordStartedEventHandler">
<summary>
<para>A method that will handle the <b>MailMergeRecordStarted</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.MailMergeRecordStartedEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.MailMergeRecordStartedEventArgs)">
<summary>
<para>A method that will handle the <b>MailMergeRecordStarted</b> event of the RichEditControl.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the RichEditControl, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.MailMergeRecordStartedEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.MailMergeRecordFinishedEventArgs">
<summary>
<para>Provides data for the <b>MailMergeRecordFinished</b> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.MailMergeRecordFinishedEventArgs.Document">
<summary>
<para>Gets a merged document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/> interface providing access to a merged document.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.MailMergeRecordFinishedEventArgs.RecordDocument">
<summary>
<para> Gets a template document after a record is merged.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/> interface providing access to an interim document.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.MailMergeRecordFinishedEventArgs.RecordIndex">
<summary>
<para>Gets an index of a record currently merged.
</para>
</summary>
<value>An integer that is the data record index.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.MailMergeFinishedEventHandler">
<summary>
<para>A method that will handle the <b>MailMergeFinished</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.MailMergeFinishedEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.MailMergeFinishedEventArgs)">
<summary>
<para>A method that will handle the <b>MailMergeFinished</b> event of the RichEditControl.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the RichEditControl, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.MailMergeFinishedEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.MailMergeFinishedEventArgs">
<summary>
<para>Provides data for the <b>MailMergeFinished</b> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.MailMergeFinishedEventArgs.Document">
<summary>
<para> Gets a merged document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/> interface providing access to a merged document.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.DocumentVariableCollection">
<summary>
<para>A collection of document variables.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentVariableCollection.Add(System.String,System.Object)">
<summary>
<para>Adds a new document variable to the collection.
</para>
</summary>
<param name="name">
A string that is the name of the new document variable.
</param>
<param name="value">
An object that is the value of the document variable.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentVariableCollection.Clear">
<summary>
<para>Removes all document variables from the current document.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentVariableCollection.Count">
<summary>
<para>Gets the number of variables in the document.
</para>
</summary>
<value>An integer that is the number of document variables in the collection.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentVariableCollection.GetVariableValue(System.String,DevExpress.XtraRichEdit.ArgumentCollection)">
<summary>
<para>Calculates the value of the specified document variable.
</para>
</summary>
<param name="variableName">
A string that is the document variable name.
</param>
<param name="arguments">
An <see cref="T:DevExpress.XtraRichEdit.ArgumentCollection"/> object that holds arguments used to calculate the document variable value.
</param>
<returns>An object associated with the document variable or calculated in the corresponding event.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.DocumentVariableCollection.Item(System.String)">
<summary>
<para>Calls the <see cref="M:DevExpress.XtraRichEdit.DocumentVariableCollection.GetVariableValue"/> method with an empty argument collection.
</para>
</summary>
<param name="name">
A string that is the document variable name.
</param>
<value>An object associated with the document variable or calculated in the corresponding event.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.DocumentVariableCollection.Remove(System.String)">
<summary>
<para>Removes the variable with the specified name from the document.
</para>
</summary>
<param name="name">
A string that is the name of the variable to remove.
</param>
</member>
<member name="T:DevExpress.XtraPrinting.RichTextBrick">
<summary>
<para>A visual brick containing rich text.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.RichTextBrick.#ctor(DevExpress.XtraPrinting.IBrickOwner)">
<summary>
<para>For internal use. Initializes a new instance of the RichTextBrick class with the specified brick owner.
</para>
</summary>
<param name="brickOwner">
An object implementing the <see cref="T:DevExpress.XtraPrinting.IBrickOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraPrinting.RichTextBrick.#ctor">
<summary>
<para>Initializes a new instance of the RichTextBrick class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.RichTextBrick.BaseFont">
<summary>
<para> [To be supplied] </para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPrinting.RichTextBrick.BrickType">
<summary>
<para> [To be supplied] </para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.RichTextBrick.CalcClientRect">
<summary>
<para> [To be supplied] </para>
</summary>
<returns>A <see cref="T:System.Drawing.RectangleF"/> structure.
</returns>
</member>
<member name="F:DevExpress.XtraPrinting.RichTextBrick.InfiniteHeight">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraPrinting.RichTextBrick.NoClip">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraPrinting.RichTextBrick.RtfText">
<summary>
<para> [To be supplied] </para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="M:DevExpress.XtraPrinting.RichTextBrick.SetDocManagerAndPrinter(DevExpress.XtraRichEdit.Model.DocumentModel,DevExpress.XtraPrinting.Native.RichText.GraphicsDocumentPrinter)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="documentModel">
[To be supplied]
</param>
<param name="printer">
[To be supplied]
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.API.Native.TabLeaderType">
<summary>
<para>Lists repeated characters used to fill in the space created by a tab which ends at the tab stop.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TabLeaderType.Dots">
<summary>
<para>The dot is used as a tab leader character.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TabLeaderType.EqualSign">
<summary>
<para>The equal sign is used as a tab leader character.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TabLeaderType.Hypens">
<summary>
<para>The hyphen is used as a tab leader character.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TabLeaderType.MiddleDots">
<summary>
<para>The middle dot (interpunct) is used as a tab leader character.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TabLeaderType.None">
<summary>
<para>No leader characters are used.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraRichEdit.API.Native.TabLeaderType.Underline">
<summary>
<para>The underscore is used as a tab leader character.
</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.Commands.SetSectionLineNumberingRestartNewPageCommand">
<summary>
<para>Reverts line numbering for the current section to the start value on a new page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetSectionLineNumberingRestartNewPageCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetSectionLineNumberingRestartNewPageCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetSectionLineNumberingRestartNewPageCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetSectionLineNumberingRestartNewPageCommand.Id">
<summary>
<para>Gets the ID of the SetSectionLineNumberingRestartNewPageCommand.
</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.SetSectionLineNumberingRestartNewPageCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetSectionLineNumberingContinuousCommand">
<summary>
<para>Continues line numbering for the current section from the line number at the end of the previous section.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetSectionLineNumberingContinuousCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetSectionLineNumberingContinuousCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetSectionLineNumberingContinuousCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetSectionLineNumberingContinuousCommand.Id">
<summary>
<para>Gets the ID of the SetSectionLineNumberingContinuousCommand.
</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.SetSectionLineNumberingContinuousCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.InsertTableOfContentsCommand">
<summary>
<para>Inserts a Table of Contents.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertTableOfContentsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertTableOfContentsCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertTableOfContentsCommand.Id">
<summary>
<para>Gets the ID of the InsertTableOfContentsCommand.
</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.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>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.ParagraphStyle.NextStyle">
<summary>
<para>Gets or sets the default style for a paragraph that immediately follows the current paragraph.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphStyle"/> interface specifying the style for the next paragraph. By default, the style is the same as the current paragraph.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphStyle.NumberingListIndex">
<summary>
<para>Gets or sets the index of a list applied to the paragraph style.
</para>
</summary>
<value>An integer that is the index of a list to which the paragraph formatted with the current style belongs.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphStyle.Parent">
<summary>
<para>Gets or sets the style from 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.Commands.QuickPrintCommand">
<summary>
<para>Prints the current document using the default printer. The command is executed transparently without user intervention.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.QuickPrintCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the QuickPrintCommand 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.QuickPrintCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.QuickPrintCommand.Id">
<summary>
<para>Gets the ID of the QuickPrintCommand.
</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.QuickPrintCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.QuickPrintCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.SetParagraphHeading9LevelCommand">
<summary>
<para>Applies the <b>Heading 9</b> built-in style to the text so it is shown at the ninth level of the Table of Contents.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetParagraphHeading9LevelCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetParagraphHeading9LevelCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetParagraphHeading9LevelCommand.Id">
<summary>
<para>Gets the ID of the SetParagraphHeading9LevelCommand.
</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.SetParagraphHeading8LevelCommand">
<summary>
<para>Applies the <b>Heading 8</b> built-in style to the text so it is shown at the eighth level of the Table of Contents.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetParagraphHeading8LevelCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetParagraphHeading8LevelCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetParagraphHeading8LevelCommand.Id">
<summary>
<para>Gets the ID of the SetParagraphHeading8LevelCommand.
</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.SetParagraphHeading7LevelCommand">
<summary>
<para>Applies the <b>Heading 7</b> built-in style to the text so it is shown at the seventh level of the Table of Contents.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetParagraphHeading7LevelCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetParagraphHeading7LevelCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetParagraphHeading7LevelCommand.Id">
<summary>
<para>Gets the ID of the SetParagraphHeading7LevelCommand.
</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.SetParagraphHeading6LevelCommand">
<summary>
<para>Applies the <b>Heading 6</b> built-in style to the text so it is shown at the sixth level of the Table of Contents.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetParagraphHeading6LevelCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetParagraphHeading6LevelCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetParagraphHeading6LevelCommand.Id">
<summary>
<para>Gets the ID of the SetParagraphHeading6LevelCommand.
</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.SetParagraphHeading5LevelCommand">
<summary>
<para>Applies the <b>Heading 5</b> built-in style to the text so it is shown at the fifth level of the Table of Contents.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetParagraphHeading5LevelCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetParagraphHeading5LevelCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetParagraphHeading5LevelCommand.Id">
<summary>
<para>Gets the ID of the SetParagraphHeading5LevelCommand.
</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.SetParagraphHeading4LevelCommand">
<summary>
<para>Applies the <b>Heading 4</b> built-in style to the text so it is shown at the fourth level of the Table of Contents.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetParagraphHeading4LevelCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetParagraphHeading4LevelCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetParagraphHeading4LevelCommand.Id">
<summary>
<para>Gets the ID of the SetParagraphHeading4LevelCommand.
</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.SetParagraphHeading3LevelCommand">
<summary>
<para>Applies the <b>Heading 3</b> built-in style to the text so it is shown at the third level of the Table of Contents.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetParagraphHeading3LevelCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetParagraphHeading3LevelCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetParagraphHeading3LevelCommand.Id">
<summary>
<para>Gets the ID of the SetParagraphHeading3LevelCommand.
</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.SetParagraphHeading2LevelCommand">
<summary>
<para>Applies the <b>Heading 2</b> built-in style to the text so it is shown at the second level of the Table of Contents.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetParagraphHeading2LevelCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetParagraphHeading2LevelCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetParagraphHeading2LevelCommand.Id">
<summary>
<para>Gets the ID of the SetParagraphHeading2LevelCommand.
</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.SetParagraphHeading1LevelCommand">
<summary>
<para>Applies the <b>Heading 1</b> built-in style to the text so it is shown at the first level of the Table of Contents.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetParagraphHeading1LevelCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetParagraphHeading1LevelCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetParagraphHeading1LevelCommand.Id">
<summary>
<para>Gets the ID of the SetParagraphHeading1LevelCommand.
</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.SetParagraphBodyTextLevelCommand">
<summary>
<para>Applies the body (default) style to the text so it is not shown in the Table of Contents.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.SetParagraphBodyTextLevelCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the SetParagraphBodyTextLevelCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetParagraphBodyTextLevelCommand.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.SetParagraphBodyTextLevelCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.SetParagraphBodyTextLevelCommand.Id">
<summary>
<para>Gets the ID of the SetParagraphBodyTextLevelCommand.
</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.SetParagraphBodyTextLevelCommand.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="P:DevExpress.XtraRichEdit.Commands.SetParagraphBodyTextLevelCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.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.Commands.InsertSectionBreakOddPageCommand">
<summary>
<para>Inserts a section break and starts a new section on the next odd-numbered page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertSectionBreakOddPageCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertSectionBreakOddPageCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertSectionBreakOddPageCommand.Id">
<summary>
<para>Gets the ID of the InsertSectionBreakOddPageCommand.
</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.InsertSectionBreakNextPageCommand">
<summary>
<para>Inserts a section break and starts a new section on the next page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertSectionBreakNextPageCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertSectionBreakNextPageCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertSectionBreakNextPageCommand.Id">
<summary>
<para>Gets the ID of the InsertSectionBreakNextPageCommand.
</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.InsertSectionBreakEvenPageCommand">
<summary>
<para>Inserts a section break and starts a new section on the next even-numbered page.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertSectionBreakEvenPageCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertSectionBreakEvenPageCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertSectionBreakEvenPageCommand.Id">
<summary>
<para>Gets the ID of the InsertSectionBreakEvenPageCommand.
</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.InsertSectionBreakContinuousCommand">
<summary>
<para>This command is currently unavailable.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.InsertSectionBreakContinuousCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the InsertSectionBreakContinuousCommand class with the specified owner.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface specifying the owner of the command.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.InsertSectionBreakContinuousCommand.Id">
<summary>
<para>Gets the ID of the InsertSectionBreakContinuousCommand.
</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.ShowTablePropertiesFormCommand">
<summary>
<para>Invokes the Table Properties dialog.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowTablePropertiesFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowTablePropertiesFormCommand 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.ShowTablePropertiesFormCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowTablePropertiesFormCommand.Id">
<summary>
<para>Gets the ID of the ShowTablePropertiesFormCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that specifies the command identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowTablePropertiesFormCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowTablePropertiesFormCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowTablePropertiesFormCommand.ShowsModalDialog">
<summary>
<para>Gets whether the focus should be set to the command owner after a command is executed.
</para>
</summary>
<value>Returns <b>true</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowLineNumberingFormCommand">
<summary>
<para>Invokes the Line Numbers dialog.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowLineNumberingFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowLineNumberingFormCommand 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.ShowLineNumberingFormCommand.CreateDefaultCommandUIState">
<summary>
<para>Creates an object that is 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.ShowLineNumberingFormCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowLineNumberingFormCommand.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.ShowLineNumberingFormCommand.Id">
<summary>
<para>Gets the ID of the ShowLineNumberingFormCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that specifies the command identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowLineNumberingFormCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowPageSetupFormCommand">
<summary>
<para>Invokes the Page Setup dialog.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowPageSetupFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowPageSetupFormCommand 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.ShowPageSetupFormCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowPageSetupFormCommand.Id">
<summary>
<para>Gets the ID of the ShowPageSetupFormCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that specifies the command identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowPageSetupFormCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.Commands.ShowPasteSpecialFormCommand">
<summary>
<para>Invokes the Paste Special dialog.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowPasteSpecialFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the ShowPasteSpecialFormCommand 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.ShowPasteSpecialFormCommand.CreateDefaultCommandUIState">
<summary>
<para>Creates an object which is 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.ShowPasteSpecialFormCommand.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.ShowPasteSpecialFormCommand.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.Commands.ShowPasteSpecialFormCommand.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.ShowPasteSpecialFormCommand.Id">
<summary>
<para>Gets the ID of the ShowPasteSpecialFormCommand.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that specifies the command identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowPasteSpecialFormCommand.ImageName">
<summary>
<para>Gets the name of the resource image for a command.
</para>
</summary>
<value>A string that is the name of an image contained in resources.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowPasteSpecialFormCommand.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="P:DevExpress.XtraRichEdit.Commands.ShowPasteSpecialFormCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.ShowPasteSpecialFormCommand.ShowsModalDialog">
<summary>
<para>Gets whether the focus should be set to the command owner after a command is executed.
</para>
</summary>
<value>Returns <b>true</b>.
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.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="P:DevExpress.XtraRichEdit.Commands.RemoveSpacingAfterParagraphCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.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.MergeFieldName">
<summary>
<para>Maps a data source field name and its display name for use in a bar or Ribbon editor UI.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.MergeFieldName.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the MergeFieldName class with the specified field name.
</para>
</summary>
<param name="name">
A string that is the name of the field for which a mapping object is created.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.MergeFieldName.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the MergeFieldName class with the specified field name and display name.
</para>
</summary>
<param name="name">
A string that is the name of the field for which a mapping object is created.
</param>
<param name="displayName">
A string that is the name of the field displayed within the drop-down merge field list in the editor.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.MergeFieldName.#ctor">
<summary>
<para>Initializes a new instance of the MergeFieldName class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.MergeFieldName.DisplayName">
<summary>
<para>Gets or sets the name of the field for display in a drop-down list of merged fields available in a Rich Editor's bar or Ribbon UI.
</para>
</summary>
<value>A string that is the display name of the field.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.API.Native.MergeFieldName.Name">
<summary>
<para>Gets the name of the field for which display name mapping is established.
</para>
</summary>
<value>A string that is the data field name in the MERGEFIELD.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.API.Native.MergeFieldName.ToString">
<summary>
<para>Returns the field display name.
</para>
</summary>
<returns>A string value that is the field name to display in a drop-down list of merged fields.
</returns>
</member>
<member name="T:DevExpress.XtraRichEdit.CustomizeMergeFieldsEventHandler">
<summary>
<para>A method that will handle the <b>CustomizeMergeFields</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.CustomizeMergeFieldsEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.CustomizeMergeFieldsEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.CustomizeMergeFields"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.CustomizeMergeFieldsEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.CustomizeMergeFieldsEventArgs">
<summary>
<para>Provides data for the <b>CustomizeMergeFields</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.CustomizeMergeFieldsEventArgs.#ctor(DevExpress.XtraRichEdit.API.Native.MergeFieldName[])">
<summary>
<para>Initializes a new instance of the CustomizeMergeFieldsEventArgs class with the specified settings.
</para>
</summary>
<param name="mergeFieldsNames">
An array of <see cref="T:DevExpress.XtraRichEdit.API.Native.MergeFieldName"/> objects that map data field names to display names.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.CustomizeMergeFieldsEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the CustomizeMergeFieldsEventArgs class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.CustomizeMergeFieldsEventArgs.MergeFieldsNames">
<summary>
<para>Gets or sets a list of fields shown by the InsertMergeField command with their display names.
</para>
</summary>
<value>An array of <see cref="T:DevExpress.XtraRichEdit.API.Native.MergeFieldName"/> objects.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.AutoCorrectOptions">
<summary>
<para>Contains options specifying what autocorrect features are enabled.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectOptions.#ctor">
<summary>
<para>Initializes a new instance of the AutoCorrectOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.AutoCorrectOptions.CorrectTwoInitialCapitals">
<summary>
<para>Gets or sets whether AutoCorrect should change the second of two initial capitals to lowercase .
</para>
</summary>
<value><b>true</b> to switch this functionality on; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.AutoCorrectOptions.DetectUrls">
<summary>
<para>Gets or sets whether AutoCorrect should detect URI strings and format them as hyperlinks.
</para>
</summary>
<value><b>true</b> to switch this functionality on; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.AutoCorrectOptions.ReplaceTextAsYouType">
<summary>
<para>Gets or sets whether AutoCorrect should scan for entries as you type and replace them with designated text or image.
</para>
</summary>
<value><b>true</b> to switch this functionality on; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.AutoCorrectOptions.UseSpellCheckerSuggestions">
<summary>
<para>Gets or sets whether AutoCorrect should correct misspelled words that are similar to words in the dictionary that the spelling checker uses.
</para>
</summary>
<value><b>true</b> to switch this functionality on; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.AutoCorrectInfo">
<summary>
<para>Provides data and methods that enable you to process input text and calculate the replacement object when handling the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.AutoCorrect"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectInfo.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
<summary>
<para>Initializes a new instance of the AutoCorrectInfo class with the specified setting.
</para>
</summary>
<param name="control">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.IRichEditControl"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.AutoCorrectInfo.CanDecrementStart">
<summary>
<para>Gets whether the text range can be extended by moving its start.
</para>
</summary>
<value><b>true</b> if you can decrement the start position of a text range being analyzed; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectInfo.DecrementEndPosition">
<summary>
<para>Narrow text range being analyzed by moving its end by one position.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectInfo.DecrementStartPosition">
<summary>
<para>Extend text range being analyzed by moving its start by one position.
</para>
</summary>
<returns><b>true</b> if the text range has been changed; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectInfo.IncrementEndPosition">
<summary>
<para>Extend text range being analyzed by moving its end by one position.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectInfo.IncrementStartPosition">
<summary>
<para>Narrow text range being analyzed by moving its start by one position.
</para>
</summary>
<returns><b>true</b> if the text range has been changed; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.AutoCorrectInfo.ReplaceWith">
<summary>
<para>Gets or sets the object used to replace the input string in the document.
</para>
</summary>
<value>An object that is inserted in the document.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.AutoCorrectInfo.Text">
<summary>
<para>Gets the input string to check whether it should be replaced.
</para>
</summary>
<value>A string that can be replaced.
</value>
</member>
<member name="T:DevExpress.XtraRichEdit.AutoCorrectEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.AutoCorrect"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.AutoCorrectEventArgs)">
<summary>
<para>A method that will handle the AutoCorrect event of the RichEditControl.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <b>RichEditControl</b>, which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.AutoCorrectEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.AutoCorrectEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraRichEdit.RichEditControl.AutoCorrect"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraRichEdit.AutoCorrectEventArgs.AutoCorrectInfo">
<summary>
<para>Gets or sets the AutoCorrectInfo object that provides methods to analyze input text and contains a replacement object.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraRichEdit.AutoCorrectInfo"/> object.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectEventArgs.CreateAutoCorrectInfo">
<summary>
<para>Allows you to create a new AutoCorrectInfo instance for use within the event handler.
</para>
</summary>
<returns>A new <see cref="T:DevExpress.XtraRichEdit.AutoCorrectInfo"/> instance.
</returns>
</member>
<member name="T:DevExpress.XtraRichEdit.Services.IAutoCorrectProvider">
<summary>
<para>Defines the corrections provider for the <see cref="T:DevExpress.XtraRichEdit.Services.IAutoCorrectService"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IAutoCorrectProvider.CalculateAutoCorrectInfo">
<summary>
<para>Creates the AutoCorrectInfo object from input text for further analysis.
</para>
</summary>
<returns>An <see cref="T:DevExpress.XtraRichEdit.AutoCorrectInfo"/> object providing input text and methods to analyze it.
</returns>
</member>
<member name="T:DevExpress.XtraRichEdit.Services.IAutoCorrectService">
<summary>
<para>Defines a service that performs auto correction.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IAutoCorrectService.ApplyAutoCorrectInfo(DevExpress.XtraRichEdit.AutoCorrectInfo)">
<summary>
<para>Performs a specified replacement.
</para>
</summary>
<param name="info">
An <see cref="T:DevExpress.XtraRichEdit.AutoCorrectInfo"/> object containing the text and its replacement.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IAutoCorrectService.CalculateAutoCorrectInfo">
<summary>
<para>Consistently calls the corresponding methods of registered AutoCorrect providers to create an AutoCorrectInfo object.
</para>
</summary>
<returns>An <see cref="T:DevExpress.XtraRichEdit.AutoCorrectInfo"/> object providing input text and methods to analyze it.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IAutoCorrectService.RegisterProvider(DevExpress.XtraRichEdit.Services.IAutoCorrectProvider)">
<summary>
<para>Registers the 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.IAutoCorrectProvider"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IAutoCorrectService.SetReplaceTable(DevExpress.XtraRichEdit.AutoCorrectReplaceInfoCollection)">
<summary>
<para>Provides a table containing input strings and their replacements.
</para>
</summary>
<param name="replaceTable">
An <see cref="T:DevExpress.XtraRichEdit.AutoCorrectReplaceInfoCollection"/> object composed of strings and objects specified to replace those strings.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.Services.IAutoCorrectService.UnregisterProvider(DevExpress.XtraRichEdit.Services.IAutoCorrectProvider)">
<summary>
<para>Cancels the provider registration 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.IAutoCorrectProvider"/> interface.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.AutoCorrectReplaceInfoCollection">
<summary>
<para>A collection of <see cref="T:DevExpress.XtraRichEdit.AutoCorrectReplaceInfo"/> objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectReplaceInfoCollection.#ctor">
<summary>
<para>Initializes a new instance of the AutoCorrectReplaceInfoCollection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectReplaceInfoCollection.Add(System.String,System.String)">
<summary>
<para>Creates a new <see cref="T:DevExpress.XtraRichEdit.AutoCorrectReplaceInfo"/> object and adds it to the collection.
</para>
</summary>
<param name="what">
A string that has to be replaced.
</param>
<param name="with">
An object that replaces a specified string.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectReplaceInfoCollection.Add(DevExpress.XtraRichEdit.AutoCorrectReplaceInfo)">
<summary>
<para>Adds an autocorrect info item to the collection.
</para>
</summary>
<param name="info">
An <see cref="T:DevExpress.XtraRichEdit.AutoCorrectReplaceInfo"/> object specifying a string and an object that replaces the string.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectReplaceInfoCollection.Add(System.String,System.String,System.Boolean)">
<summary>
<para>Creates a new <see cref="T:DevExpress.XtraRichEdit.AutoCorrectReplaceInfo"/> object and adds it to the collection.
</para>
</summary>
<param name="what">
A string that has to be replaced.
</param>
<param name="with">
An object that replaces a specified string.
</param>
<param name="immediateReplacement">
Specifies whether the replacement should be performed immediately after a <b>what</b> string is entered. Otherwise a delimiter character (separator symbol) is required to start the replacement.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.AutoCorrectReplaceInfo">
<summary>
<para>Contains the text to find and the object to replace it. Used for the table-based autocorrect functionality.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectReplaceInfo.#ctor(System.String,System.Object)">
<summary>
<para>Initializes a new instance of the AutoCorrectReplaceInfo class with the specified settings.
</para>
</summary>
<param name="what">
A string that has to be replaced.
</param>
<param name="with">
An object that replaces a specified string.
</param>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectReplaceInfo.#ctor">
<summary>
<para>Initializes a new instance of the AutoCorrectReplaceInfo class with default values.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectReplaceInfo.#ctor(System.String,System.Object,System.Boolean)">
<summary>
<para>Initializes a new instance of the AutoCorrectReplaceInfo class with the specified settings.
</para>
</summary>
<param name="what">
A string that has to be replaced.
</param>
<param name="with">
An object that replaces a specified string.
</param>
<param name="immediateReplacement">
Specifies whether a separator is required to stop searching.
</param>
</member>
<member name="P:DevExpress.XtraRichEdit.AutoCorrectReplaceInfo.ImmediateReplacement">
<summary>
<para>Gets or sets whether an autoreplacement requires a delimiter to start.
</para>
</summary>
<value><b>true</b> if a replacement is performed immediately when a match is found and does not require a delimiter to start; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectReplaceInfo.Reverse(System.String)">
<summary>
<para>Returns a string in which the character order of a specified string is reversed. Intended for COM clients.
</para>
</summary>
<param name="value">
A string whose characters shall be reversed.
</param>
<returns>A reversed string.
</returns>
</member>
<member name="M:DevExpress.XtraRichEdit.AutoCorrectReplaceInfo.ReverseString(System.String)">
<summary>
<para>Returns a string in which the character order of a specified string is reversed. Intended for COM clients.
</para>
</summary>
<param name="value">
A string whose characters shall be reversed.
</param>
<returns>A reversed string.
</returns>
</member>
<member name="P:DevExpress.XtraRichEdit.AutoCorrectReplaceInfo.What">
<summary>
<para>Gets the text to be replaced.
</para>
</summary>
<value>A string containing the text that should be replaced as this AutoCorrect entry suggests.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.AutoCorrectReplaceInfo.With">
<summary>
<para>Gets the replacement text.
</para>
</summary>
<value>A string containing the text that substitutes the <b>What</b> text as this AutoCorrect entry suggests.
</value>
</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="M:DevExpress.XtraRichEdit.API.Native.SyntaxHighlightToken.#ctor">
<summary>
<para>Initializes a new instance of the SyntaxHighlightToken class with default settings.
</para>
</summary>
</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="M:DevExpress.XtraRichEdit.API.Native.SyntaxHighlightProperties.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current SyntaxHighlightProperties 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 SyntaxHighlightProperties instance; otherwise <b>false</b>.
</returns>
</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="M:DevExpress.XtraRichEdit.API.Native.SyntaxHighlightProperties.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current SyntaxHighlightProperties object.
</para>
</summary>
<returns>An integer value that is the hash code for the current object.
</returns>
</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.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>Gets or sets whether the left indent marker is visible.
</para>
</summary>
<value><b>true</b> to display left indent marker; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.HorizontalRulerOptions.ShowRightIndent">
<summary>
<para>Gets or sets whether the right indent marker is visible.
</para>
</summary>
<value><b>true</b> to display righ indent marker; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.HorizontalRulerOptions.ShowTabs">
<summary>
<para>Gets or sets whether tab stops are displayed in the horizontal ruler.
</para>
</summary>
<value><b>true</b> to display tab stops; otherwise, <b>false</b>.
</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.Commands.EditHyperlinkCommand">
<summary>
<para>Invokes the <b>Edit Hyperlink</b> dialog window for the selected hyperlink.
</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.DescriptionStringId">
<summary>
<para>Gets a string resource identifier of a command description.
</para>
</summary>
<value>An <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
<member name="P:DevExpress.XtraRichEdit.Commands.EditHyperlinkCommand.Id">
<summary>
<para>Gets the ID of the EditHyperlinkCommand.
</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.EditHyperlinkCommand.MenuCaptionStringId">
<summary>
<para>Gets a string resource identifier of a menu caption for a command.
</para>
</summary>
<value>A <b>XtraRichEditStringId</b> enumeration value that is the resource string identifier.
</value>
</member>
</members>
</doc>