DevExpress.Xpf.RichEdit.v12.2 Represents a method that will handle the event. Represents a method that will handle the event. The event sender (typically a ). A object that contains event data. Provides data for the event. Initializes a new instance of the PrepareHoverMenuEventArgs class with the specified settings. A which represents the hover menu. This value is assigned to the property. A container for the control's content and the text converted using one of the or descendants. Initializes a new instance of the RichEditDocumentContent class with the specified settings. A enumeration member, specifying the format of the document. An object that represents the control's content. Gets the RichEditControl's content. This is a dependency property. An object representing the control's content. Gets the document format used in the Content/Document converter. A enumeration value specifying a document format used in a converter. A WordML-to-Content format converter associated with a binding. Initializes a new instance of the WordMLToContentConverter class with default settings. A base class for converters, allowing you to bind different formats to the RichEditControl's content. Converts the document in the specified format to the control's content. The document to convert. The that is the type of the result. The converter parameter to use. A representing the culture to use in the converter. An object representing the resulting value. Converts a value. The value to convert. The that is the type of the result. The converter parameter to use. A signifying the culture to use in the converter. An object specifying the resulting value. Represents a RTF-to-Content format converter associated with a binding. Initializes a new instance of the RtfToContentConverter class with default settings. Represents a text-to-Content format converter associated with a binding. Initializes a new instance of the PlainTextToContentConverter class with default settings. Represents a Docx-to-Content format converter associated with a binding. Initializes a new instance of the OpenXmlToContentConverter class with default settings. An OpenDocument format to Content converter associated with a binding. Initializes a new instance of the OpenDocumentToContentConverter class with default settings. An MHT-to-Content format converter associated with a binding. Initializes a new instance of the MhtToContentConverter class with default settings. An HTML-to-Content format converter associated with a binding. Initializes a new instance of the HtmlToContentConverter class with default settings. A Content-to-WordML converter associated with a binding. Initializes a new instance of the ContentToWordMLConverter class with default settings. A base class for converters allowing you to bind different formats to RichEditControl's content. Converts the control's content to the document in the specified format. The control's content. The that is the type of the result. The converter parameter to use. A representing the culture to use in the converter. An object representing the resulting document. Converts a value. The value to convert. The that is the type of the result. The converter parameter to use. A signifying the culture to use in the converter. An object representing the resulting value. A Content-to-RTF converter associated with a binding. Initializes a new instance of the ContentToRtfConverter class with default settings. A Content-to-text converter associated with a binding. Initializes a new instance of the ContentToPlainTextConverter class with default settings. A Content-to-Docx converter associated with a binding. Initializes a new instance of the ContentToOpenXmlConverter class with default settings. A Content to OpenDocument format converter associated with a binding. Initializes a new instance of the ContentToOpenDocumentConverter class with default settings. A Content-to-MHT converter associated with a binding. Initializes a new instance of the ContentToMhtConverter class with default settings. A Content-to-HTML converter associated with a binding. Initializes a new instance of the ContentToHtmlConverter class with default settings. Represents a tool bar displayed when the mouse cursor hovers over a selection. Initializes a new instance of the RichEditHoverMenu class with default settings. Adds a specified menu item to the current . A menu item to add. Hides the corresponding property of the base class. Always false. Hides the corresponding property of the base class. Always . Gets the number of menu item links in the current menu. An integer representing the number of item links. Represents the storage of settings specific for the . Initializes a new instance of the RichEditControlOptions class specific for the . A instance. Represents a method that will handle the event. Represents a method that will handle the event. The event source. This parameter identifies the which raised the event. A object which contains event data. Provides data for the event. Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings. A object representing a popup menu. Gets or sets the popup menu displayed in the RichEditControl. A object representing a menu to display. This interface is obsolete. To load a document when the control is initialized, handle the Loaded event. Gets the format of the document to load. A enumeration member, representing the format of the document. Gets the stream containing the document to load. A object containing of the document. Represents a method that will handle the event. Represents a method that will handle the event. The event source. This parameter identifies the which raised the event. A object which contains event data. Provides data for the event. Initializes a new instance of the HoverMenuShowingEventArgs class with the specified settings. A object representing a hover menu. Gets or sets the hover menu displayed in the RichEditControl. A object representing a menu to display. Represents a method that will handle the event. Represents a method that will handle the event. The event source. This parameter identifies the which raised the event. A object which contains event data. Provides data for the event. Initializes a new instance of the CustomMarkDrawEventArgs class with the specified custom mark visual info. A DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfoCollection collection containing custom marks visual info. Provides access to information required to visualize custom marks. A DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfoCollection collection containing custom marks visual info. Represents a RichEdit control which is a container for the rich-text document providing all the necessary functionality. Initializes a new instance of the RichEditControl class with default settings. Gets the View currently used by the RichEditControl to display the document. A class instance, which is one of the views listed in the enumeration. Occurs when the value of the property is changed. Gets or sets the type of the View, currently used by the RichEditControl to show the document. A enumeration value, specifying the active View type. Adds the specified service to the service container. The type of service to add. A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested. true to promote this request to any parent service containers; otherwise, false. Adds the specified service to the service container. The type of service to add. A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested. Adds the specified service to the service container. The type of service to add. An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter. true to promote this request to any parent service containers; otherwise, false. Adds the specified service to the service container. The type of service to add. An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter. Assigns a shortcut key to a command. Shortcut key is available for all RichEdit views. A enumeration member specifying a key to assign. A enumeration member specifying a modifier key. A enumeration member specifying a command. Assigns a shortcut key to a command. The shortcut key is available for the specified RichEditView. A enumeration member specifying a key to assign. A enumeration member specifying a modifier key. A enumeration member specifying a command. A specifying the view in which a shortcut will be effective Fires when text is typed in the control. Gets or sets the main component that provides Bars functionality. This is a dependency property. A object. Identifies the dependency property. Occurs before the document is saved (exported to a certain format). Occurs before a document is loaded (imported from an external source). Executes a delegate asynchronously on the thread with which the RichEditControl's Dispatcher is associated. A delegate. Locks the RichEditControl, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called. Fires when the DOCVARIABLE field is updated. Unlocks the RichEditControl object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Indicates whether there are actions that occurred recently within the control that can be reapplied. true if there are operations that have been undone that can be reapplied; otherwise, false. Indicates whether the user can undo the previous operation. true if the user can undo the previous opration; otherwise, false. Gets the number of characters in a document. An integer that is the number of characters in a document. Gets the number of characters in the document. A string representing a number of characters. Clears information about recent operations, so they cannot not be undone. Occurs when an exception is thrown while trying to place data onto the clipboard. Collapse the Search Panel of the RichEditControl. Gets or sets the control's content. A class instance used to obtain the control's content in different formats. Occurs when the document content was changed. Identifies the dependency property. Copies the content of the selection to the clipboard. Gets or sets whether the corner box element is displayed. This is a dependency property. A value that specifies the element visibility. Identifies the dependency property. Create a object by the command identifier. A structure member, which specifies a command. A instance, representing a Rich Text Control command. Creates an object for specifying the options used in mail merge operations. A class instance containing options used for mail merge. Creates a new empty document, loads and displays it. Fires when the 'Insert Merge Field' command button is clicked, and enables you to customize a drop-down field list. Fires before a custom mark is painted, and enables you to visualize the custom mark as required. Removes the selection from the document and places it on the clipboard. Gets the default view type used by the RichEdit control. A enumeration member, which specifies the RichEdit view. Specifies that no content is selected in the control. Releases all resources used by the RichEditControl. Provides access to a interface representing the control's document. A interface representing a document loaded in the control. Occurs when a document that has not yet been saved is about to be closed. Occurs after a document is loaded into the RichEdit control. Gets or sets the object that provides the IRichEditDocumentLoader interface and can be used to load a document. Fires when the document protection is enforced or dropped. Gets the current dpi value for the X-coordinate. A Single dpi value. Gets the current dpi value for the Y-coordinate. A Single dpi value. Occurs when a new document is created in the RichEdit Control. Unlocks the RichEditControl object after a call to the BeginUpdate method and causes an immediate visual update. Occurs when the end-user finishes editing a header or footer. Gets the element with logical focus. The control with logical focus. Set keyboard focus to the KeyCodeConverter used to process the keyboard input. Reserved for future use. Gets the rectangle representing the character at the specified position. Coordinates are in a physical layout. A representing the position in the document. A representing the area occupied by a character or the System.Drawing.Rectangle.Empty value if the bounds could not be determined. Measured in units that are in effect. Gets the rectangle representing the character at the specified position. Coordinates are in a physical layout. A representing the position in the document. A representing the area occupied by a character or the System.Drawing.Rectangle.Empty value if the bounds could not be determined. Measured in the units that are in effect. Gets the rectangle representing the character at the specified position with coordinates in a layout model. A representing the position in the document. A representing the character. Measured in layout units. This member supports the internal infrastructure and is not intended to be used directly from your code. Gets the position in the document closest to the specified point. A structure specifying the location for which the position is retrieved. The point coordinates are measured in documents units. A object representing a position in the document. Returns a collection of predefined font sizes. A collection that contains font sizes measured in points. Gets the service object of the specified type. An object that specifies the type of service object to get. A service object of the specified type,or a null reference (Nothing in Visual Basic) if there is no service object of this type. Gets the specified service. A service object of the specified type. Gets or sets whether RichEditControl should be disposed of when a window is closed. false, to prevent RichEditControl from being disposed of when a Window is closed; otherwise, true. Default is true. Identifies the dependency property. This member supports the internal infrastructure and is not intended to be used directly from your code. The method does nothing and is only present for compatibility. This member supports the internal infrastructure and is not intended to be used directly from your code. For internal use only. To specify whether the horizontal ruler is displayed, use the property. A value that specifies the element visibility. Identifies the dependency property. This member supports the internal infrastructure and is not intended to be used directly from your code. Gets or sets whether the horizontal scroll bar is displayed. This is a dependency property. A value that specifies the element visibility. Identifies the dependency property. Identifies the dependency property. Fires before the hover menu of the control is displayed. Gets or sets the control's content as HTML text. A string containing text in HTML format. This member supports the internal infrastructure, and is not intended to be used directly from your code. Occurs when an end-user clicks the hyperlink to activate it. Occurs before a document is loaded. Handle this event to set initial document settings. Fires when the supplied data could not be recognized as data in the assumed format for import. Gets or sets whether the caret is displayed. true to display a caret; otherwise, false. Indicates whether any floating object in the document is selected. true if a floating object is selected; otherwise, false. Indicates whether the selection (CaretPosition) is located in the document footer. true if the caret is located in the footer; otherwise, false. Indicates whether the selection (CaretPosition) is located in the document header. true if the caret is located in the header; otherwise, false. Indicates whether the selection (CaretPosition) is located in the main document or the header or footer. true if the caret is located in the header or footer; otherwise, false. Gets whether the entire selection is contained in one table. true if a selection is within one table; otherwise, false. Gets whether the control has been locked for updating. true if the control is locked; otherwise, false. This member supports the internal infrastructure and is not intended to be used directly from your code. Gets or sets a unit of measure used for a control's layout. One of the enumeration values. Invokes the Open file dialog as a child of the specified parent window. The that represents the parent window. Loads a document from a stream, specifying the document's format. The stream from which to load a document. One of the members. Invokes the "Open..." file dialog, creates a specific importer and loads the file. Loads a specified file. The file format is identified by the file extension. A string specifying the path of the file to load. Loads a document from a file, specifying the document's format. A string value specifying the path to the file from which to load a document. One of the members. Loads a specified document as a template. The stream from which to load a document. One of the members. Merges the current document and sends the result to the specified stream in a specified format. A object that is the output stream. A enumeration member specifying the destination format. Merges the current document and sends the result to the specified file in a specified format. A name of the file to which the merged document is saved. A enumeration member specifying the destination format. Merges the current document using the specified options, and sends the result to the specified . A interface exposing options for the current merge. An object exposing the interface to which the merged document is sent. Merges the current document and sends the result to the specified RichEditDocumentServer instance. An object implementing the IRichEditDocumentServer interface, such as the or the instance. Merges the current document using the specified options and sends the result to the specified RichEditDocumentServer instance. A interface exposing options for the current merge. An object implementing the IRichEditDocumentServer interface, such as the or the instance. Merges the current document and sends the result to the specified . An object exposing the interface to which the merged document is sent. Merges the current document using the specified options and sends the result to the specified file in a specified format. A interface exposing options for the current merge. A name of the file to which the merged document is saved. A enumeration member specifying the destination format. Merges the current document using the specified options and sends the result to the specified stream in a specified format. A interface exposing options for the current merge. A object that is the output stream. A enumeration member specifying the destination format. Fires the when mail merge is completed. Fires after each data record is merged with the document in the mail merge process. Fires before each data record is merged with the document in the mail merge process. Fires before mail merge starts. Calculates the length of a formatted string. A string to measure. A interface specifying the format used to display a string. A object that is the rectangle required to display a string. Gets or sets the control's content as MHT text. A string containing text in MHT format. This member supports the internal infrastructure, and is not intended to be used directly from your code. This member supports the internal infrastructure, and is not intended to be used directly from your code. Gets or sets a value that indicates that the RichEdit control content was modified since it was last saved. true if the control content was modified since it was last saved; otherwise, false. Occurs when the value of the Modified property is changed. Called just before a UI element is displayed in an application, after the template is completely generated and attached to the visual tree. Gets or sets the document content as an array of bytes in Open Office Text (.odt) format. An array of bytes representing the OpenDocument Text (.odt) format. This member supports the internal infrastructure, and is not intended to be used directly from your code. Gets or sets the control's content as an array of bytes in Office Open XML (Docx) format. An array of bytes representing the document in Docx format. This member supports the internal infrastructure, and is not intended to be used directly from your code. Provides access to various options of the RichEditControl. A class instance, providing access to various RichEditControl options. Gets the number of paragraphs in a document. An integer that is the number of paragraphs in a document. Gets the number of paragraphs in the document. A string containing the number of paragraphs. Inserts the contents of the clipboard at the selection. Gets the plain text content of the control. Use the Text property instead. A string, containing the document's unformatted text. Converts a Point from the current coordinate system of the Visual into a Point in screen coordinates. The value that represents the current coordinate system of the Visual. The converted value in screen coordinates. Occurs before a popup menu is created for the control's document every time a context menu is being invoked. Fires before the hover menu of the control is displayed. Use the HoverMenuShowing event instead. Occurs before a popup menu is created. Use the PopupMenuShowing event instead. Occurs every time any of the RichEditControl class properties has changed its value. Gets or sets whether document modifications are prohibited. true if the document is in a read-only state; otherwise, false. Occurs when the read-only state of the RichEdit control is changed. Reapplies the last action that was undone in the control. Forces the control to asynchronously redraw itself. This member supports the internal infrastructure and is not intended to be used directly from your code. This member supports the internal infrastructure and is not intended to be used directly from your code. This member supports the internal infrastructure and is not intended to be used directly from your code. This member supports the internal infrastructure and is not intended to be used directly from your code. Removes the service of specified type from the service container. The type of service to remove. true to promote this request to any parent service containers; otherwise, false. Removes the service of specified type from the service container. The type of service to remove. Removes a command shortcut for all RichEdit views. A enumeration member specifying a shortcut key. A enumeration member specifying a modifier key. Removes a command shortcut for the specified RichEditView. A enumeration member specifying a key to assign. A enumeration member specifying a modifier key. A enumeration member specifying a command. Performs a service substitution. A service of the specified type that will be registered. Previously registered service of the specified type, or null (Nothing in Visual Basic) if the service does not exist. Gets or sets the Ribbon control containing command controls for use with the current RichEditControl. A instance containing command UI for the RichEditControl. Identifies the dependency property. [To be supplied] Gets or sets the formatted text content of the control. A string, containing the document's content in rich text format. Occurs when the text in the control is changed. Use the ContentChanged event instead. Saves the control's document to a stream, specifying the document's format. The stream to which to output the document. One of the enumeration values. Saves the control's document to a file, specifying the document's format. A string value specifying the path to a file into which to save the control's document. One of the enumeration values. Saves a document in its original format to its original location. If original format and location are not specified, invokes the Save As dialog that is shown modally as a child of the specified parent window. The that is the parent window. true if a document has been successfully saved; otherwise, false. Saves a document in its original format to its original location. true if a document has been successfully saved; otherwise, false. Invokes a Save As dialog and saves a document. Invokes the Save As form which is shown modally as a child of the specified parent window. The that represents the parent window. Scrolls the document to the caret position. Scrolls the document so that the caret position is displayed at the specified relative vertical offset. A number specifying the relative vertical offset. Must be within the range 0.0 - 1.0 Fires when the Search panel is closed. Provides access to a Search Panel of the RichEditControl. A descendant that represents a panel with the search functionality (RichEditSearchPanel). Gets the number of sections in a document. An integer that is the number of sections in a document. Gets the number of sections in the document. A string containing the number of sections. Selects the entire contents of the RichEditControl. Gets the plain text of the selected range. A string with text contained in the selection range. Fires in response to changing a selection in the document. Gets the formatted text of the selected range. A string containing the text of the selected range in RTF format. This member supports the internal infrastructure and is not intended to be used directly from your code. Gets or sets whether to display the border of the RichEditControl. This is a dependency property. true to show the border; otherwise, false. Identifies the dependency property. The method does nothing, and is only present for compatibility. Gets or sets whether the caret is displayed if the control is read-only. true to show the caret; otherwise, false. Gets or sets whether the hover menu can be shown. This is a dependency property. true to display a hover menu; otherwise, false. Identifies the dependency property. Invokes the Search Panel with the replace functionality enabled. Invokes the Search Panel with the specified search string. A string to search. Gets or sets a spell checker component used with the RichEdit control. An object providing the interface. Occurs when the end-user starts editing a header or footer. This member supports the internal infrastructure and is not intended to be used directly from your code. Gets or sets the plain text content of the control. A string, containing the document's unformatted text. Occurs when the text in the control is changed. Cancels changes caused by the last operation. This event is raised when an exception unhandled by the occurs. Gets or sets a unit of measure used within the control. One of the enumeration values. Fires after the property is changed. Fires before the property is changed. Updates the command state for a command associated with a bar item. A object that provides the bar element functionality. A enumeration member identifying a command. Refreshes the command UI of the RichEditControl. Synchronizes the UI state of RichEdit commands and the state and the visibility of Ribbon groups. A element bound to the specified command. A enumeration member specifying a RichEdit command. Raised when changes occur which may affect the control's UI. Enables you to fire data binding events immediately for several text properties, resolving issues with multiple RichEdit controls bound to the same data source. true to process data bindings in a separate thread as it is in the normal control update; otherwise, false. By default, true. Identifies the dependency property. This member supports the internal infrastructure and is not intended to be used directly from your code. For internal use only. To specify whether the vertical ruler is displayed, use the property. A value that specifies the element visibility. Identifies the dependency property. This member supports the internal infrastructure and is not intended to be used directly from your code. Gets or sets whether the vertical ruler is displayed. This is a dependency property. A value that specifies the element visibility. Identifies the dependency property. Gets or sets the top visible position in the scrolled document. An value that is the distance from the top of the scrolled document. Measured in units specified by the property. Gets the bounds of the RichEditControl client region. A object which represents the bounding rectangle of the control's client region in layout units. Contains settings of the Views that are used to display a document in the RichEdit Control. A object which stores the settings of the document Views. Gets the number of words in a document. An integer that is the number of words in a document. Gets or sets the control's content in WordProcessingML (Microsoft Office Word 2003 XML) format. A string of text in WordML format. Occurs when the text in the control is changed. Use the ContentChanged event in your code. Gets the number of words in the current document. A string representing the number of words. Fires when the zoom factor used to display the document is changed.