<?xml version="1.0"?>
<doc>
    <assembly>
        <name>DevExpress.RichEdit.v10.1.Core</name>
    </assembly>
    <members>
        <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="T:DevExpress.XtraRichEdit.API.Native.DocumentImageCollection">

            <summary>
                <para>An interface that defines a collection of document images.
</para>
            </summary>

        </member>
        <member name="T:DevExpress.XtraRichEdit.API.Native.DocumentImage">

            <summary>
                <para>An interface that defines an image in the document.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.DocumentImage.Image">
            <summary>
                <para>Provides access to the source image displayed as an inline object in the document.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImage"/> object representing the image incorporated in the document.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.DocumentImage.OriginalSize">
            <summary>
                <para>Gets the original size of the image.
</para>
            </summary>
            <value>The <see cref="T:System.Drawing.SizeF"/> object representing the original size of the image, measured in current units.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.DocumentImage.Range">
            <summary>
                <para>Gets the range to which the inline image belongs.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the image location in the document.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.DocumentImage.ScaleX">
            <summary>
                <para>Specifies the X-scaling factor of the inline image.
</para>
            </summary>
            <value>A float value, specifying the scaling factor for the X-axis.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.DocumentImage.ScaleY">
            <summary>
                <para>Specifies the Y-scaling factor of the inline image.
</para>
            </summary>
            <value>A float value, specifying the scaling factor for the Y-axis.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.DocumentImage.Size">
            <summary>
                <para>Specifies the size of the inline image.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.SizeF"/> object representing the image size in current <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units of measurement.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.API.Native.DocumentImageSource">

            <summary>
                <para>Represents an object from which a <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentImage"/> is created.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.DocumentImageSource.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.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.Id">
            <summary>
                <para>Gets the ID of the ReplaceCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.RedoCommand">

            <summary>
                <para>Reverses actions of the previous <see cref="T:DevExpress.XtraRichEdit.Commands.UndoCommand"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.RedoCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the RedoCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.RedoCommand.Id">
            <summary>
                <para>Gets the ID of the RedoCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.PreviousWordCommand">

            <summary>
                <para>Moves the cursor to the previous word.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.PreviousWordCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the PreviousWordCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.PreviousWordCommand.Id">
            <summary>
                <para>Gets the ID of the PreviousWordCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.PreviousScreenCommand">

            <summary>
                <para>Moves the cursor backward by the number of lines in the current control's window, minus one.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.PreviousScreenCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the PreviousScreenCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.PreviousScreenCommand.Id">
            <summary>
                <para>Gets the ID of the PreviousScreenCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.PreviousParagraphCommand">

            <summary>
                <para>Moves the cursor to the beginning of the previous paragraph.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.PreviousParagraphCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the PreviousParagraphCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.PreviousParagraphCommand.Id">
            <summary>
                <para>Gets the ID of the PreviousParagraphCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.PreviousPageCommand">

            <summary>
                <para>Moves the cursor to the beginning of the previous page.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.PreviousPageCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the PreviousPageCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.PreviousPageCommand.Id">
            <summary>
                <para>Gets the ID of the PreviousPageCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.PreviousCharacterCommand">

            <summary>
                <para>Moves the cursor to the previous character.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.PreviousCharacterCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the PreviousCharacterCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.PreviousCharacterCommand.Id">
            <summary>
                <para>Gets the ID of the PreviousCharacterCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.NextWordCommand">

            <summary>
                <para>Moves the cursor to the next word.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.NextWordCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the NextWordCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.NextWordCommand.Id">
            <summary>
                <para>Gets the ID of the NextWordCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.NextScreenCommand">

            <summary>
                <para>Moves the cursor forward by the number of lines in the current control's window, minus one.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.NextScreenCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the NextScreenCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.NextScreenCommand.Id">
            <summary>
                <para>Gets the ID of the NextScreenCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.NextParagraphCommand">

            <summary>
                <para>Moves the cursor to the beginning of the next paragraph.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.NextParagraphCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the NextParagraphCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.NextParagraphCommand.Id">
            <summary>
                <para>Gets the ID of the NextParagraphCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.NextPageCommand">

            <summary>
                <para>Moves the cursor to the beginning of the next page.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.NextPageCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the NextPageCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.NextPageCommand.Id">
            <summary>
                <para>Gets the ID of the NextPageCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.NextLineCommand">

            <summary>
                <para>Moves the cursor to the next line.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.NextLineCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the NextLineCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.NextLineCommand.Id">
            <summary>
                <para>Gets the ID of the NextLineCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.NextCharacterCommand">

            <summary>
                <para>Moves the cursor to the next character.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.NextCharacterCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the NextCharacterCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.NextCharacterCommand.Id">
            <summary>
                <para>Gets the ID of the NextCharacterCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.InsertTrademarkSymbolCommand">

            <summary>
                <para>Inserts the trademark sign (<b>&#8482;</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>&#174;</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.InsertNonBreakingSpaceCommand">

            <summary>
                <para>Inserts a non-breaking space.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.InsertNonBreakingSpaceCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the InsertNonBreakingSpaceCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.InsertNonBreakingSpaceCommand.Id">
            <summary>
                <para>Gets the ID of the InsertNonBreakingSpaceCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.InsertLineBreakCommand">

            <summary>
                <para>Inserts the line break.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.InsertLineBreakCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the InsertLineBreakCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.InsertLineBreakCommand.Id">
            <summary>
                <para>Gets the ID of the InsertLineBreakCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.InsertEnDashCommand">

            <summary>
                <para>Inserts the en dash (&#8211;) symbol.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.InsertEnDashCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the InsertEnDashCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.InsertEnDashCommand.Id">
            <summary>
                <para>Gets the ID of the InsertEnDashCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.InsertEmDashCommand">

            <summary>
                <para>Inserts the em dash (<b>&#8212;</b>) symbol.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.InsertEmDashCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the InsertEmDashCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.InsertEmDashCommand.Id">
            <summary>
                <para>Gets the ID of the InsertEmDashCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.InsertEllipsisCommand">

            <summary>
                <para>Inserts the ellipsis (<b>&#8230;</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>&#169;</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.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="T:DevExpress.XtraRichEdit.Commands.IncrementIndentCommand">

            <summary>
                <para>Increments the indent level of the paragraph.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.IncrementIndentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the IncrementIndentCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.IncrementIndentCommand.Id">
            <summary>
                <para>Gets the ID of the IncrementIndentCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.IncrementFontSizeCommand">

            <summary>
                <para>Increases the font size of the selected text by one point.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.IncrementFontSizeCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the IncrementFontSizeCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.IncrementFontSizeCommand.Id">
            <summary>
                <para>Gets the ID of the IncrementFontSizeCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.IncreaseFontSizeCommand">

            <summary>
                <para>Increases the font size of the selection to the closest larger predefined value.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.IncreaseFontSizeCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the IncreaseFontSizeCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.IncreaseFontSizeCommand.Id">
            <summary>
                <para>Gets the ID of the IncreaseFontSizeCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.FindCommand">

            <summary>
                <para>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.Id">
            <summary>
                <para>Gets the ID of the FindCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.LoadDocumentCommand">

            <summary>
                <para>Invokes the File Open dialog and loads the selected file into the control.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.LoadDocumentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the LoadDocumentCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.LoadDocumentCommand.Id">
            <summary>
                <para>Gets the ID of the LoadDocumentCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ExtendStartOfLineCommand">

            <summary>
                <para>Extends the selection to the beginning of the line.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ExtendStartOfLineCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ExtendStartOfLineCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ExtendStartOfLineCommand.Id">
            <summary>
                <para>Gets the ID of the ExtendStartOfLineCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ExtendStartOfDocumentCommand">

            <summary>
                <para>Extends the selection to the start of the document.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ExtendStartOfDocumentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ExtendStartOfDocumentCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ExtendStartOfDocumentCommand.Id">
            <summary>
                <para>Gets the ID of the ExtendStartOfDocumentCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ExtendPreviousWordCommand">

            <summary>
                <para>Extends the selection to the previous word.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ExtendPreviousWordCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ExtendPreviousWordCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ExtendPreviousWordCommand.Id">
            <summary>
                <para>Gets the ID of the ExtendPreviousWordCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ExtendPreviousScreenCommand">

            <summary>
                <para>Extends selection to the previous screen.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ExtendPreviousScreenCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ExtendPreviousScreenCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ExtendPreviousScreenCommand.Id">
            <summary>
                <para>Gets the ID of the ExtendPreviousScreenCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ExtendPreviousParagraphCommand">

            <summary>
                <para>Extends selection to the previous paragraph.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ExtendPreviousParagraphCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ExtendPreviousParagraphCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ExtendPreviousParagraphCommand.Id">
            <summary>
                <para>Gets the ID of the ExtendPreviousParagraphCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ExtendPreviousPageCommand">

            <summary>
                <para>Extends the selection up to the previous page.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ExtendPreviousPageCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ExtendPreviousPageCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ExtendPreviousPageCommand.Id">
            <summary>
                <para>Gets the ID of the ExtendPreviousPageCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ExtendPreviousLineCommand">

            <summary>
                <para>Extends the selection to the previous line.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ExtendPreviousLineCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ExtendPreviousLineCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ExtendPreviousLineCommand.Id">
            <summary>
                <para>Gets the ID of the ExtendPreviousLineCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ExtendPreviousCharacterCommand">

            <summary>
                <para>Extends the selection to the previous character.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ExtendPreviousCharacterCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ExtendPreviousCharacterCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ExtendPreviousCharacterCommand.Id">
            <summary>
                <para>Gets the ID of the ExtendPreviousCharacterCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ExtendNextWordCommand">

            <summary>
                <para>Extends the selection to the next word.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ExtendNextWordCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ExtendNextWordCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ExtendNextWordCommand.Id">
            <summary>
                <para>Gets the ID of the ExtendNextWordCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ExtendNextScreenCommand">

            <summary>
                <para>Extends the selection to the next screen.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ExtendNextScreenCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ExtendNextScreenCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ExtendNextScreenCommand.Id">
            <summary>
                <para>Gets the ID of the ExtendNextScreenCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ExtendNextParagraphCommand">

            <summary>
                <para>Extends the selection to the next paragraph.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ExtendNextParagraphCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ExtendNextParagraphCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ExtendNextParagraphCommand.Id">
            <summary>
                <para>Gets the ID of the ExtendNextParagraphCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ExtendNextPageCommand">

            <summary>
                <para>Extends the selection 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.ExtendNextLineCommand">

            <summary>
                <para>Extends the selection one line down.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ExtendNextLineCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ExtendNextLineCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ExtendNextLineCommand.Id">
            <summary>
                <para>Gets the ID of the ExtendNextLineCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ExtendNextCharacterCommand">

            <summary>
                <para>Extends the selection to the next character.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ExtendNextCharacterCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ExtendNextCharacterCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ExtendNextCharacterCommand.Id">
            <summary>
                <para>Gets the ID of the ExtendNextCharacterCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ExtendEndOfLineCommand">

            <summary>
                <para>Extends the selection to the end of the current line.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ExtendEndOfLineCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ExtendEndOfLineCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </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.DeleteWordBackCommand">

            <summary>
                <para>Deletes the previous word in the text.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.DeleteWordBackCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the DeleteWordBackCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.DeleteWordBackCommand.Id">
            <summary>
                <para>Gets the ID of the DeleteWordBackCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.DeleteWordCommand">

            <summary>
                <para>Deletes the next word in the text.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.DeleteWordCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the DeleteWordCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.DeleteWordCommand.Id">
            <summary>
                <para>Gets the ID of the DeleteWordCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.DeleteCommand">

            <summary>
                <para>Deletes the selected text.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.DeleteCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the DeleteCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.DeleteCommand.Id">
            <summary>
                <para>Gets the ID of the DeleteCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.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="T:DevExpress.XtraRichEdit.Commands.DecrementNumerationFromParagraphCommand">

            <summary>
                <para>Decrements numeration of a paragraph in a numbering list.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.DecrementNumerationFromParagraphCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the DecrementNumerationFromParagraphCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.DecrementNumerationFromParagraphCommand.Id">
            <summary>
                <para>Gets the ID of the DecrementNumerationFromParagraphCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.DecrementFontSizeCommand">

            <summary>
                <para>Decreases the font size of the selection by one point.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.DecrementFontSizeCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the DecrementFontSizeCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.DecrementFontSizeCommand.Id">
            <summary>
                <para>Gets the ID of the DecrementFontSizeCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.DecrementIndentCommand">

            <summary>
                <para>Decrements the indent level of the paragraph.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.DecrementIndentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the DecrementIndentCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.DecrementIndentCommand.Id">
            <summary>
                <para>Gets the ID of the DecrementIndentCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.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.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.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.ChangeSectionPageMargins">
            <summary>
                <para><see cref="T:DevExpress.XtraRichEdit.Commands.ChangeSectionPageMarginsCommand"/> ID.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.ChangeSectionPageOrientation">
            <summary>
                <para><see cref="T:DevExpress.XtraRichEdit.Commands.ChangeSectionPageOrientationCommand"/> 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.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.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.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.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.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.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.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="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.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.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.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.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.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.InsertTableElement">
            <summary>
                <para><see cref="T:DevExpress.XtraRichEdit.Commands.InsertTableElementMenuCommand"/> 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.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.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.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.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.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.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.SetDoubleParagraphSpacing">
            <summary>
                <para><see cref="T:DevExpress.XtraRichEdit.Commands.SetDoubleParagraphSpacingCommand"/> ID.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetLandscapePageOrientation">
            <summary>
                <para><see cref="T:DevExpress.XtraRichEdit.Commands.SetLandscapePageOrientationCommand"/> ID.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetModerateSectionPageMargins">
            <summary>
                <para><see cref="T:DevExpress.XtraRichEdit.Commands.SetModerateSectionPageMarginsCommand"/> ID.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetNarrowSectionPageMargins">
            <summary>
                <para><see cref="T:DevExpress.XtraRichEdit.Commands.SetNarrowSectionPageMarginsCommand"/> ID.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.SetNormalSectionPageMargins">
            <summary>
                <para><see cref="T:DevExpress.XtraRichEdit.Commands.SetNormalSectionPageMarginsCommand"/> ID.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.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.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.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.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.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.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.ShowSymbolForm">
            <summary>
                <para><see cref="T:DevExpress.XtraRichEdit.Commands.ShowSymbolFormCommand"/> 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.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.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.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.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.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="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.Id">
            <summary>
                <para>Gets the ID of the EndOfLineCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.EndOfDocumentCommand">

            <summary>
                <para>Moves the caret to the end of the document, and scrolls the document to show the caret position.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.EndOfDocumentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the EndOfDocumentCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.EndOfDocumentCommand.Id">
            <summary>
                <para>Gets the ID of the EndOfDocumentCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.SaveDocumentAsCommand">

            <summary>
                <para>Invokes the File dialog prompting for a file name, and saves a document in a file with specified name and format.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.SaveDocumentAsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the SaveDocumentAsCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.SaveDocumentAsCommand.Id">
            <summary>
                <para>Gets the ID of the SaveDocumentAsCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.SetSingleParagraphSpacingCommand">

            <summary>
                <para>Formats a current paragraph with single line spacing.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.SetSingleParagraphSpacingCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the SetSingleParagraphSpacingCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.SetSingleParagraphSpacingCommand.Id">
            <summary>
                <para>Gets the ID of the SetSingleParagraphSpacingCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.SetSesquialteralParagraphSpacingCommand">

            <summary>
                <para>Formats a current paragraph with one and a half line spacing.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.SetSesquialteralParagraphSpacingCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the SetSesquialteralParagraphSpacingCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.SetSesquialteralParagraphSpacingCommand.Id">
            <summary>
                <para>Gets the ID of the SetSesquialteralParagraphSpacingCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.SetDoubleParagraphSpacingCommand">

            <summary>
                <para>Formats a current paragraph with double line spacing.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.SetDoubleParagraphSpacingCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the SetDoubleParagraphSpacingCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.SetDoubleParagraphSpacingCommand.Id">
            <summary>
                <para>Gets the ID of the SetDoubleParagraphSpacingCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.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="M:DevExpress.XtraRichEdit.Commands.ShowTabsFormCommand.ForceExecute(DevExpress.Utils.Commands.ICommandUIState)">
            <summary>
                <para>Executes the command specifying the UI state explicitly.
</para>
            </summary>
            <param name="state">
		An object which implements the <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ShowTabsFormCommand.TabFormOwner">
            <summary>
                <para>Gets or sets the form that owns this form. This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>An object exposing the interface representing the form that is the owner of this form.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ShowParagraphFormCommand">

            <summary>
                <para>Invokes the <b>Paragraph</b> dialog that allows you to set paragraph formatting.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ShowParagraphFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ShowParagraphFormCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ShowParagraphFormCommand.CreateDefaultCommandUIState">
            <summary>
                <para>Creates an object representing the user interface state for the command.
</para>
            </summary>
            <returns>An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface, providing information on the UI state.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ShowParagraphFormCommand.ForceExecute(DevExpress.Utils.Commands.ICommandUIState)">
            <summary>
                <para>Executes the command specifying the UI state explicitly.
</para>
            </summary>
            <param name="state">
		An object which implements the <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ShowParagraphFormCommand.Id">
            <summary>
                <para>Gets the ID of the ShowParagraphFormCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ShowFontFormCommand">

            <summary>
                <para>Invokes the <b>Font</b> dialog that allows you to change the font, size and style of selected text.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ShowFontFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ShowFontFormCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ShowFontFormCommand.CreateDefaultCommandUIState">
            <summary>
                <para>Creates an object representing the user interface state for the command.
</para>
            </summary>
            <returns>An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface, providing information on the UI state.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ShowFontFormCommand.ForceExecute(DevExpress.Utils.Commands.ICommandUIState)">
            <summary>
                <para>Executes the command specifying the UI state explicitly.
</para>
            </summary>
            <param name="state">
		An object which implements the <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ShowFontFormCommand.Id">
            <summary>
                <para>Gets the ID of the ShowFontFormCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.StartOfDocumentCommand">

            <summary>
                <para>Moves the cursor to the start of the document.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.StartOfDocumentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the StartOfDocumentCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.StartOfDocumentCommand.Id">
            <summary>
                <para>Gets the ID of the StartOfDocumentCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.StartOfLineCommand">

            <summary>
                <para>Moves the cursor to the start of the current line.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.StartOfLineCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the StartOfLineCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.StartOfLineCommand.Id">
            <summary>
                <para>Gets the ID of the StartOfLineCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.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.Id">
            <summary>
                <para>Gets the ID of the ShiftTabKeyCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ToggleSimpleNumberingListCommand">

            <summary>
                <para>Toggles between the numbered paragraph style and normal text.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleSimpleNumberingListCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleSimpleNumberingListCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleSimpleNumberingListCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleSimpleNumberingListCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ToggleShowWhitespaceCommand">

            <summary>
                <para>Toggles whitespace characters display on/off.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleShowWhitespaceCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleShowWhitespaceCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleShowWhitespaceCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleShowWhitespaceCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentRightCommand">

            <summary>
                <para>Toggles right paragraph alignment on and off.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentRightCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleParagraphAlignmentRightCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentRightCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleParagraphAlignmentRightCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentLeftCommand">

            <summary>
                <para>Toggles left paragraph alignment on and off.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentLeftCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleParagraphAlignmentLeftCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentLeftCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleParagraphAlignmentLeftCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentJustifyCommand">

            <summary>
                <para>Toggles justified paragraph alignment on and off.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentJustifyCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleParagraphAlignmentJustifyCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentJustifyCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleParagraphAlignmentJustifyCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentCenterCommand">

            <summary>
                <para>Toggles centered paragraph alignment on and off.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentCenterCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleParagraphAlignmentCenterCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleParagraphAlignmentCenterCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleParagraphAlignmentCenterCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ToggleMultiLevelListCommand">

            <summary>
                <para>Toggles between the multilevel list style and normal text.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleMultiLevelListCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleMultiLevelListCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleMultiLevelListCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleMultiLevelListCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ToggleHiddenTextCommand">

            <summary>
                <para>Toggles between normal and hidden text mode of the selection.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleHiddenTextCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleHiddenTextCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleHiddenTextCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleHiddenTextCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ToggleFontUnderlineCommand">

            <summary>
                <para>Toggles the underline style on the selection.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleFontUnderlineCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleFontUnderlineCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontUnderlineCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleFontUnderlineCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ToggleFontSuperscriptCommand">

            <summary>
                <para>Toggles the superscript style on the selection.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleFontSuperscriptCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleFontSuperscriptCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontSuperscriptCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleFontSuperscriptCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ToggleFontSubscriptCommand">

            <summary>
                <para>Toggles the subscript style on the selection.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleFontSubscriptCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleFontSubscriptCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontSubscriptCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleFontSubscriptCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.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.Id">
            <summary>
                <para>Gets the ID of the TabKeyCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ToggleFontStrikeoutCommand">

            <summary>
                <para>Toggles the strikeout style on the selection.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleFontStrikeoutCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleFontStrikeoutCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontStrikeoutCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleFontStrikeoutCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ToggleFontItalicCommand">

            <summary>
                <para>Toggles the italic style on the selection.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleFontItalicCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleFontItalicCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontItalicCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleFontItalicCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ToggleFontDoubleUnderlineCommand">

            <summary>
                <para>Toggles the double underline style on the selection.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleFontDoubleUnderlineCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleFontDoubleUnderlineCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontDoubleUnderlineCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleFontDoubleUnderlineCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ToggleFontDoubleStrikeoutCommand">

            <summary>
                <para>Toggles the double strikeout style on the selection.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleFontDoubleStrikeoutCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleFontDoubleStrikeoutCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontDoubleStrikeoutCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleFontDoubleStrikeoutCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ToggleFontBoldCommand">

            <summary>
                <para>Toggles the bold style on the selection.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleFontBoldCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleFontBoldCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleFontBoldCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleFontBoldCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ToggleBulletedListCommand">

            <summary>
                <para>Toggles between the bulleted paragraph and normal text.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleBulletedListCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleBulletedListCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleBulletedListCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleBulletedListCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.CreateEmptyDocumentCommand">

            <summary>
                <para>Creates a new, blank document and loads it in the RichEdit control.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.CreateEmptyDocumentCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the CreateEmptyDocumentCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.CreateEmptyDocumentCommand.Id">
            <summary>
                <para>Gets the ID of the CreateEmptyDocumentCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.SelectAllCommand">

            <summary>
                <para>Represents a command used to select the entire document range.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.SelectAllCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the SelectAllCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.SelectAllCommand.Id">
            <summary>
                <para>Gets the ID of the SelectAllCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.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.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.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.Id">
            <summary>
                <para>Gets the ID of the UndoCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ZoomOutCommand">

            <summary>
                <para>Represents a command used to "zoom out " the document to see more of the page at a reduced size.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ZoomOutCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ZoomOutCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ZoomOutCommand.Id">
            <summary>
                <para>Gets the ID of the ZoomOutCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ZoomInCommand">

            <summary>
                <para>Represents a command used to get a close-up view of the document.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ZoomInCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ZoomInCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ZoomInCommand.Id">
            <summary>
                <para>Gets the ID of the ZoomInCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.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.Id">
            <summary>
                <para>Gets the ID of the CutSelectionCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.CutSelectionCommand.UpdateUIState(DevExpress.Utils.Commands.ICommandUIState)">
            <summary>
                <para>Updates the command state and applies restrictions.
</para>
            </summary>
            <param name="state">
		An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface defining the state of a command.

            </param>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.CopySelectionCommand">

            <summary>
                <para>Represents a command used to copy the selected text to the clipboard.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.CopySelectionCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the CopySelectionCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.CopySelectionCommand.FixLastParagraph">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.CopySelectionCommand.Id">
            <summary>
                <para>Gets the ID of the CopySelectionCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ClearFormattingCommand">

            <summary>
                <para>Represents a command used to reset the formatting of the selected text to default.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ClearFormattingCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ClearFormattingCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ClearFormattingCommand.Id">
            <summary>
                <para>Gets the ID of the ClearFormattingCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ChangeInlinePictureScaleCommand">

            <summary>
                <para>Represents a command used to scale the inline picture, by setting the X and Y axis scaling percentages.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ChangeInlinePictureScaleCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ChangeInlinePictureScaleCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ChangeInlinePictureScaleCommand.ScaleX">
            <summary>
                <para>Gets or sets the X-axis scaling percentage of the inline picture.
</para>
            </summary>
            <value>An integer that represents the scaling percentage.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ChangeInlinePictureScaleCommand.ScaleY">
            <summary>
                <para>Gets or sets the Y-axis scaling percentage of the inline picture.
</para>
            </summary>
            <value>An integer that represents the scaling percentage.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.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="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="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.Id">
            <summary>
                <para>Gets the ID of the BackSpaceKeyCommand.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.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.Commands.SelectBookmarkCommand">

            <summary>
                <para>Represents a command used to select a bookmark.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.SelectBookmarkCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl,DevExpress.XtraRichEdit.Model.Bookmark)">
            <summary>
                <para>Initializes a new instance of the SelectBookmarkCommand 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 select.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.SelectBookmarkCommand.Bookmark">
            <summary>
                <para>Gets a bookmark to select.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Bookmark"/> instance to select.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.RichEditUnhandledExceptionEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.XtraRichEdit.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.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.API.Native.SectionColumn">

            <summary>
                <para>Represents an individual column in the layout.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.SectionColumn.#ctor(System.Single,System.Single)">
            <summary>
                <para>Initializes a new instance of the SectionColumn class with the specified width and spacing.
</para>
            </summary>
            <param name="width">
		A <b>Single</b> value representing the column width measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units.

            </param>
            <param name="spacing">
		A <b>Single</b> value representing the distance between columns measured in <see cref="P:DevExpress.XtraRichEdit.API.Native.Document.Unit"/> units.


            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.SectionColumn.Spacing">
            <summary>
                <para>Gets or sets the amount of space between adjacent columns.
</para>
            </summary>
            <value>A <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.Utils.Units">

            <summary>
                <para>Represents a helper class with static methods used for unit conversion.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.CentimetersToDocumentsF(System.Single)">
            <summary>
                <para>Converts a measurement from centimeters to documents. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="value">
		The <b>Single</b> centimeter value to be converted to documents.

            </param>
            <returns>A <b>Single</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.CentimetersToTwipsF(System.Single)">
            <summary>
                <para>Converts a measurement from centimeters to twips. Returns the converted measurement as a <see cref="T:System.Single"/>.
</para>
            </summary>
            <param name="value">
		The <see cref="T:System.Single"/> value measured in centimeters to be converted to twips.

            </param>
            <returns>A <see cref="T:System.Single"/> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToCentimetersF(System.Single)">
            <summary>
                <para>Converts a measurement from documents to centimeters. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="value">
		The <b>Single</b> documents value to be converted to centimeters.

            </param>
            <returns>A <b>Single</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToHundredthsOfInch(System.Drawing.Size)">
            <summary>
                <para>Converts measurements in the Size structure from documents to hundredths of an inch.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Drawing.Size"/> values in documents to be converted to hundredths of an inch.

            </param>
            <returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToHundredthsOfInch(System.Int32)">
            <summary>
                <para>Converts a measurement from documents to hundredths of an inch. Returns the converted measurement as an <b>Integer</b>.
</para>
            </summary>
            <param name="val">
		The <b>Integer</b> documents value to be converted to hundredths of an inch.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToHundredthsOfMillimeter(System.Drawing.Size)">
            <summary>
                <para>Converts measurements from documents to hundredths of a millimeter.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Drawing.Size"/> in documents to be converted to hundredths of a millimeter.

            </param>
            <returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToHundredthsOfMillimeter(System.Int32)">
            <summary>
                <para>Converts a measurement from documents to hundredths of a millimeter. Returns the converted measurement as an <b>Integer</b>.
</para>
            </summary>
            <param name="val">
		The <b>Integer</b> documents value to be converted to hundredths of a millimeter.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToInchesF(System.Single)">
            <summary>
                <para>Converts a measurement from documents to inches. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="value">
		The <b>Single</b> documents value to be converted to inches.

            </param>
            <returns>A <b>Single</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToMillimetersF(System.Single)">
            <summary>
                <para>Converts a measurement from documents to millimeters. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="value">
		The <b>Single</b> documents value to be converted to millimeters.

            </param>
            <returns>A <b>Single</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToPicasF(System.Single)">
            <summary>
                <para>Converts a measurement from documents to picas. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="value">
		The <b>Single</b> documents value to be converted to picas.

            </param>
            <returns>A <b>Single</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToPixels(System.Drawing.Point,System.Single,System.Single)">
            <summary>
                <para>Converts point coordinates from documents to pixels.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Drawing.Point"/> with values in documents, to be converted to pixels.


            </param>
            <param name="dpiX">
		 A dpi value used for conversion of the X-coordinate.


            </param>
            <param name="dpiY">
		 A dpi value used for conversion of the Y-coordinate.


            </param>
            <returns>A <see cref="T:System.Drawing.Point"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToPixels(System.Drawing.Rectangle,System.Single,System.Single)">
            <summary>
                <para>Converts a rectangle from documents to pixels.

</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Drawing.Rectangle"/> with values in documents, to be converted to pixels.


            </param>
            <param name="dpiX">
		 A dpi value used for conversion of the X-coordinate.


            </param>
            <param name="dpiY">
		 A dpi value used for conversion of the Y-coordinate.


            </param>
            <returns>A <see cref="T:System.Drawing.Rectangle"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToPixels(System.Int32,System.Single)">
            <summary>
                <para>Converts a measurement from documents to pixels. Returns the converted measurement as an <b>Integer</b>.
</para>
            </summary>
            <param name="val">
		The <b>Integer</b> documents value to be converted to pixels.

            </param>
            <param name="dpi">
		 A dpi value used for conversion.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToPixels(System.Drawing.RectangleF,System.Single,System.Single)">
            <summary>
                <para>Converts rectangle coordinates from documents to pixels.
</para>
            </summary>
            <param name="val">
		A <see cref="T:System.Drawing.RectangleF"/> structure with values in documents, to be converted to pixels.

            </param>
            <param name="dpiX">
		 A dpi value used for conversion of the X-coordinate.


            </param>
            <param name="dpiY">
		 A dpi value used for conversion of the Y-coordinate.


            </param>
            <returns>A <see cref="T:System.Drawing.RectangleF"/> structure composed of four floating-point numbers that represent the location and size of a rectangle.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToPixelsF(System.Single,System.Single)">
            <summary>
                <para>Converts a measurement from documents to pixels. Returns the converted measurement as a <see cref="T:System.Double"/>.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Double"/> centimeters value to be converted to pixels.

            </param>
            <param name="dpi">
		A dpi value used for conversion.

            </param>
            <returns>A <see cref="T:System.Double"/> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToPoints(System.Int32)">
            <summary>
                <para>Converts a measurement from documents to points. Returns the converted measurement as an <b>Integer</b>.
</para>
            </summary>
            <param name="val">
		The <b>Integer</b> documents value to be converted to points.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToPointsF(System.Single)">
            <summary>
                <para>Converts a measurement from documents to points. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="val">
		The <b>Single</b> documents value to be converted to points.

            </param>
            <returns>A <b>Single</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToPointsFRound(System.Single)">
            <summary>
                <para>Converts a measurement from documents to points and rounds the result. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="val">
		The <b>Single</b> documents value to be converted to points.


            </param>
            <returns>A <b>Single</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToTwips(System.Int32)">
            <summary>
                <para>Converts a measurement from documents to twips. Returns the converted measurement as an <b>Integer</b>.
</para>
            </summary>
            <param name="val">
		The <b>Integer</b> documents value to be converted to twips.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToTwips(System.Drawing.Size)">
            <summary>
                <para>Converts measurements from documents to twips. 
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Drawing.Size"/> with values in documents to be converted to twips.

            </param>
            <returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToTwips(System.Drawing.Rectangle)">
            <summary>
                <para>Converts measurements from documents to twips. 
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Drawing.Rectangle"/> with values in documents to be converted to twips.

            </param>
            <returns>A <see cref="T:System.Drawing.Rectangle"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToTwips(System.Drawing.RectangleF)">
            <summary>
                <para>Converts rectangle coordinates from documents to twips.
</para>
            </summary>
            <param name="val">
		A <see cref="T:System.Drawing.RectangleF"/> structure with values in documents, to be converted to twips.

            </param>
            <returns>A <see cref="T:System.Drawing.RectangleF"/> structure composed of four floating-point numbers that represent the location and size of a rectangle.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToTwipsF(System.Single)">
            <summary>
                <para>Converts a measurement from documents to twips. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="val">
		The <b>Single</b> value measured in documents to be converted to twips.

            </param>
            <returns>A <b>Single</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.DocumentsToTwipsL(System.Int64)">
            <summary>
                <para>Converts measurements from 64-bit signed integers to twips.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Int64"/> with values in documents to be converted to twips.

            </param>
            <returns>A <see cref="T:System.Int64"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.HundredthsOfInchToDocuments(System.Int32)">
            <summary>
                <para>Converts a measurement from hundredths of an inch to documents. Returns the converted measurement as an <b>Integer</b>.
</para>
            </summary>
            <param name="val">
		The <b>Integer</b> hundredths of an inch value to be converted to documents.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.HundredthsOfInchToDocuments(System.Drawing.Size)">
            <summary>
                <para>Converts measurements in the Size structure from hundredths of an inch to documents.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Drawing.Size"/> with values in hundredths of an inch to be converted to documents.

            </param>
            <returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.HundredthsOfInchToTwips(System.Drawing.Size)">
            <summary>
                <para>Converts measurements in the Size structure from hundredths of an inch to twips.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Drawing.Size"/> with values in hundredths of an inch to be converted to twips.

            </param>
            <returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.HundredthsOfInchToTwips(System.Int32)">
            <summary>
                <para>Converts a measurement from hundredths of an inch to twips. Returns the converted measurement as an <b>Integer</b>.
</para>
            </summary>
            <param name="val">
		The <b>Integer</b> hundredths of an inch value to be converted to twips.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.HundredthsOfMillimeterToDocuments(System.Drawing.Size)">
            <summary>
                <para>Converts measurements from hundredths of a millimeter to documents.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Drawing.Size"/> with values in hundredths of a millimeter to be converted to documents.

            </param>
            <returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.HundredthsOfMillimeterToDocuments(System.Int32)">
            <summary>
                <para>Converts a measurement from hundredths of a millimeter to documents. Returns the converted measurement as an <b>Integer</b>.
</para>
            </summary>
            <param name="val">
		The <b>Integer</b> hundredths of millimeter value to be converted to documents.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.HundredthsOfMillimeterToPixels(System.Int32,System.Single)">
            <summary>
                <para>Converts a measurement from hundredths of a millimeter to pixels. Returns the converted measurement as an <b>Integer</b>.
</para>
            </summary>
            <param name="val">
		The <b>Integer</b> hundredths of a millimeter value to be converted to pixels.

            </param>
            <param name="dpi">
		The dpi value used for conversion.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.HundredthsOfMillimeterToPixels(System.Drawing.Size,System.Single,System.Single)">
            <summary>
                <para>Converts a measurement from hundredths of a millimeter to pixels.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Drawing.Size"/> with values in hundredths of a millimeter to be converted to pixels.

            </param>
            <param name="dpiX">
		A dpi value used for conversion of the X-coordinate.


            </param>
            <param name="dpiY">
		A dpi value used for conversion of the Y-coordinate.


            </param>
            <returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.HundredthsOfMillimeterToTwips(System.Drawing.Size)">
            <summary>
                <para>Converts measurements from hundredths of a millimeter to twips.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Drawing.Size"/> with values in hundredths of a millimeter to be converted to twips.

            </param>
            <returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.HundredthsOfMillimeterToTwips(System.Int32)">
            <summary>
                <para>Converts a measurement from hundredths of a millimeter to twips. Returns the converted measurement as an <b>Integer</b>.
</para>
            </summary>
            <param name="val">
		The <b>Integer</b> hundredths of millimeter value to be converted to twips.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.InchesToDocumentsF(System.Single)">
            <summary>
                <para>Converts a measurement from inches to documents. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="value">
		The <b>Single</b> inches value to be converted to documents.

            </param>
            <returns>A <b>Single</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.InchesToPointsF(System.Single)">
            <summary>
                <para>Converts a measurement from inches to points. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="value">
		The <see cref="T:System.Single"/> inches value to be converted to points.

            </param>
            <returns>A <see cref="T:System.Single"/> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.InchesToTwipsF(System.Single)">
            <summary>
                <para>Converts a measurement from inches to twips. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="value">
		The <see cref="T:System.Single"/> inches value to be converted to twips.

            </param>
            <returns>A <see cref="T:System.Single"/> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.MillimetersToDocumentsF(System.Single)">
            <summary>
                <para>Converts a measurement from millimeters to documents. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="value">
		The <b>Single</b> millimeters value to be converted to documents.

            </param>
            <returns>A <b>Single</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.MillimetersToPoints(System.Int32)">
            <summary>
                <para>Converts a measurement from millimeters to points. Returns the converted measurement as an <b>Integer</b>.
</para>
            </summary>
            <param name="value">
		The <b>Integer</b> millimeters value to be converted to points.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.MillimetersToPointsF(System.Single)">
            <summary>
                <para>Converts a measurement from millimeters to points. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="value">
		A <b>Single</b> value in millimeters to be converted to points.

            </param>
            <returns>A <b>Single</b> value.

</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.MillimetersToTwipsF(System.Single)">
            <summary>
                <para>Converts a measurement from millimeters to twips. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="value">
		The <see cref="T:System.Single"/> millimeters value to be converted to twips.

            </param>
            <returns>A <see cref="T:System.Single"/> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PicasToDocumentsF(System.Single)">
            <summary>
                <para>Converts a measurement from picas to documents. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="value">
		The <b>Single</b> picas value to be converted to documents.

            </param>
            <returns>A <b>Single</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PicasToTwipsF(System.Single)">
            <summary>
                <para>Converts a measurement from picas to twips. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="value">
		The <see cref="T:System.Single"/> picas value to be converted to twips.

            </param>
            <returns>A <see cref="T:System.Single"/> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToDocuments(System.Drawing.Size,System.Single,System.Single)">
            <summary>
                <para>Converts measurements from pixels to documents.
</para>
            </summary>
            <param name="size">
		The <see cref="T:System.Drawing.Size"/> structure in pixels to be converted to documents.

            </param>
            <param name="dpiX">
		A dpi value used for conversion of the X-coordinate.

            </param>
            <param name="dpiY">
		A dpi value used for conversion of the Y-coordinate.

            </param>
            <returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToDocuments(System.Double,System.Single)">
            <summary>
                <para>Converts a measurement from pixels to documents. Returns the converted measurement as an <b>Integer</b>.
</para>
            </summary>
            <param name="val">
		The <b>Integer</b> pixels value to be converted to documents.

            </param>
            <param name="dpi">
		A dpi value used for conversion.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToDocuments(System.Drawing.Point,System.Single,System.Single)">
            <summary>
                <para>Converts point coordinates from pixels to documents.
</para>
            </summary>
            <param name="point">
		The <see cref="T:System.Drawing.Point"/> to be converted from pixels to documents.

            </param>
            <param name="dpiX">
		A dpi value used for conversion of the X-coordinate.

            </param>
            <param name="dpiY">
		A dpi value used for conversion of the Y-coordinate.

            </param>
            <returns>A <see cref="T:System.Drawing.Point"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToDocuments(System.Int32,System.Single)">
            <summary>
                <para>Converts a measurement from pixels to documents. Returns the converted measurement as an <b>Integer</b>.
</para>
            </summary>
            <param name="val">
		The <b>Integer</b> pixels value to be converted to documents.

            </param>
            <param name="dpi">
		A dpi value used for conversion.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToDocuments(System.Drawing.Rectangle,System.Single,System.Single)">
            <summary>
                <para>Converts a rectangle from pixels to documents.
</para>
            </summary>
            <param name="rect">
		The <see cref="T:System.Drawing.Rectangle"/> with measurements in pixels to be converted to documents.

            </param>
            <param name="dpiX">
		A dpi value used for conversion of the X-coordinate.


            </param>
            <param name="dpiY">
		A dpi value used for conversion of the Y-coordinate.


            </param>
            <returns>A <see cref="T:System.Drawing.Rectangle"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToDocuments(System.Drawing.RectangleF,System.Single,System.Single)">
            <summary>
                <para>Converts rectangle coordinates from pixels to documents.
</para>
            </summary>
            <param name="rect">
		A <see cref="T:System.Drawing.RectangleF"/> structure with values in pixels, to be converted to documents.

            </param>
            <param name="dpiX">
		A dpi value used for conversion of the X-coordinate.

            </param>
            <param name="dpiY">
		A dpi value used for conversion of the Y-coordinate.

            </param>
            <returns>A <see cref="T:System.Drawing.RectangleF"/> structure composed of four floating-point numbers that represent the location and size of a rectangle.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToDocumentsF(System.Single,System.Single)">
            <summary>
                <para>Converts a measurement from pixels to documents. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Single"/> pixels value to be converted to documents.

            </param>
            <param name="dpi">
		A dpi value of the <see cref="T:System.Single"/> type used for conversion.

            </param>
            <returns>A <see cref="T:System.Single"/> value.

</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToHundredthsOfInch(System.Int32,System.Single)">
            <summary>
                <para>Converts a measurement from pixels to hundredths of an inch. Returns the converted measurement as an <b>Integer</b>.
</para>
            </summary>
            <param name="val">
		An <b>Integer</b> pixels value to be converted to hundredths of an inch.

            </param>
            <param name="dpi">
		A dpi value of the <see cref="T:System.Single"/> type used for conversion.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToHundredthsOfInch(System.Drawing.Size,System.Single)">
            <summary>
                <para>Converts measurements from pixels to hundredths of an inch.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Drawing.Size"/> in pixels to be converted to hundredths of an inch.

            </param>
            <param name="dpi">
		A dpi value of the <see cref="T:System.Single"/> type used for conversion.

            </param>
            <returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToHundredthsOfMillimeter(System.Int32,System.Single)">
            <summary>
                <para>Converts a measurement from pixels to hundredths of a millimeter. Returns the converted measurement as an <b>Integer</b>.
</para>
            </summary>
            <param name="val">
		An <b>Integer</b> pixels value to be converted to hundredths of a millimeter.

            </param>
            <param name="dpi">
		A dpi value used for conversion.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToHundredthsOfMillimeter(System.Drawing.Size,System.Single,System.Single)">
            <summary>
                <para>Converts measurements from pixels to hundredths of a millimeter.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Drawing.Size"/> in pixels to be converted to hundredths of a millimeter.

            </param>
            <param name="dpiX">
		A dpi value to be used for conversion of the X-coordinate.


            </param>
            <param name="dpiY">
		A dpi value to be used for conversion of the Y-coordinate.


            </param>
            <returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToPoints(System.Int32,System.Single)">
            <summary>
                <para>Converts a measurement from pixels to points.
</para>
            </summary>
            <param name="val">
		The <b>Integer</b> pixels value to be converted to points.

            </param>
            <param name="dpi">
		A dpi value used for conversion.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToPointsF(System.Single,System.Single)">
            <summary>
                <para>Converts a measurement from pixels to points.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Single"/> pixels value to be converted to points.

            </param>
            <param name="dpi">
		A dpi value of the <see cref="T:System.Single"/> type used for conversion.

            </param>
            <returns>A <see cref="T:System.Single"/> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToTwips(System.Drawing.Size,System.Single,System.Single)">
            <summary>
                <para>Converts measurements from pixels to twips.
</para>
            </summary>
            <param name="size">
		The <see cref="T:System.Drawing.Size"/> in pixels to be converted to twips.

            </param>
            <param name="dpiX">
		A dpi value of the <see cref="T:System.Single"/> type to be used for conversion of the X-coordinate.

            </param>
            <param name="dpiY">
		A dpi value of the <see cref="T:System.Single"/> type to be used for conversion of the Y-coordinate.

            </param>
            <returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToTwips(System.Int32,System.Single)">
            <summary>
                <para>Converts a measurement from pixels to twips. Returns the converted measurement as an <b>Integer</b>.
</para>
            </summary>
            <param name="val">
		An <b>Integer</b> pixels value to be converted to hundredths of a millimeter,

            </param>
            <param name="dpi">
		A dpi value of the <see cref="T:System.Single"/> type to be used for conversion of the X-coordinate.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToTwips(System.Drawing.Rectangle,System.Single,System.Single)">
            <summary>
                <para>Converts a rectangle from pixels to twips.
</para>
            </summary>
            <param name="rect">
		The <see cref="T:System.Drawing.Rectangle"/> with measurements in pixels to be converted to documents.

            </param>
            <param name="dpiX">
		A dpi value of the <see cref="T:System.Single"/> type to be used for conversion of the X-coordinate.

            </param>
            <param name="dpiY">
		A dpi value of the <see cref="T:System.Single"/> type to be used for conversion of the Y-coordinate.

            </param>
            <returns>A <see cref="T:System.Drawing.Rectangle"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToTwipsF(System.Single,System.Single)">
            <summary>
                <para>Converts a measurement from pixels to twips. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Single"/> pixels value to be converted to points.

            </param>
            <param name="dpi">
		A dpi value of the <see cref="T:System.Single"/> type used for conversion.

            </param>
            <returns>A <see cref="T:System.Single"/> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PixelsToTwipsL(System.Int64,System.Single)">
            <summary>
                <para>Converts a measurement from pixels to twips. Returns the converted measurement as an <b>Int64</b>.
</para>
            </summary>
            <param name="val">
		The <b><see cref="T:System.Int64"/></b> pixels value to be converted to twips.

            </param>
            <param name="dpi">
		A dpi value of the <see cref="T:System.Single"/> type used for conversion.

            </param>
            <returns>An <b><see cref="T:System.Int64"/></b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PointsToDocuments(System.Int32)">
            <summary>
                <para>Converts a measurement from points to documents. Returns the converted measurement as an <b>Integer</b>.
</para>
            </summary>
            <param name="val">
		The <b>Integer</b> points value to be converted to documents.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PointsToDocumentsF(System.Single)">
            <summary>
                <para>Converts a measurement from points to documents. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="value">
		The <b>Single</b> points value to be converted to documents.


            </param>
            <returns>A <b>Single</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PointsToTwips(System.Int32)">
            <summary>
                <para>Converts a measurement from points to twips. Returns the converted measurement as an <b>Integer</b>.
</para>
            </summary>
            <param name="value">
		The <b>Integer</b> points value to be converted to twips.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.PointsToTwipsF(System.Single)">
            <summary>
                <para>Converts a measurement from points to twips. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="value">
		The <b>Single</b> points value to be converted to twips.

            </param>
            <returns>A <see cref="T:System.Single"/> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToCentimetersF(System.Single)">
            <summary>
                <para>Converts a measurement from twips to centimeters. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="value">
		The <see cref="T:System.Single"/> twips value to be converted to centimeters.

            </param>
            <returns>A <see cref="T:System.Single"/> value.

</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToDocuments(System.Int32)">
            <summary>
                <para>Converts a measurement from twips to documents. Returns the converted measurement as an <b>Integer</b>.
</para>
            </summary>
            <param name="val">
		The <b>Integer</b> twips value to be converted to documents.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToDocuments(System.Drawing.Rectangle)">
            <summary>
                <para>Converts a rectangle from documents to twips.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Drawing.Rectangle"/> with values in twips, to be converted to documents.

            </param>
            <returns>A <see cref="T:System.Drawing.Rectangle"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToDocuments(System.Drawing.RectangleF)">
            <summary>
                <para>Converts rectangle coordinates from twips to documents.
</para>
            </summary>
            <param name="val">
		A <see cref="T:System.Drawing.RectangleF"/> structure with values in twips, to be converted to documents.

            </param>
            <returns>A <see cref="T:System.Drawing.RectangleF"/> structure composed of four floating-point numbers that represent the location and size of a rectangle.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToDocumentsF(System.Single)">
            <summary>
                <para>Converts a measurement from twips to documents. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="value">
		The <see cref="T:System.Single"/> twips value to be converted to documents.

            </param>
            <returns>A <see cref="T:System.Single"/> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToDocumentsL(System.Int64)">
            <summary>
                <para>Converts a measurement from twips to documents. Returns the converted measurement as an <b>Int64</b>.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Int64"/> twips value to be converted to documents.

            </param>
            <returns>An <see cref="T:System.Int64"/> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToHundredthsOfInch(System.Int32)">
            <summary>
                <para>Converts a measurement from twips to hundredths of an inch. Returns the converted measurement as an <b>Integer</b>.
</para>
            </summary>
            <param name="val">
		The <b>Integer</b> twips value to be converted to hundredths of an inch.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToHundredthsOfInch(System.Drawing.Size)">
            <summary>
                <para>Converts measurements in the Size structure from twips to hundredths of an inch.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Drawing.Size"/> values in twips to be converted to hundredths of an inch.

            </param>
            <returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToHundredthsOfMillimeter(System.Drawing.Size)">
            <summary>
                <para>Converts measurements from twips to hundredths of a millimeter.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Drawing.Size"/> in twips to be converted to hundredths of a millimeter.

            </param>
            <returns>A <see cref="T:System.Drawing.Size"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToInchesF(System.Single)">
            <summary>
                <para>Converts a measurement from twips to inches. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="value">
		The <see cref="T:System.Single"/> twips value to be converted to inches.

            </param>
            <returns>A <see cref="T:System.Single"/> value.

</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToMillimetersF(System.Single)">
            <summary>
                <para>Converts a measurement from twips to millimeters. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="value">
		The <see cref="T:System.Single"/> twips value to be converted to millimeters.

            </param>
            <returns>A <see cref="T:System.Single"/> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToPixels(System.Drawing.Rectangle,System.Single,System.Single)">
            <summary>
                <para>Converts a rectangle from twips to pixels.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Drawing.Rectangle"/> with values in twips, to be converted to pixels.

            </param>
            <param name="dpiX">
		A dpi value of the <see cref="T:System.Single"/> type used for conversion of the X-coordinate.

            </param>
            <param name="dpiY">
		A dpi value of the <see cref="T:System.Single"/> type used for conversion of the Y-coordinate.

            </param>
            <returns>A <see cref="T:System.Drawing.Rectangle"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToPixels(System.Int32,System.Single)">
            <summary>
                <para>Converts a measurement from twips to pixels. Returns the converted measurement as an <b>Integer</b>.
</para>
            </summary>
            <param name="val">
		The <b>Integer</b> documents value to be converted to pixels.

            </param>
            <param name="dpi">
		A dpi value of the <see cref="T:System.Single"/> type used for conversion.

            </param>
            <returns>An <b>Integer</b> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToPixels(System.Drawing.Point,System.Single,System.Single)">
            <summary>
                <para>Converts point coordinates from twips to pixels.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Drawing.Point"/> with values in twips, to be converted to pixels.

            </param>
            <param name="dpiX">
		A dpi value of the <see cref="T:System.Single"/> type used for conversion of the X-coordinate.

            </param>
            <param name="dpiY">
		A dpi value of the <see cref="T:System.Single"/> type used for conversion of the Y-coordinate.

            </param>
            <returns>A <see cref="T:System.Drawing.Point"/> structure.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToPixelsF(System.Single,System.Single)">
            <summary>
                <para>Converts a measurement from twips to pixels. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Single"/> twips value to be converted to pixels.

            </param>
            <param name="dpi">
		A dpi value of the <see cref="T:System.Single"/> type used for conversion.

            </param>
            <returns>A <see cref="T:System.Single"/> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToPixelsL(System.Int64,System.Single)">
            <summary>
                <para>Converts a measurement from twips to pixels. Returns the converted measurement as an <b>Int64</b>.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Int64"/> twips value to be converted to pixels.

            </param>
            <param name="dpi">
		The <see cref="T:System.Int64"/> twips value to be converted to pixels.


            </param>
            <returns>An <see cref="T:System.Int64"/> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToPointsF(System.Single)">
            <summary>
                <para>Converts a measurement from twips to points. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Single"/> twips value to be converted to points.

            </param>
            <returns>A <see cref="T:System.Single"/> value.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.Units.TwipsToPointsFRound(System.Single)">
            <summary>
                <para>Converts a measurement from twips to points and rounds the result. Returns the converted measurement as a <b>Single</b>.
</para>
            </summary>
            <param name="val">
		The <see cref="T:System.Single"/> twips value to be converted to points.

            </param>
            <returns>A <see cref="T:System.Single"/> value.
</returns>


        </member>
        <member name="T:DevExpress.XtraRichEdit.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.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.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.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.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.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.DocumentUnit">

            <summary>
                <para>Lists measurement units used in the document.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraRichEdit.DocumentUnit.Centimeter">
            <summary>
                <para>Specifies centimeters as measurement units.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.DocumentUnit.Document">
            <summary>
                <para>Specifies documents (<b>1</b>@#8260;<b>300</b>  of an inch) as measurement units.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.DocumentUnit.Inch">
            <summary>
                <para>Specifies inches as measurement units.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.DocumentUnit.Millimeter">
            <summary>
                <para>Specifies millimeters as measurement units.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.DocumentUnit.Point">
            <summary>
                <para>Specifies points as measurement units.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraRichEdit.API.Native.Section">

            <summary>
                <para>An interface that defines a section within a document.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.Section.BeginUpdateFooter(DevExpress.XtraRichEdit.API.Native.HeaderFooterType)">
            <summary>
                <para>Starts editing the document's footer of the specified type.
</para>
            </summary>
            <param name="type">
		A <see cref="T:DevExpress.XtraRichEdit.API.Native.HeaderFooterType"/> enumeration value, representing the type of the footer open for editing.

            </param>
            <returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.SubDocument"/> instance representing the footer being edited.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.Section.BeginUpdateHeader(DevExpress.XtraRichEdit.API.Native.HeaderFooterType)">
            <summary>
                <para>Starts editing the document's header of the specified type.
</para>
            </summary>
            <param name="type">
		A <see cref="T:DevExpress.XtraRichEdit.API.Native.HeaderFooterType"/> enumeration value, representing the type of the header open for editing.

            </param>
            <returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.SubDocument"/> instance representing the header being edited.
</returns>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.Section.Columns">
            <summary>
                <para>Provides access to the <see cref="T:DevExpress.XtraRichEdit.API.Native.SectionColumns"/> interface used for operations with columns in the document.

</para>
            </summary>
            <value>An object providing the <see cref="T:DevExpress.XtraRichEdit.API.Native.SectionColumns"/> interface.
</value>


        </member>
        <member name="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="P:DevExpress.XtraRichEdit.API.Native.Section.LineNumbering">
            <summary>
                <para>Provides access to the object containing line numbering parameters for the current section.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.SectionLineNumbering"/> class instance representing parameters specific to line numbering.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.Section.Margins">
            <summary>
                <para>Provides access to an object used to specify or retrieve the section's margin settings.
</para>
            </summary>
            <value>An object exposing the <see cref="T:DevExpress.XtraRichEdit.API.Native.SectionMargins"/> interface used to control the section's margin settings.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.Section.Page">
            <summary>
                <para>Provides access to an object used to specify or retrieve the section's page settings.

</para>
            </summary>
            <value>An object exposing the <see cref="T:DevExpress.XtraRichEdit.API.Native.SectionPage"/> interface used to control the section's page settings.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.Section.Paragraphs">
            <summary>
                <para>Provides access to a collection of paragraphs within the section.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphCollection"/> interface defining a list of paragraphs in the section.

</value>


        </member>
        <member name="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>Represents a document format.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.DocumentFormat.#ctor(System.Int32)">
            <summary>
                <para>Initializes a new instance of the DocumentFormat class with the specified value.

</para>
            </summary>
            <param name="value">
		An integer value specifying the initial value for the document format.

            </param>


        </member>
        <member name="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, when saving or loading documents.


</para>
            </summary>
            <value>A <see cref="T:System.String"/> which represents the default file name (including the path and the file extension).
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.DocumentSaveOptions.DefaultFormat">
            <summary>
                <para>Gets or sets the file format used by default, when saving or loading documents.


</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> member, representing the default file format.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.RichEditControlOptions">

            <summary>
                <para>Represents the storage of settings specific for the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.RichEditControlOptions.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the RichEditControlOptions class with default settings.
</para>
            </summary>
            <param name="control">
		A <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/> instance.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.RichEditControlOptions.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.RichEditControlOptions.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="P:DevExpress.XtraRichEdit.RichEditControlOptions.DocumentCapabilities">
            <summary>
                <para>Provides access to an object used to specify document and operation restrictions.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapabilitiesOptions"/> class instance that provides access to various document and operation restrictions.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.RichEditControlOptions.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.RichEditControlOptions.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.RichEditControlOptions.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.RichEditControlOptions.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.RichEditControlOptions.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.RichEditControlOptions.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.RichEditControlOptions.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="T:DevExpress.XtraRichEdit.API.Native.ParagraphProperties">

            <summary>
                <para>Represents paragraph properties.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.ParagraphProperties.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.ParagraphProperties.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.ParagraphProperties.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.ParagraphProperties.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.ParagraphProperties.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.ParagraphProperties.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.ParagraphProperties.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.ParagraphProperties.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.ParagraphProperties.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.ParagraphProperties.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.ParagraphProperties.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.ParagraphProperties.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 numbers are displayed for all paragraphs in a range; <b>false</b> if line numbering is suppressed for all paragraphs; or otherwise, <b>null</b> for a mixture of states.
</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.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.CharacterProperties.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.CharacterProperties.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.CharacterProperties.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.CharacterProperties.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.CharacterProperties.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.CharacterProperties.Hidden">
            <summary>
                <para>Gets or sets  the hidden attribute of a text.
</para>
            </summary>
            <value><b>true</b> if the text is hidden; otherwise, <b>false</b> or <b>null</b> for a mixture of values.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.CharacterProperties.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="P:DevExpress.XtraRichEdit.API.Native.CharacterProperties.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.CharacterProperties.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.CharacterProperties.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.CharacterProperties.Underline">
            <summary>
                <para>Returns or sets the type of underline applied to the character(s).
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraRichEdit.API.Native.UnderlineType"/> enumeration value or <b>null</b>, for a mixture of underline types.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.CharacterProperties.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.API.Native.DocumentRange">

            <summary>
                <para>An interface that defines a document range.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.DocumentRange.BeginUpdateDocument">
            <summary>
                <para>Starts modifying the document obtained via the document's range (e.g. via selection).
</para>
            </summary>
            <returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.SubDocument"/> instance allowing you to safely modify the document.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.DocumentRange.Contains(DevExpress.XtraRichEdit.API.Native.DocumentPosition)">
            <summary>
                <para>Gets whether the current document range contains a specified position. 
</para>
            </summary>
            <param name="pos">
		A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> representing a position to test for inclusion.

            </param>
            <returns><b>true</b> if the specified position is contained within the range; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.End">
            <summary>
                <para>Gets the end position of the DocumentRange.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object representing the end of the text range.
</value>


        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.DocumentRange.EndUpdateDocument(DevExpress.XtraRichEdit.API.Native.SubDocument)">
            <summary>
                <para>Finalizes modifications of the document obtained via the document's range (e.g. via selection).
</para>
            </summary>
            <param name="document">
		A <see cref="T:DevExpress.XtraRichEdit.API.Native.SubDocument"/> instance obtained via the previously called <see cref="M:DevExpress.XtraRichEdit.API.Native.DocumentRange.BeginUpdateDocument"/> method.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.Length">
            <summary>
                <para>Gets the length of a document range in characters.
</para>
            </summary>
            <value>An integer, representing the number of character positions in a range.

</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.Start">
            <summary>
                <para>Gets the start position of the DocumentRange.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object representing the start of the text range.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.API.Native.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.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.API.Native.ParagraphLineSpacing">

            <summary>
                <para>Specifies the way to determine the spacing between lines in a paragraph
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphLineSpacing.AtLeast">
            <summary>
                <para>The line spacing can be greater than or equal to, but never less than, the specified <see cref="P:DevExpress.XtraRichEdit.API.Native.Paragraph.LineSpacing"/> value.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphLineSpacing.Double">
            <summary>
                <para>This option is twice that of single line spacing. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphLineSpacing.Exactly">
            <summary>
                <para>This option sets fixed line spacing, specified by the <see cref="P:DevExpress.XtraRichEdit.API.Native.Paragraph.LineSpacing"/> property.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphLineSpacing.Multiple">
            <summary>
                <para>This option sets line spacing that can be expressed in numbers greater than <b>1</b>. For example, setting line spacing to <b>1.15</b> will increase the space by <b>15</b> percent, and setting line spacing to <b>3</b> increases the space by <b>300</b> percent (triple spacing). The multiplication value is specified by the <see cref="P:DevExpress.XtraRichEdit.API.Native.Paragraph.LineSpacingMultiplier"/> property.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphLineSpacing.Sesquialteral">
            <summary>
                <para>This option is one-and-one-half times that of single line spacing.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphLineSpacing.Single">
            <summary>
                <para>This option accommodates the largest font in that line, plus a small amount of extra space. The amount of extra space varies depending on the font that is used. 
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraRichEdit.API.Native.ParagraphFirstLineIndent">

            <summary>
                <para>Specifies the indent for the first line in a paragraph.

</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphFirstLineIndent.Hanging">
            <summary>
                <para>The first line of a paragraph is indented to the left, by the value specified by the <see cref="P:DevExpress.XtraRichEdit.API.Native.Paragraph.FirstLineIndent"/> property.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphFirstLineIndent.Indented">
            <summary>
                <para>The first line of a paragraph is indented to the right by the value specified by the <see cref="P:DevExpress.XtraRichEdit.API.Native.Paragraph.FirstLineIndent"/> property.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphFirstLineIndent.None">
            <summary>
                <para>The first line of a paragraph doesn't have any indent.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraRichEdit.API.Native.ParagraphAlignment">

            <summary>
                <para>Specifies text alignment within a paragraph.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphAlignment.Center">
            <summary>
                <para>Text is aligned to the center of the paragraph.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphAlignment.Justify">
            <summary>
                <para>Text is justified to the entire width of the paragraph.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphAlignment.Left">
            <summary>
                <para>Text is aligned to the left of the paragraph.


</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.API.Native.ParagraphAlignment.Right">
            <summary>
                <para>Text is aligned to the right of the paragraph.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraRichEdit.API.Native.Paragraph">

            <summary>
                <para>Represents a single paragraph in a document.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.Paragraph.Alignment">
            <summary>
                <para>Gets or sets text alignment within a paragraph.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphAlignment"/> enumeration value.
</value>


        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.Paragraph.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.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.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="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.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.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.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="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 representing the newly inserted section.
</returns>


        </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="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="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="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="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.Text">
            <summary>
                <para>Gets or sets the document's text (plain text).
</para>
            </summary>
            <value>A string value that specifies the text of the document.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.Document.Unit">
            <summary>
                <para>Gets or sets a unit of measure used within the document.

</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentUnit"/> enumeration values.


</value>


        </member>
        <member name="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.InsertPageNumberFieldCommand">

            <summary>
                <para>Represents a command used to insert a field displaying the current page number.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.InsertPageNumberFieldCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the InsertPageNumberFieldCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.InsertPageNumberFieldCommand.Description">
            <summary>
                <para>Gets the text description of a command.
</para>
            </summary>
            <value>A string containing the command's description.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.InsertPageNumberFieldCommand.Id">
            <summary>
                <para>Gets the ID of the InsertPageNumberFieldCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.InsertPageNumberFieldCommand.MenuCaption">
            <summary>
                <para>Gets the menu caption associated with the current command.
</para>
            </summary>
            <value>A string representing the text of the menu item.
</value>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.InsertPageNumberFieldCommand.UpdateUIState(DevExpress.Utils.Commands.ICommandUIState)">
            <summary>
                <para>Updates the command state and applies restrictions.
</para>
            </summary>
            <param name="state">
		An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface defining the state of a command.

            </param>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.InsertPageCountFieldCommand">

            <summary>
                <para>Represents a command used to insert a field displaying the total number of pages.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.InsertPageCountFieldCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the InsertPageCountFieldCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.InsertPageCountFieldCommand.Description">
            <summary>
                <para>Gets the text description of a command.
</para>
            </summary>
            <value>A string containing the command's description.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.InsertPageCountFieldCommand.Id">
            <summary>
                <para>Gets the ID of the InsertPageCountFieldCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.InsertPageCountFieldCommand.MenuCaption">
            <summary>
                <para>Gets the menu caption associated with the current command.
</para>
            </summary>
            <value>A string representing the text of the menu item.
</value>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.InsertPageCountFieldCommand.UpdateUIState(DevExpress.Utils.Commands.ICommandUIState)">
            <summary>
                <para>Updates the command state and applies restrictions.
</para>
            </summary>
            <param name="state">
		An <see cref="T:DevExpress.Utils.Commands.ICommandUIState"/> interface defining the state of a command.

            </param>


        </member>
        <member name="T:DevExpress.XtraRichEdit.API.Native.HeaderFooterType">

            <summary>
                <para>Lists the header (footer) types.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraRichEdit.API.Native.HeaderFooterType.Even">
            <summary>
                <para>A header/footer displayed on even pages of the section.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.API.Native.HeaderFooterType.First">
            <summary>
                <para>A header/footer displayed on the first page of the section.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.API.Native.HeaderFooterType.Odd">
            <summary>
                <para>A header/footer displayed on odd pages of the section.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraRichEdit.API.Native.SubDocument">

            <summary>
                <para>Exposes properties and methods representing essential document functionality.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.BeginUpdate">
            <summary>
                <para>Prevents the document in the control from being updated until the <see cref="M:DevExpress.XtraRichEdit.API.Native.SubDocument.EndUpdate"/> method is called. 
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.BeginUpdateCharacters(DevExpress.XtraRichEdit.API.Native.DocumentRange)">
            <summary>
                <para>Starts modifying properties of characters that fall within a specified document range. 


</para>
            </summary>
            <param name="range">
		A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object specifying the <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.Start"/> and <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.End"/> of the text.

            </param>
            <returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.CharacterProperties"/> object representing the character formatting of the specified range.



</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.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="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.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.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="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.EndUpdate">
            <summary>
                <para>Unlocks the document in the control after a call to the <see cref="M:DevExpress.XtraRichEdit.API.Native.SubDocument.EndUpdate"/> method, and causes an immediate update. 
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.EndUpdateCharacters(DevExpress.XtraRichEdit.API.Native.CharacterProperties)">
            <summary>
                <para>Finalizes the modification of character formatting after calling the <see cref="M:DevExpress.XtraRichEdit.API.Native.SubDocument.BeginUpdateCharacters"/> method.
</para>
            </summary>
            <param name="properties">
		A <see cref="T:DevExpress.XtraRichEdit.API.Native.CharacterProperties"/> object containing character properties.


            </param>


        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.EndUpdateParagraphs(DevExpress.XtraRichEdit.API.Native.ParagraphProperties)">
            <summary>
                <para>Finalizes the modification of paragraph formatting after calling the <see cref="M:DevExpress.XtraRichEdit.API.Native.SubDocument.BeginUpdateParagraphs"/> method. 

</para>
            </summary>
            <param name="properties">
		A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphProperties"/> object representing paragraph formatting.

            </param>


        </member>
        <member name="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.GetHtmlText(DevExpress.XtraRichEdit.API.Native.DocumentRange,DevExpress.XtraRichEdit.Services.IUriProvider)">
            <summary>
                <para>Gets the content of the specified document range in HTML format.
</para>
            </summary>
            <param name="range">
		A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the range to convert to HTML.

            </param>
            <param name="provider">
		An interface defining how to handle external HTML content (images and external style sheets).

            </param>
            <returns>A string containing the HTML content.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.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.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.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.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.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.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="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.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.InsertRtfText(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.String)">
            <summary>
                <para>Inserts formatted text into the document at the specified position. 
</para>
            </summary>
            <param name="pos">
		A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> specifying the position to insert the text. 

            </param>
            <param name="rtfText">
		A string of RTF text to insert.

            </param>
            <returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the inserted text in the document.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertSingleLineText(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.String)">
            <summary>
                <para>Inserts a single line of text (text without line breaks) at the specified position.
</para>
            </summary>
            <param name="pos">
		A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object specifying the position at which the text should be inserted.

            </param>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the text to insert.

            </param>
            <returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.Start"/> and <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.End"/> positions of the inserted text.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.InsertText(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.String)">
            <summary>
                <para>Inserts the specified text into the specified position.
</para>
            </summary>
            <param name="pos">
		A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object specifying the position at which the text should be inserted.

            </param>
            <param name="text">
		A <see cref="T:System.String"/> value specifying the text to insert.

            </param>
            <returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.Start"/> and <see cref="P:DevExpress.XtraRichEdit.API.Native.DocumentRange.End"/> positions of the inserted text.
</returns>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.SubDocument.Paragraphs">
            <summary>
                <para>Provides access to a collection of paragraphs.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.ParagraphCollection"/> interface defining a list of paragraphs.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.SubDocument.Range">
            <summary>
                <para>Gets the range for the current document.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> interface.
</value>


        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.RemoveBookmark(DevExpress.XtraRichEdit.API.Native.Bookmark)">
            <summary>
                <para>Removes the specified bookmark from the bookmark collection of the document.
</para>
            </summary>
            <param name="bookmark">
		A <see cref="T:DevExpress.XtraRichEdit.API.Native.Bookmark"/> object representing a bookmark in the document.

            </param>


        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.RemoveHyperlink(DevExpress.XtraRichEdit.API.Native.Hyperlink)">
            <summary>
                <para>Deletes a specified hyperlink.
</para>
            </summary>
            <param name="hyperlink">
		A <see cref="T:DevExpress.XtraRichEdit.API.Native.Hyperlink"/> to remove.

            </param>


        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.Replace(DevExpress.XtraRichEdit.API.Native.DocumentRange,System.String)">
            <summary>
                <para>Replaces the specified document range with the specified text string.
</para>
            </summary>
            <param name="range">
		A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the range to replace.

            </param>
            <param name="text">
		A string that is inserted in place of the specified range.


            </param>


        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.ReplaceAll(System.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.SelectBookmark(DevExpress.XtraRichEdit.API.Native.Bookmark)">
            <summary>
                <para>Selects a range associated with the specified bookmark.
</para>
            </summary>
            <param name="bookmark">
		A <see cref="T:DevExpress.XtraRichEdit.API.Native.Bookmark"/> object representing a bookmark in the document.

            </param>


        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.StartSearch(System.Text.RegularExpressions.Regex,DevExpress.XtraRichEdit.API.Native.DocumentRange)">
            <summary>
                <para>Provides a search interface for a search in the specified range using a regular expression pattern.
</para>
            </summary>
            <param name="regex">
		A <see cref="T:System.Text.RegularExpressions.Regex"/> object representing a search pattern.

            </param>
            <param name="range">
		A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing a range to search.

            </param>
            <returns>An <see cref="T:DevExpress.XtraRichEdit.API.Native.IRegexSearchResult"/> interface used to perform a search.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.SubDocument.StartSearch(System.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="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.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.RichEditBaseValueSource">

            <summary>
                <para>Lists possible sources of a particular property value.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraRichEdit.RichEditBaseValueSource.Auto">
            <summary>
                <para>The property value is obtained from the corresponding property of the control if it is different from default.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.RichEditBaseValueSource.Control">
            <summary>
                <para>The property value is obtained from the corresponding property of the document.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.RichEditBaseValueSource.Document">
            <summary>
                <para>The property value is obtained from the corresponding property of the control.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraRichEdit.API.Native.Capture">

            <summary>
                <para>Represents the part of string matched by the group expression (the string matched by a subexpression of group expression).
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.Capture.GetRange">
            <summary>
                <para>Obtains a range in the document containing the matching string.
</para>
            </summary>
            <returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing a range that corresponds to the match.
</returns>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.Capture.Length">
            <summary>
                <para>The length of the captured substring.
</para>
            </summary>
            <value>An integer, representing the length of the captured substring.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.Capture.Position">
            <summary>
                <para>Gets the starting position of the matching string in the document.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object, representing a position in the docuemnt where the match starts.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.Capture.Value">
            <summary>
                <para>Gets the captured substring from the input string
</para>
            </summary>
            <value>The actual substring that was captured by the match.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.API.Native.CaptureCollection">

            <summary>
                <para>Represents a sequence of captured substrings as the set of captures executed by a single capturing group.

</para>
            </summary>

        </member>
        <member name="T:DevExpress.XtraRichEdit.API.Native.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.Commands.InsertTableRowBelowCommand">

            <summary>
                <para>Represents a command used to insert a row in a table below the currently selected row.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.InsertTableRowBelowCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the InsertTableRowBelowCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.InsertTableRowBelowCommand.Id">
            <summary>
                <para>Gets the ID of the InsertTableRowBelowCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.InsertTableRowAboveCommand">

            <summary>
                <para>Represents a command used to insert a row in a table above the currently selected row.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.InsertTableRowAboveCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the InsertTableRowAboveCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.InsertTableRowAboveCommand.Id">
            <summary>
                <para>Gets the ID of the InsertTableRowAboveCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.InsertTableElementMenuCommand">

            <summary>
                <para>Represents a command used to create command menu elements specific for tables.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.InsertTableElementMenuCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the InsertTableElementMenuCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.InsertTableElementMenuCommand.Id">
            <summary>
                <para>Gets the ID of the InsertTableElementMenuCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </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.InsertTableCommand">

            <summary>
                <para>Represents a command used to insert a table.
</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="T:DevExpress.XtraRichEdit.Commands.ToggleHeaderFooterLinkToPreviousCommand">

            <summary>
                <para>Represents a command used to link a header/footer to the previous section, so it has the same content.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleHeaderFooterLinkToPreviousCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleHeaderFooterLinkToPreviousCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleHeaderFooterLinkToPreviousCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleHeaderFooterLinkToPreviousCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ToggleDifferentOddAndEvenPagesCommand">

            <summary>
                <para>Represents a command used to change the header/footer edit mode so it allows creation of a different header or footer for odd and even pages of a document or section.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleDifferentOddAndEvenPagesCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleDifferentOddAndEvenPagesCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleDifferentOddAndEvenPagesCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleDifferentOddAndEvenPagesCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ToggleDifferentFirstPageCommand">

            <summary>
                <para>Represents a command used to change the header/footer edit mode, so it allows creation of a different header or footer for the first page of a document or section.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleDifferentFirstPageCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleDifferentFirstPageCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleDifferentFirstPageCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleDifferentFirstPageCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ShowLineSpacingFormCommand">

            <summary>
                <para>Invokes the <b>Paragraph</b> dialog that allows you to set line spacing.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ShowLineSpacingFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ShowLineSpacingFormCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ShowLineSpacingFormCommand.Id">
            <summary>
                <para>Gets the ID of the ShowLineSpacingFormCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier..
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.SetWideSectionPageMarginsCommand">

            <summary>
                <para>Represents a command used to set wide page margins in the document section. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.SetWideSectionPageMarginsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the SetWideSectionPageMarginsCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.SetWideSectionPageMarginsCommand.Id">
            <summary>
                <para>Gets the ID of the SetWideSectionPageMarginsCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.SetPortraitPageOrientationCommand">

            <summary>
                <para>Represents a command used to set the page orientation to portrait.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.SetPortraitPageOrientationCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the SetPortraitPageOrientationCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.SetPortraitPageOrientationCommand.Id">
            <summary>
                <para>Gets the ID of the SetPortraitPageOrientationCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.SetNormalSectionPageMarginsCommand">

            <summary>
                <para>Represents a command used to set normal page margins in the document section. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.SetNormalSectionPageMarginsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the SetNormalSectionPageMarginsCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.SetNormalSectionPageMarginsCommand.Id">
            <summary>
                <para>Gets the ID of the SetNormalSectionPageMarginsCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.SetNarrowSectionPageMarginsCommand">

            <summary>
                <para>Represents a command used to set narrow page margins in the document section. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.SetNarrowSectionPageMarginsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the SetNarrowSectionPageMarginsCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.SetNarrowSectionPageMarginsCommand.Id">
            <summary>
                <para>Gets the ID of the SetNarrowSectionPageMarginsCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.SetModerateSectionPageMarginsCommand">

            <summary>
                <para>Represents a command used to set moderate page margins in the document section. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.SetModerateSectionPageMarginsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the SetModerateSectionPageMarginsCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.SetModerateSectionPageMarginsCommand.Id">
            <summary>
                <para>Gets the ID of the SetModerateSectionPageMarginsCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.SetLandscapePageOrientationCommand">

            <summary>
                <para>Represents a command used to set the page orientation to landscape.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.SetLandscapePageOrientationCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the SetLandscapePageOrientationCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.SetLandscapePageOrientationCommand.Id">
            <summary>
                <para>Gets the ID of the SetLandscapePageOrientationCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.RemoveSpacingBeforeParagraphCommand">

            <summary>
                <para>Represents a command used to remove spacing before the selected paragraph.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.RemoveSpacingBeforeParagraphCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the RemoveSpacingBeforeParagraphCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.RemoveSpacingBeforeParagraphCommand.Id">
            <summary>
                <para>Gets the ID of the RemoveSpacingBeforeParagraphCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.RemoveSpacingAfterParagraphCommand">

            <summary>
                <para>Represents a command used to remove spacing after the selected paragraph.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.RemoveSpacingAfterParagraphCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the RemoveSpacingAfterParagraphCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.RemoveSpacingAfterParagraphCommand.Id">
            <summary>
                <para>Gets the ID of the RemoveSpacingAfterParagraphCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.GoToPreviousPageHeaderFooterCommand">

            <summary>
                <para>Represents a command used to navigate to the previous page header/footer in edit mode.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.GoToPreviousPageHeaderFooterCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the GoToPreviousPageHeaderFooterCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.GoToPreviousPageHeaderFooterCommand.Id">
            <summary>
                <para>Gets the ID of the GoToPreviousPageHeaderFooterCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.GoToPageHeaderCommand">

            <summary>
                <para>Represents a command used to navigate to the page header from the page footer in edit mode.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.GoToPageHeaderCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the GoToPageHeaderCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.GoToPageHeaderCommand.Id">
            <summary>
                <para>Gets the ID of the GoToPageHeaderCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.GoToPageFooterCommand">

            <summary>
                <para>Represents a command used to navigate to the page footer from the page header in edit mode.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.GoToPageFooterCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the GoToPageFooterCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.GoToPageFooterCommand.Id">
            <summary>
                <para>Gets the ID of the GoToPageFooterCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.GoToNextPageHeaderFooterCommand">

            <summary>
                <para>Represents a command used to navigate to the next page header/footer in edit mode.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.GoToNextPageHeaderFooterCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the GoToNextPageHeaderFooterCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.GoToNextPageHeaderFooterCommand.Id">
            <summary>
                <para>Gets the ID of the GoToNextPageHeaderFooterCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.EditPageHeaderCommand">

            <summary>
                <para>Represents a command used to start page header editing.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.EditPageHeaderCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the EditPageHeaderCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.EditPageHeaderCommand.Id">
            <summary>
                <para>Gets the ID of the EditPageHeaderCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.EditPageFooterCommand">

            <summary>
                <para>Represents a command used to start page footer editing.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.EditPageFooterCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the EditPageFooterCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.EditPageFooterCommand.Id">
            <summary>
                <para>Gets the ID of the EditPageFooterCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ClosePageHeaderFooterCommand">

            <summary>
                <para>Represents a command used to finish header/footer editing.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ClosePageHeaderFooterCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ClosePageHeaderFooterCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ClosePageHeaderFooterCommand.Id">
            <summary>
                <para>Gets the ID of the ClosePageHeaderFooterCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ChangeSectionPageOrientationCommand">

            <summary>
                <para>Represents a command used to create an associated command bar element (PageOrientation).

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ChangeSectionPageOrientationCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ChangeSectionPageOrientationCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ChangeSectionPageOrientationCommand.Id">
            <summary>
                <para>Gets the ID of the ChangeSectionPageOrientationCommand.
</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.ChangeSectionPageMarginsCommand">

            <summary>
                <para>Represents a command used to change page margins for the document section.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ChangeSectionPageMarginsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ChangeSectionPageMarginsCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ChangeSectionPageMarginsCommand.Id">
            <summary>
                <para>Gets the ID of the ChangeSectionPageMarginsCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier..
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ChangeParagraphLineSpacingCommand">

            <summary>
                <para>Represents a command used to change the line spacing of the selected paragraph.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ChangeParagraphLineSpacingCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ChangeParagraphLineSpacingCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ChangeParagraphLineSpacingCommand.Id">
            <summary>
                <para>Gets the ID of the ChangeParagraphLineSpacingCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.AddSpacingBeforeParagraphCommand">

            <summary>
                <para>Represents a command used to add spacing before a paragraph.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.AddSpacingBeforeParagraphCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the AddSpacingBeforeParagraphCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.AddSpacingBeforeParagraphCommand.Id">
            <summary>
                <para>Gets the ID of the AddSpacingBeforeParagraphCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier..
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.AddSpacingAfterParagraphCommand">

            <summary>
                <para>Represents a command used to add spacing after a paragraph.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.AddSpacingAfterParagraphCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the AddSpacingAfterParagraphCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.AddSpacingAfterParagraphCommand.Id">
            <summary>
                <para>Gets the ID of the AddSpacingAfterParagraphCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.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.XtraRichEdit.Import.IImporterOptions)">
            <summary>
                <para>Copies the properties of the specified object exposing the <see cref="T:DevExpress.XtraRichEdit.Import.IImporterOptions"/> interface into the instance of the RtfDocumentImporterOptions class that this method is called from.
</para>
            </summary>
            <param name="value">
		An object supporting the <see cref="T:DevExpress.XtraRichEdit.Import.IImporterOptions"/> interface that contains the properties to copy. 

            </param>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Import.MhtDocumentImporterOptions">

            <summary>
                <para>Contains options used for loading (importing) the document in Mht (Web Archive) format.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Import.MhtDocumentImporterOptions.#ctor">
            <summary>
                <para>Initializes a new instance of the MhtDocumentImporterOptions class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Import.MhtDocumentImporterOptions.SourceUri">
            <summary>
                <para>Overrides the corresponding property of the base class to hide it.
</para>
            </summary>
            <value>An empty string.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Import.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.Html">
            <summary>
                <para>Provides access to options specific for importing documents in HTML format.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraRichEdit.Import.HtmlDocumentImporterOptions"/> object containing import settings.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Import.RichEditDocumentImportOptions.Mht">
            <summary>
                <para>Provides access to options specific for importing documents in Mht (Web Archive) format.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Import.MhtDocumentImporterOptions"/> object containing import settings.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Import.RichEditDocumentImportOptions.OpenDocument">
            <summary>
                <para>Provides access to options specific for importing documents in OpenDocument text (.odt) format.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Import.OpenDocumentImporterOptions"/> object containing import settings.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Import.RichEditDocumentImportOptions.OpenXml">
            <summary>
                <para>Provides access to options specific for importing documents in OpenXml format (aka default MS Office 2007 format or .docx).
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Import.OpenXmlDocumentImporterOptions"/> object containing import settings.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Import.RichEditDocumentImportOptions.PlainText">
            <summary>
                <para>Provides access to options specific for importing documents in plain text format.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Import.PlainTextDocumentImporterOptions"/> object containing import settings.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Import.RichEditDocumentImportOptions.Rtf">
            <summary>
                <para>Provides access to options specific for importing documents in RTF format.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Import.RtfDocumentImporterOptions"/> object containing import settings.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Import.RichEditDocumentImportOptions.WordML">
            <summary>
                <para>Provides access to options specific for importing documents in WordML format.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Import.WordMLDocumentImporterOptions"/> object containing import settings.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Import.PlainTextDocumentImporterOptions">

            <summary>
                <para>Contains options used for loading (importing) the plain text document.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Import.PlainTextDocumentImporterOptions.#ctor">
            <summary>
                <para>Initializes a new instance of the PlainTextDocumentImporterOptions class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Import.PlainTextDocumentImporterOptions.AutoDetectEncoding">
            <summary>
                <para>Gets or sets whether the XtraRichEdit will try to determine the encoding of the loaded text for correct display.
</para>
            </summary>
            <value><b>true</b> to switch the encoding autodetection on; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Import.PlainTextDocumentImporterOptions.CopyFrom(DevExpress.XtraRichEdit.Import.IImporterOptions)">
            <summary>
                <para>Copies the properties of the specified object exposing the <see cref="T:DevExpress.XtraRichEdit.Import.IImporterOptions"/> interface into the instance of the PlainTextDocumentImporterOptions class that this method is called from.
</para>
            </summary>
            <param name="value">
		An object supporting the <see cref="T:DevExpress.XtraRichEdit.Import.IImporterOptions"/> interface that contains the properties to copy. 

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Import.PlainTextDocumentImporterOptions.Encoding">
            <summary>
                <para>Gets or sets the encoding used to interpret characters in the document.
</para>
            </summary>
            <value>A <see cref="T:System.Text.Encoding"/> object providing the conversion between certain encoding and Unicode.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Import.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.AutoDetectEncoding">
            <summary>
                <para>Gets or sets whether the auto-detection of the charset of the html file is enabled.
</para>
            </summary>
            <value><b>true</b> to enable the auto-detect option; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Import.HtmlDocumentImporterOptions.CopyFrom(DevExpress.XtraRichEdit.Import.IImporterOptions)">
            <summary>
                <para>Copies the appropriate properties of the specified object into the current instance of the <b>HtmlDocumentImporterOptions</b> class.
</para>
            </summary>
            <param name="value">
		An object exposing the <see cref="T:DevExpress.XtraRichEdit.Import.IImporterOptions"/> interface.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Import.HtmlDocumentImporterOptions.Encoding">
            <summary>
                <para>Gets or sets the encoding used to interpret characters in the document.
</para>
            </summary>
            <value>A <see cref="T:System.Text.Encoding"/> object providing the conversion between certain encoding and Unicode.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Import.DocumentImporterOptions">

            <summary>
                <para>Represents the base class for options used for loading (importing) the document in different formats.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Import.DocumentImporterOptions.CopyFrom(DevExpress.XtraRichEdit.Import.IImporterOptions)">
            <summary>
                <para>Copies the appropriate properties of the specified object into the current instance of the <b>DocumentImporterOptions</b> class.
</para>
            </summary>
            <param name="value">
		An object exposing the <see cref="T:DevExpress.XtraRichEdit.Import.IImporterOptions"/> interface.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Import.DocumentImporterOptions.SourceUri">
            <summary>
                <para>Gets or sets the base URI for the external content of the document.

</para>
            </summary>
            <value>A string representing a base URI used for constructing an actual URI.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.InsertSimpleListCommand">

            <summary>
                <para>Represents a command used to insert a simple numbered list.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.InsertSimpleListCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the InsertSimpleListCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.InsertBulletListCommand">

            <summary>
                <para>Represents a command used to insert a bulleted list.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.InsertBulletListCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the InsertBulletListCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.DeleteBookmarkCommand">

            <summary>
                <para>Represents a command used to delete a selected bookmark.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.DeleteBookmarkCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl,DevExpress.XtraRichEdit.Model.Bookmark)">
            <summary>
                <para>Initializes a new instance of the DeleteBookmarkCommand class with the specified owner associated with the specified bookmark.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface, specifying the owner of the command.

            </param>
            <param name="bookmark">
		A <see cref="T:DevExpress.XtraRichEdit.API.Native.Bookmark"/> object representing the bookmark to delete.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.DeleteBookmarkCommand.Bookmark">
            <summary>
                <para>Gets a bookmark to delete.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Bookmark"/> instance to delete.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.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.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.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.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.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.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.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.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.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 (<b>1</b>@#8260;<b>300</b>  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> [To be supplied] </para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraRichEdit.BookmarkOptions.Color">
            <summary>
                <para> [To be supplied] </para>
            </summary>
            <value> [To be supplied] </value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.BookmarkOptions.Visibility">
            <summary>
                <para> [To be supplied] </para>
            </summary>
            <value> [To be supplied] </value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.IRulerControl">

            <summary>
                <para>An interface that defines properties and events specific to the RichEdit ruler.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.IRulerControl.GetRulerSizeInPixels">
            <summary>
                <para> [To be supplied] </para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRulerControl.IsVisible">
            <summary>
                <para> [To be supplied] </para>
            </summary>
            <value> [To be supplied] </value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.IRichEditScrollbar">

            <summary>
                <para>An interface that defines properties and events specific to the RichEdit scrollbar.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditScrollbar.BeginUpdate">
            <summary>
                <para>Prevents the scroll bar from being updated until the <see cref="M:DevExpress.XtraRichEdit.IRichEditScrollbar.EndUpdate"/> method is called. 
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditScrollbar.EndUpdate">
            <summary>
                <para>Unlocks the scroll bar after a call to the <see cref="M:DevExpress.XtraRichEdit.IRichEditScrollbar.BeginUpdate"/> method and causes an immediate update.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditScrollbar.LargeChange">
            <summary>
                <para>Gets or sets a value to be added to or subtracted from the <b>Value</b> property when the scroll box is moved a large distance.
</para>
            </summary>
            <value>A numeric value.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditScrollbar.Maximum">
            <summary>
                <para>Gets or sets the upper limit of values of the scrollable range.
</para>
            </summary>
            <value>A numeric value.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditScrollbar.Minimum">
            <summary>
                <para>Gets or sets the lower limit of values of the scrollable range.
</para>
            </summary>
            <value>A numeric value.
</value>


        </member>
        <member name="E:DevExpress.XtraRichEdit.IRichEditScrollbar.Scroll">
            <summary>
                <para>Occurs when the scroll box has been moved by either a mouse or keyboard action.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditScrollbar.SmallChange">
            <summary>
                <para>Gets or sets the value to be added to or subtracted from the <b>Value</b> property when the scroll box is moved a small distance.
</para>
            </summary>
            <value>A numeric value.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditScrollbar.Value">
            <summary>
                <para>Gets or sets a numeric value that represents the current position of the scroll box.
</para>
            </summary>
            <value>A numeric value that is within the <see cref="P:DevExpress.XtraRichEdit.IRichEditScrollbar.Minimum"/> and <see cref="P:DevExpress.XtraRichEdit.IRichEditScrollbar.Maximum"/> range.
</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.ActiveView">
            <summary>
                <para>Gets the <b>View</b> currently used by the RichEditControl to display the document.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.RichEditView"/> class instance, which is one of the views listed in the <see cref="T:DevExpress.XtraRichEdit.RichEditViewType"/> enumeration.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditControl.ActiveViewType">
            <summary>
                <para>Gets or sets the type of the <b>View</b> which is currently used by the RichEditControl to display the document. 

</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.RichEditViewType"/> enumeration value specifying the active <b>View</b> type.
</value>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditControl.BeginDocumentRendering">
            <summary>
                <para>Internal use only
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditControl.CanCloseExistingDocument">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditControl.CreateCommand(DevExpress.XtraRichEdit.Commands.RichEditCommandId)">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <param name="commandId">
		 

            </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="P:DevExpress.XtraRichEdit.IRichEditControl.DocumentModel">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditControl.DocumentModelTemplate">
            <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="P:DevExpress.XtraRichEdit.IRichEditControl.DragDropMode">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditControl.EndDocumentRendering">
            <summary>
                <para>Internal use only
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditControl.Formatter">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditControl.GetPhysicalPoint(System.Drawing.Point)">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <param name="point">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditControl.GetService``1">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditControl.HideCaret">
            <summary>
                <para>Internal use only
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditControl.HorizontalRuler">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditControl.HorizontalScrollBar">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditControl.InnerOptions">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditControl.Invalidate">
            <summary>
                <para>Internal use only
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditControl.IsEditable">
            <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>Internal use only
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditControl.KeyboardHandler">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditControl.LoadDocument">
            <summary>
                <para>Internal use only
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditControl.LoadDocument(System.String)">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <param name="fileName">
		 

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditControl.Measurer">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditControl.Modified">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditControl.MouseHandler">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditControl.OnBeforeExport(System.Object,DevExpress.XtraRichEdit.BeforeExportEventArgs)">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <param name="sender">
		 

            </param>
            <param name="e">
		 

            </param>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditControl.OnHyperlinkClick(DevExpress.XtraRichEdit.Model.Field,System.Boolean)">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <param name="field">
		 

            </param>
            <param name="allowForModifiers">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditControl.OnViewPaddingChanged">
            <summary>
                <para>Internal use only
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditControl.PointToClient(System.Drawing.Point)">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <param name="point">
		 

            </param>
            <returns> 
</returns>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditControl.PredefinedFontSizeCollection">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditControl.Print">
            <summary>
                <para>Internal use only
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditControl.RaiseSearchComplete(DevExpress.XtraRichEdit.Model.SearchCompleteEventArgs)">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <param name="args">
		 

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditControl.ReadOnly">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <value> 
</value>


        </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.SaveDocument">
            <summary>
                <para>Internal use only
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditControl.SaveDocumentAs">
            <summary>
                <para>Internal use only
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraRichEdit.IRichEditControl.SearchComplete">
            <summary>
                <para>Internal use only
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowBookmarkForm">
            <summary>
                <para>Internal use only
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowCaret">
            <summary>
                <para>Internal use only
</para>
            </summary>


        </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.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.ShowNumberingListForm(DevExpress.XtraRichEdit.Model.ParagraphCollection,DevExpress.XtraRichEdit.ShowNumberingListFormCallback,System.Object)">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <param name="paragraphs">
		 

            </param>
            <param name="callback">
		 

            </param>
            <param name="callbackData">
		 

            </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.ShowPrintDialog">
            <summary>
                <para>Internal use only
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditControl.ShowPrintPreview">
            <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.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.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="P:DevExpress.XtraRichEdit.IRichEditControl.SpellChecker">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditControl.Text">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditControl.ThreadId">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditControl.UIUnit">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditControl.Unit">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="M:DevExpress.XtraRichEdit.IRichEditControl.UpdateUIFromBackgroundThread(DevExpress.XtraRichEdit.Utils.EmptyDelegate)">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <param name="method">
		 

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditControl.VerticalRuler">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditControl.VerticalScrollBar">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <value> 
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.IRichEditControl.ViewBounds">
            <summary>
                <para>Internal use only
</para>
            </summary>
            <value> 
</value>


        </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="M:DevExpress.XtraRichEdit.Services.IUriProvider.CreateCssUri(System.String,System.String,System.String)">
            <summary>
                <para>Creates a location and saves the specified style information to that location. 
</para>
            </summary>
            <param name="rootUri">
		A string representing the root URI used to create a location. 

            </param>
            <param name="styleText">
		A string containing CSS style information. 

            </param>
            <param name="relativeUri">
		A string that specifies the relative URI for stylesheets. It is <b>null</b> if the <see cref="P:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.UriExportType"/> is <see cref="F:DevExpress.XtraRichEdit.Export.Html.UriExportType.Absolute"/>.

            </param>
            <returns>A Uniform Resource Identifier (URI) of the CSS style information. 
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Services.IUriProvider.CreateImageUri(System.String,System.Drawing.Image,System.String)">
            <summary>
                <para>Creates a location and saves the specified image to that location.
</para>
            </summary>
            <param name="rootUri">
		A string representing the root URI used to create a location.

            </param>
            <param name="image">
		A <see cref="T:System.Drawing.Image"/> object representing the image being saved. 

            </param>
            <param name="relativeUri">
		A string that specifies the relative URI for stylesheets. It is <b>null</b> if the <see cref="P:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.UriExportType"/> is <see cref="F:DevExpress.XtraRichEdit.Export.Html.UriExportType.Absolute"/>.

            </param>
            <returns>A Uniform Resource Identifier (URI) of the image. 
</returns>


        </member>
        <member name="T:DevExpress.XtraRichEdit.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="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.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.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.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 command.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.RichEditCommand.Description">
            <summary>
                <para>Gets the text description of a command.
</para>
            </summary>
            <value>A string containing the command's description.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.RichEditCommand.Id">
            <summary>
                <para>Gets the ID of the RichEditCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.RichEditCommand.Image">
            <summary>
                <para>Gets an image associated with the command.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Controls.Image"/> object representing the associated image.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.RichEditCommand.LargeImage">
            <summary>
                <para>Gets a large image associated with the command.

</para>
            </summary>
            <value>A <see cref="T:System.Windows.Controls.Image"/> object representing the associated image.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.RichEditCommand.MenuCaption">
            <summary>
                <para>Gets the menu caption associated with the current command.
</para>
            </summary>
            <value>A string representing the text of the menu item.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat">

            <summary>
                <para>Lists formats of the color data for each pixel in the image. 
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.Alpha">
            <summary>
                <para>The pixel data contains alpha values that are not premultiplied.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.Canonical">
            <summary>
                <para>The default pixel format of 32 bits per pixel. The format specifies 24-bit color depth and an 8-bit alpha channel.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.DontCare">
            <summary>
                <para>No pixel format is specified.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.Extended">
            <summary>
                <para>Reserved.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.Format16bppArgb1555">
            <summary>
                <para>The pixel format is 16 bits per pixel. The color information specifies 32,768 shades of color, of which 5 bits are red, 5 bits are green, 5 bits are blue, and 1 bit is alpha.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.Format16bppGrayScale">
            <summary>
                <para>The pixel format is 16 bits per pixel. The color information specifies 65536 shades of gray.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.Format16bppRgb555">
            <summary>
                <para>Specifies that the format is 16 bits per pixel; 5 bits each are used for the red, green, and blue components. The remaining bit is not used.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.Format16bppRgb565">
            <summary>
                <para>Specifies that the format is 16 bits per pixel; 5 bits are used for the red component, 6 bits are used for the green component, and 5 bits are used for the blue component.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.Format1bppIndexed">
            <summary>
                <para>Specifies that the pixel format is 1 bit per pixel and that it uses indexed color. The color table therefore has two colors in it.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.Format24bppRgb">
            <summary>
                <para>Specifies that the format is 24 bits per pixel; 8 bits each are used for the red, green, and blue components.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.Format32bppArgb">
            <summary>
                <para>Specifies that the format is 32 bits per pixel; 8 bits each are used for the alpha, red, green, and blue components.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.Format32bppPArgb">
            <summary>
                <para>Specifies that the format is 32 bits per pixel; 8 bits each are used for the alpha, red, green, and blue components. The red, green, and blue components are premultiplied, according to the alpha component.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.Format32bppRgb">
            <summary>
                <para>Specifies that the format is 32 bits per pixel; 8 bits each are used for the red, green, and blue components. The remaining 8 bits are not used.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.Format48bppRgb">
            <summary>
                <para>Specifies that the format is 48 bits per pixel; 16 bits each are used for the red, green, and blue components.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.Format4bppIndexed">
            <summary>
                <para>Specifies that the format is 4 bits per pixel, indexed.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.Format64bppArgb">
            <summary>
                <para>Specifies that the format is 64 bits per pixel; 16 bits each are used for the alpha, red, green, and blue components.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.Format64bppPArgb">
            <summary>
                <para>Specifies that the format is 64 bits per pixel; 16 bits each are used for the alpha, red, green, and blue components. The red, green, and blue components are premultiplied according to the alpha component.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.Format8bppIndexed">
            <summary>
                <para>Specifies that the format is 8 bits per pixel, indexed. The color table therefore has 256 colors in it.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.Gdi">
            <summary>
                <para>The pixel data contains GDI colors.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.Indexed">
            <summary>
                <para>The pixel data contains color-indexed values, which means the values are an index to colors in the system color table, as opposed to individual color values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.Max">
            <summary>
                <para>The maximum value for this enumeration.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.PAlpha">
            <summary>
                <para>The pixel format contains premultiplied alpha values.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat.Undefined">
            <summary>
                <para>The pixel format is undefined
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Utils.RichEditImageFormat">

            <summary>
                <para>Lists supported image formats.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.Bmp">
            <summary>
                <para>Specifies the bitmap (BMP) image format. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.Emf">
            <summary>
                <para>Specifies the enhanced metafile (EMF) image format. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.Exif">
            <summary>
                <para>Specifies the Exchangeable Image File (Exif) format. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.Gif">
            <summary>
                <para>Specifies the Graphics Interchange Format (GIF) image format. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.Icon">
            <summary>
                <para>Specifies the Windows icon image format. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.Jpeg">
            <summary>
                <para>Specifies the Joint Photographic Experts Group (JPEG) image format. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.MemoryBmp">
            <summary>
                <para>Specifies a memory bitmap image format. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.None">
            <summary>
                <para>Unspecified format.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.Png">
            <summary>
                <para>Specifies the W3C Portable Network Graphics (PNG) image format. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.Tiff">
            <summary>
                <para>Specifies the Tagged Image File Format (TIFF) image format. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Utils.RichEditImageFormat.Wmf">
            <summary>
                <para>Specifies the Windows metafile (WMF) image format. 
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Utils.RichEditImage">

            <summary>
                <para>Represents an image in the document.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.RichEditImage.CanGetImageBytes(DevExpress.XtraRichEdit.Utils.RichEditImageFormat)">
            <summary>
                <para> [To be supplied] </para>
            </summary>
            <param name="imageFormat">
		 [To be supplied] 
            </param>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.RichEditImage.Clone">
            <summary>
                <para>Creates a new object that is a copy of the current <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImage"/> instance.
</para>
            </summary>
            <returns>A new object that is a copy of this instance.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.RichEditImage.CreateImage(System.IO.Stream)">
            <summary>
                <para>Creates a <b>DevExpress.XtraRichEdit.Utils.RichEditImage</b> from the specified data stream.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> that contains the data for this image.

            </param>
            <returns>A new <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImage"/> object created from the stream.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.RichEditImage.CreateImage(System.Drawing.Image)">
            <summary>
                <para>Creates a <b>DevExpress.XtraRichEdit.Utils.RichEditImage</b> from the specified <b>System.Drawing.Image</b> object.
</para>
            </summary>
            <param name="nativeImage">
		A <see cref="T:System.Drawing.Image"/> object representing a native image.

            </param>
            <returns>A new <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImage"/> object created from the natiive image.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.RichEditImage.Dispose">
            <summary>
                <para>Releases all resources used by this object.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.RichEditImage.GetContentType(DevExpress.XtraRichEdit.Utils.RichEditImageFormat)">
            <summary>
                <para>Static method used to get the MIME content type by the <b>DevExpress.XtraRichEdit.Utils.RichEditImageFormat</b> value.
</para>
            </summary>
            <param name="imageFormat">
		A <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImageFormat"/> enumeration member specifying the image format.

            </param>
            <returns>A string indicating the mime content type.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.RichEditImage.GetExtension(DevExpress.XtraRichEdit.Utils.RichEditImageFormat)">
            <summary>
                <para>Static method used to obtain an extension by the <b>DevExpress.XtraRichEdit.Utils.RichEditImageFormat</b> value.

</para>
            </summary>
            <param name="imageFormat">
		A <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImageFormat"/> enumeration member specifying the image format.

            </param>
            <returns>A string representing a file extension for a given image format.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.RichEditImage.GetImageBytes(DevExpress.XtraRichEdit.Utils.RichEditImageFormat)">
            <summary>
                <para>Returns a byte array of image data encoded in the specified format.
</para>
            </summary>
            <param name="imageFormat">
		A <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImageFormat"/> enumeration member specifying the format of the resulting image data.

            </param>
            <returns>A <see cref="T:System.Byte"/> array that contains the image data.
</returns>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.HorizontalResolution">
            <summary>
                <para>Gets the horizontal resolution of the image, in pixels per inch.
</para>
            </summary>
            <value>The horizontal resolution, in pixels per inch, of this image.
</value>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Utils.RichEditImage.IsExportSupported(DevExpress.XtraRichEdit.Utils.RichEditImageFormat)">
            <summary>
                <para>This property is overridden in <b>RichEditImage</b> class descendants to indicate image formats not suitable for export.
</para>
            </summary>
            <param name="rawFormat">
		A <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImageFormat"/> enumeration member specifying the image format to export.



            </param>
            <returns>Always <b>true</b>.
</returns>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.NativeImage">
            <summary>
                <para>Provides access to the native <see cref="T:System.Drawing.Image"/> object.
</para>
            </summary>
            <value>An <see cref="T:System.Drawing.Image"/> object representing a native image.
</value>


        </member>
        <member name="E:DevExpress.XtraRichEdit.Utils.RichEditImage.NativeImageChanged">
            <summary>
                <para>Intended for internal use.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.XtraRichEdit.Utils.RichEditImage.NativeImageChanging">
            <summary>
                <para>Intended for internal use.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.PaletteLength">
            <summary>
                <para>Gets the number of colors in the image's palette.
</para>
            </summary>
            <value>An <see cref="T:System.Int32"/> value, representing the number of entries in the palette color table.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.PixelFormat">
            <summary>
                <para>Gets a pixel format of the image.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditPixelFormat"/> enumeration member representing pixel format.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.RawFormat">
            <summary>
                <para>Gets the file format of this image.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Utils.RichEditImageFormat"/> enumeration member representing the image file format.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.SizeInDocuments">
            <summary>
                <para>Gets the size of an image in <see cref="F:DevExpress.XtraRichEdit.DocumentUnit.Document"/> units.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Size"/> structure representing the image size measured in documents.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.SizeInHundredthsOfMillimeter">
            <summary>
                <para>Gets the size of an image in hundredths of a millimeter.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Size"/> structure representing the image size measured in hundredths of a millimeter.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.SizeInOriginalUnits">
            <summary>
                <para>This property is overridden in <b>RichEditImage</b> descendants to get the size of a native image measured in original units.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Size"/> structure representing the image size measured in original units.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.SizeInPixels">
            <summary>
                <para>Gets the size of an image in hundredths of a millimeter.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Size"/> structure representing the image size measured in pixels.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.SizeInTwips">
            <summary>
                <para>Gets the size of an image in twips (1,440 twips equals one inch, and 567 twips equals one centimeter).
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Size"/> structure representing the image size measured in twips.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.Uri">
            <summary>
                <para>This property is overridden in <b>RichEditImage</b> class descendants to get the URI of the image.
</para>
            </summary>
            <value>A string, reprsenting the URI of an image.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Utils.RichEditImage.VerticalResolution">
            <summary>
                <para>Gets the horizontal resolution of the image, in pixels per inch.
</para>
            </summary>
            <value>The horizontal resolution, in pixels per inch, of this image.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.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.XtraRichEdit.Export.IExporterOptions)">
            <summary>
                <para>Copies the appropriate properties of the specified object into the current instance of the <b>RtfDocumentExporterOptions</b> class.
</para>
            </summary>
            <param name="value">
		An object exposing the <see cref="T:DevExpress.XtraRichEdit.Export.IExporterOptions"/> interface.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Export.RtfDocumentExporterOptions.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.Commands.UpdateFieldCommand">

            <summary>
                <para>Updates the field's result.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.UpdateFieldCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the UpdateFieldCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.UpdateFieldCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl,DevExpress.XtraRichEdit.Model.Field)">
            <summary>
                <para>Initializes a new instance of the UpdateFieldCommand class with the specified owner and the specified field.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>
            <param name="field">
		A <see cref="T:DevExpress.XtraRichEdit.API.Native.Field"/> in the document to update.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.UpdateFieldCommand.Id">
            <summary>
                <para>Gets the ID of the UpdateFieldCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.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="T:DevExpress.XtraRichEdit.API.Native.FieldCollection">

            <summary>
                <para>Represents a collection of fields in the document.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.FieldCollection.Add(DevExpress.XtraRichEdit.API.Native.DocumentPosition,System.String)">
            <summary>
                <para>Add a field specified by its codes to the field collection.
</para>
            </summary>
            <param name="start">
		A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> representing the position at which the field is inserted.

            </param>
            <param name="code">
		A string representing the field's codes.

            </param>
            <returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Field"/> object representing the newly created field.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.FieldCollection.Add(DevExpress.XtraRichEdit.API.Native.DocumentRange)">
            <summary>
                <para>Create a field from the specified range and add it to the field collection.
</para>
            </summary>
            <param name="range">
		A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> representing a range transformed to a field.

            </param>
            <returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Field"/> object representing the newly created field.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.API.Native.FieldCollection.Update">
            <summary>
                <para>Updates all fields in the collection.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraRichEdit.API.Native.Field">

            <summary>
                <para>Represents a field in the document.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.Field.CodeRange">
            <summary>
                <para>Gets the range containing the field codes.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the range occupied by the field's code.

</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.Field.Range">
            <summary>
                <para>Gets the document range occupied by the field.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentRange"/> object representing the range containing the field, including the codes and 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.Export.DocumentExporterOptions">

            <summary>
                <para>Represents the base class for options used for saving (exporting) documents in different formats.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Export.DocumentExporterOptions.CopyFrom(DevExpress.XtraRichEdit.Export.IExporterOptions)">
            <summary>
                <para>Copies the appropriate properties of the specified object into the current instance of the <b>DocumentExporterOptions</b> class.
</para>
            </summary>
            <param name="value">
		An object exposing the <see cref="T:DevExpress.XtraRichEdit.Export.IExporterOptions"/> interface.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Export.DocumentExporterOptions.TargetUri">
            <summary>
                <para>Gets or sets the URI of the document being exported.
</para>
            </summary>
            <value>A string representing the document URI.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Import.WordMLDocumentImporterOptions">

            <summary>
                <para>Contains options used for loading (importing) documents in WordprocessingML (aka MS Word 2003 XML format).
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Import.WordMLDocumentImporterOptions.#ctor">
            <summary>
                <para>Initializes a new instance of the WordMLDocumentImporterOptions class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Import.OpenXmlDocumentImporterOptions">

            <summary>
                <para>Contains options used for loading (importing) the document in Open XML format (aka MS Word 2007 default format, .docx).
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Import.OpenXmlDocumentImporterOptions.#ctor">
            <summary>
                <para>Initializes a new instance of the OpenXmlDocumentImporterOptions class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Import.OpenDocumentImporterOptions">

            <summary>
                <para>Contains options used for loading (importing) the document in OpenDocument text (.odt) format.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Import.OpenDocumentImporterOptions.#ctor">
            <summary>
                <para>Initializes a new instance of the OpenDocumentImporterOptions class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.DecreaseFontSizeCommand">

            <summary>
                <para>Decreases the font size of the selection to the closest smaller predefined value.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.DecreaseFontSizeCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the DecreaseFontSizeCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.DecreaseFontSizeCommand.Id">
            <summary>
                <para>Gets the ID of the DecreaseFontSizeCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Export.WordMLDocumentExporterOptions">

            <summary>
                <para>Contains options used for saving (exporting) documents in WordprocessingML (aka MS Word 2003 XML format).
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Export.WordMLDocumentExporterOptions.#ctor">
            <summary>
                <para>Initializes a new instance of the WordMLDocumentExporterOptions class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Export.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="T:DevExpress.XtraRichEdit.Export.OpenXmlDocumentExporterOptions">

            <summary>
                <para>Contains options used for saving (exporting) the document in Open XML format (aka MS Word 2007 default format, .docx).
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Export.OpenXmlDocumentExporterOptions.#ctor">
            <summary>
                <para>Initializes a new instance of the OpenXmlDocumentExporterOptions class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Export.OpenDocumentExporterOptions">

            <summary>
                <para>Contains options used for saving (exporting) the document in OpenDocument text (.odt) format.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Export.OpenDocumentExporterOptions.#ctor">
            <summary>
                <para>Initializes a new instance of the OpenDocumentExporterOptions class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Export.MhtDocumentExporterOptions">

            <summary>
                <para>Contains options used for saving (exporting) the document in Mht (Web Archive) format.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Export.MhtDocumentExporterOptions.#ctor">
            <summary>
                <para>Initializes a new instance of the MhtDocumentExporterOptions class with default settings.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Export.RichEditDocumentExportOptions">

            <summary>
                <para>Contains options used for saving (exporting) documents.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Export.RichEditDocumentExportOptions.#ctor">
            <summary>
                <para>Initializes a new instance of the RichEditDocumentExportOptions class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Export.RichEditDocumentExportOptions.Html">
            <summary>
                <para>Provides access to options specific for export to HTML format.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions"/> object containing export settings.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Export.RichEditDocumentExportOptions.Mht">
            <summary>
                <para>Provides access to options specific for export to Mht ("Web Archive") format.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Export.MhtDocumentExporterOptions"/> object containing export settings.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Export.RichEditDocumentExportOptions.OpenDocument">
            <summary>
                <para>Provides access to options specific for export to OpenDocument text (.odt) format.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Export.OpenDocumentExporterOptions"/> object containing export settings.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Export.RichEditDocumentExportOptions.OpenXml">
            <summary>
                <para>Provides access to options specific for export to Open XML format (aka default MS Office 2007 format or .docx).
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Export.OpenXmlDocumentExporterOptions"/> object containing export settings.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Export.RichEditDocumentExportOptions.PlainText">
            <summary>
                <para>Provides access to options specific for export to plain text format.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Export.PlainTextDocumentExporterOptions"/> object containing export settings.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Export.RichEditDocumentExportOptions.Rtf">
            <summary>
                <para>Provides access to options specific for export to RTF format.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Export.RtfDocumentExporterOptions"/> object containing RTF-specific export options.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Export.RichEditDocumentExportOptions.WordML">
            <summary>
                <para>Provides access to options specific for export to WordML (MS Office 2003 WordprocessingML) format.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Export.WordMLDocumentExporterOptions"/> object containing export settings.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.SwitchToSimpleViewCommand">

            <summary>
                <para>Represents a command used to switch the current view to the <see cref="T:DevExpress.XtraRichEdit.SimpleView"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.SwitchToSimpleViewCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the SwitchToSimpleViewCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.SwitchToSimpleViewCommand.Id">
            <summary>
                <para>Gets the ID of the SwitchToSimpleViewCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.SwitchToPrintLayoutViewCommand">

            <summary>
                <para>Represents a command used to switch the current view to the <see cref="T:DevExpress.XtraRichEdit.PrintLayoutView"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.SwitchToPrintLayoutViewCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the SwitchToPrintLayoutViewCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.SwitchToPrintLayoutViewCommand.Id">
            <summary>
                <para>Gets the ID of the SwitchToPrintLayoutViewCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.SwitchToDraftViewCommand">

            <summary>
                <para>Represents a command used to switch the current view to the <see cref="T:DevExpress.XtraRichEdit.DraftView"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.SwitchToDraftViewCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the SwitchToDraftViewCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.SwitchToDraftViewCommand.Id">
            <summary>
                <para>Gets the ID of the SwitchToDraftViewCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.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="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="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.Id">
            <summary>
                <para>Gets the ID of the ShowHyperlinkFormCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ShowBookmarkFormCommand">

            <summary>
                <para>Invokes the <b>Bookmark</b> dialog window.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ShowBookmarkFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ShowBookmarkFormCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ShowBookmarkFormCommand.Id">
            <summary>
                <para>Gets the ID of the ShowBookmarkFormCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.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.Id">
            <summary>
                <para>Gets the ID of the EnterKeyCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.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.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.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.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.HyperlinkCollection">

            <summary>
                <para>An interface that defines a collection of <see cref="T:DevExpress.XtraRichEdit.API.Native.Hyperlink"/> objects.
</para>
            </summary>

        </member>
        <member name="T:DevExpress.XtraRichEdit.API.Native.BookmarkCollection">

            <summary>
                <para>An interface that defines a collection of <see cref="T:DevExpress.XtraRichEdit.API.Native.Bookmark"/> objects.
</para>
            </summary>

        </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.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.Export.Html.UriExportType">

            <summary>
                <para>Lists types of paths used in exported documents to specify links to external content.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraRichEdit.Export.Html.UriExportType.Absolute">
            <summary>
                <para>The exported document contains absolute paths to external content.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Export.Html.UriExportType.Relative">
            <summary>
                <para>The exported document contains relative paths to external content.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions">

            <summary>
                <para>Contains options for exporting the document in HTML format.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.#ctor">
            <summary>
                <para>Initializes a new instance of the HtmlDocumentExporterOptions class with default settings.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.CopyFrom(DevExpress.XtraRichEdit.Export.IExporterOptions)">
            <summary>
                <para>Copies the appropriate properties of the specified object into the current instance of the <b>HtmlDocumentExporterOptions</b> class.
</para>
            </summary>
            <param name="value">
		An object exposing the <see cref="T:DevExpress.XtraRichEdit.Export.IExporterOptions"/> interface.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.CssPropertiesExportType">
            <summary>
                <para>Gets or sets how the style sheets properties are exported.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Export.Html.CssPropertiesExportType"/> enumeration value specifying the export type.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.Encoding">
            <summary>
                <para>Gets or sets the character encoding used in an exported document.

</para>
            </summary>
            <value>A <see cref="T:System.Text.Encoding"/> class representing the character encoding.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.ExportRootTag">
            <summary>
                <para>Gets or sets the root tag of the HTML document to start the export.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraRichEdit.Export.Html.ExportRootTag"/> enumeration value specifying the HTML document tag.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Export.HtmlDocumentExporterOptions.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.UriExportType">
            <summary>
                <para>Specifies how the links to external content are saved in the exported document.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Export.Html.UriExportType"/> enumeration member specifying an absolute or relative path.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Export.Html.ExportRootTag">

            <summary>
                <para>Lists root HTML tags available for export.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraRichEdit.Export.Html.ExportRootTag.Body">
            <summary>
                <para>Specifies the @lt;BODY@gt; tag as the root tag for export.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.Export.Html.ExportRootTag.Html">
            <summary>
                <para>Specifies the @lt;HTML@gt; tag as the root tag for export.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Export.Html.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="M:DevExpress.XtraRichEdit.Export.Html.HtmlExporter.Export">
            <summary>
                <para>Exports the document in HTML format.
</para>
            </summary>
            <returns>A string, representing the document in HTML format.
</returns>


        </member>
        <member name="T:DevExpress.XtraRichEdit.FieldOptions">

            <summary>
                <para>Represents settings which define the appearance and behavior of the document fields.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.FieldOptions.#ctor">
            <summary>
                <para>Initializes a new instance of the FieldOptions class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraRichEdit.FieldOptions.HighlightColor">
            <summary>
                <para>Gets or sets the color used to highlight the document fields.
</para>
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> value representing the highlight color.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.FieldOptions.HighlightMode">
            <summary>
                <para>Gets or sets when the document fields should be highlighted.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.FieldsHighlightMode"/> enumeration member specifying the condition.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.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.Commands.PreviousLineCommand">

            <summary>
                <para>Moves the cursor to the previous line.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.PreviousLineCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the PreviousLineCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.PreviousLineCommand.Id">
            <summary>
                <para>Gets the ID of the PreviousLineCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.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.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="M:DevExpress.XtraRichEdit.Export.RtfDocumentExporterCompatibilityOptions.CopyFrom(DevExpress.XtraRichEdit.Export.RtfDocumentExporterCompatibilityOptions)">
            <summary>
                <para>Copies the appropriate properties of the specified object into the current instance of the <b>RtfDocumentExporterCompatibilityOptions</b> class.
</para>
            </summary>
            <param name="value">
		A <see cref="T:DevExpress.XtraRichEdit.Export.RtfDocumentExporterCompatibilityOptions"/> class instance, representing the source object for copying.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Export.RtfDocumentExporterCompatibilityOptions.DuplicateObjectAsMetafile">
            <summary>
                <para>Gets or sets whether inline objects are saved in the RTF file twice - as an object and as metafile content.

</para>
            </summary>
            <value><b>true</b> to duplicate objects as metafiles when saving; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Export.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.Services.IUriStreamService">

            <summary>
                <para>Defines a service which is called to retrieve data from the URI, specified in some types of document fields.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Services.IUriStreamService.GetStream(System.String)">
            <summary>
                <para>Provides the data stream for the specified Uri.
</para>
            </summary>
            <param name="url">
		A string, representing the URI of the object that is the source of the stream.

            </param>
            <returns>A <see cref="T:System.IO.Stream"/> object representing a data stream.
</returns>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Services.IUriStreamService.RegisterProvider(DevExpress.XtraRichEdit.Services.IUriStreamProvider)">
            <summary>
                <para>Registers the Uri data stream provider and makes it available to clients of the service.
</para>
            </summary>
            <param name="provider">
		An object which exposes the <see cref="T:DevExpress.XtraRichEdit.Services.IUriStreamProvider"/> interface.

            </param>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Services.IUriStreamService.UnregisterProvider(DevExpress.XtraRichEdit.Services.IUriStreamProvider)">
            <summary>
                <para>Cancels the registration of an Uri data stream provider, and makes it unavailable for the clients of the service.

</para>
            </summary>
            <param name="provider">
		An object which exposes the <see cref="T:DevExpress.XtraRichEdit.Services.IUriStreamProvider"/> interface.

            </param>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Services.IUriStreamProvider">

            <summary>
                <para>Defines the data stream provider for the <see cref="T:DevExpress.XtraRichEdit.Services.IUriStreamService"/>.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Services.IUriStreamProvider.GetStream(System.String)">
            <summary>
                <para>Provides the data stream for the specified Uri.
</para>
            </summary>
            <param name="uri">
		A string, representing the URI of the object that is the source of the stream.

            </param>
            <returns>A <see cref="T:System.IO.Stream"/> object representing a data stream or <b>null</b> (<b>Nothing</b> in Visual Basic).
</returns>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.CreateFieldCommand">

            <summary>
                <para>Creates an empty field in the document.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.CreateFieldCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the CreateFieldCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.CreateFieldCommand.Id">
            <summary>
                <para>Gets the ID of the CreateFieldCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Import.IImporterOptions">

            <summary>
                <para>Defines options for the document being imported.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraRichEdit.Import.IImporterOptions.SourceUri">
            <summary>
                <para>Gets or sets the URI of the document being imported.
</para>
            </summary>
            <value>A string representing the document URI.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Export.IExporterOptions">

            <summary>
                <para>Defines options for the document being exported.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraRichEdit.Export.IExporterOptions.TargetUri">
            <summary>
                <para>Gets or sets the URI of the document being exported.
</para>
            </summary>
            <value>A string representing the document URI.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ToggleViewMergedDataCommand">

            <summary>
                <para>Represents a command used to display or hide data in place of the field codes.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleViewMergedDataCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleViewMergedDataCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleViewMergedDataCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleViewMergedDataCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ToggleFieldCodesCommand">

            <summary>
                <para>Represents a command used to show or hide field codes. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleFieldCodesCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ToggleFieldCodesCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ToggleFieldCodesCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl,DevExpress.XtraRichEdit.Model.Field)">
            <summary>
                <para>Initializes a new instance of the ToggleFieldCodesCommand class with the specified owner and the specified field.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>
            <param name="field">
		A <see cref="T:DevExpress.XtraRichEdit.API.Native.Field"/> object representing a document field for which to show/hide codes.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ToggleFieldCodesCommand.Id">
            <summary>
                <para>Gets the ID of the ToggleFieldCodesCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ShowInsertMergeFieldFormCommand">

            <summary>
                <para>Invokes the dialog window that alows inserting merged fields from the database into the document.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ShowInsertMergeFieldFormCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ShowInsertMergeFieldFormCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ShowInsertMergeFieldFormCommand.Id">
            <summary>
                <para>Gets the ID of the ShowInsertMergeFieldFormCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ShowAllFieldResultsCommand">

            <summary>
                <para>Represents a command used to display merged data in place of field codes. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ShowAllFieldResultsCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ShowAllFieldResultsCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ShowAllFieldResultsCommand.Id">
            <summary>
                <para>Gets the ID of the ShowAllFieldResultsCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.Commands.ShowAllFieldCodesCommand">

            <summary>
                <para>Represents a command used to display all field codes in place of the fields in the document.

</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.Commands.ShowAllFieldCodesCommand.#ctor(DevExpress.XtraRichEdit.IRichEditControl)">
            <summary>
                <para>Initializes a new instance of the ShowAllFieldCodesCommand class with the specified owner.
</para>
            </summary>
            <param name="control">
		An object exposing the <b>DevExpress.XtraRichEdit.IRichEditControl</b> interface specifying the owner of the command.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.Commands.ShowAllFieldCodesCommand.Id">
            <summary>
                <para>Gets the ID of the ShowAllFieldCodesCommand.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> member that represents the command identifier.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.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.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.XtraRichEdit.Import.IImporterOptions)">
            <summary>
                <para>Initializes a new instance of the BeforeImportEventArgs class with the specified settings.
</para>
            </summary>
            <param name="documentFormat">
		A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the format of the imported document.

            </param>
            <param name="options">
		An <see cref="T:DevExpress.XtraRichEdit.Import.IImporterOptions"/> interface defining the import source and various importer-specific options.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.BeforeImportEventArgs.DocumentFormat">
            <summary>
                <para>Gets the format of the document being imported.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.BeforeImportEventArgs.Options">
            <summary>
                <para>Provides access to the importer options.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraRichEdit.Import.IImporterOptions"/> interface defining import options.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.BeforeExportEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.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.XtraRichEdit.Export.IExporterOptions)">
            <summary>
                <para>Initializes a new instance of the BeforeExportEventArgs class with the specified settings.
</para>
            </summary>
            <param name="documentFormat">
		A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the format of the exported document.

            </param>
            <param name="options">
		An <see cref="T:DevExpress.XtraRichEdit.Export.IExporterOptions"/> interface defining the exporter options.

            </param>


        </member>
        <member name="P:DevExpress.XtraRichEdit.BeforeExportEventArgs.DocumentFormat">
            <summary>
                <para>Gets the format of the document being exported.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.BeforeExportEventArgs.Options">
            <summary>
                <para>Provides access to the exporter options.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.XtraRichEdit.Export.IExporterOptions"/> interface defining export options.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.RichEditMailMergeOptions">

            <summary>
                <para>Specifies default options used for mail merge.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.XtraRichEdit.RichEditMailMergeOptions.#ctor">
            <summary>
                <para>Initializes a new instance of the RichEditMailMergeOptions class with default settings.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.XtraRichEdit.RichEditMailMergeOptions.ActiveRecord">
            <summary>
                <para>Gets or sets the index of a record displayed in place of a field in a preview.

</para>
            </summary>
            <value>An integer, specifying the ordinal number of a record in a data source.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.RichEditMailMergeOptions.DataMember">
            <summary>
                <para>Gets or sets a specific data member in a data source that contains several tables or members.
</para>
            </summary>
            <value>A string value representing the data source member.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.RichEditMailMergeOptions.DataSource">
            <summary>
                <para>Gets or sets the data source for the mail merge.
</para>
            </summary>
            <value>An object that represents the data source from which the merged data is retrieved.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.RichEditMailMergeOptions.ViewMergedData">
            <summary>
                <para>Gets or sets whether actual data is displayed in place of the document fields.
</para>
            </summary>
            <value><b>true</b> to display actual data; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.API.Native.MergeMode">

            <summary>
                <para>Lists delimiters that start the new merged range. 
</para>
            </summary>

        </member>
        <member name="F:DevExpress.XtraRichEdit.API.Native.MergeMode.NewParagraph">
            <summary>
                <para>Specifies that the next merged range starts with a new paragraph.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.XtraRichEdit.API.Native.MergeMode.NewSection">
            <summary>
                <para>Specifies that the next merged range starts with a new section.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.XtraRichEdit.API.Native.MailMergeOptions">

            <summary>
                <para>Defines the options used for mail merge.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.MailMergeOptions.DataMember">
            <summary>
                <para>Gets or sets a specific data member in a data source that contains several tables or members.
</para>
            </summary>
            <value>A string value representing the data source member.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.MailMergeOptions.DataSource">
            <summary>
                <para>Gets or sets the data source for the mail merge.
</para>
            </summary>
            <value>An object that represents the data source from which the merged data is retrieved.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.MailMergeOptions.FirstRecordIndex">
            <summary>
                <para>Gets or sets the record index from which the merge starts.
</para>
            </summary>
            <value>An integer, specifying the starting record index.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.MailMergeOptions.LastRecordIndex">
            <summary>
                <para>Gets or sets the record index at which the merge finishes.
</para>
            </summary>
            <value>An integer, specifying the final record index.
</value>


        </member>
        <member name="P:DevExpress.XtraRichEdit.API.Native.MailMergeOptions.MergeMode">
            <summary>
                <para>Gets or sets how the merged ranges are delimited in the resulting document.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.MergeMode"/> enumeration value specifying the delimiter.
</value>


        </member>
        <member name="T:DevExpress.XtraRichEdit.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.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.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>
    </members>
</doc>
