Back to Devexpress

DevExpress.Xpf.RichEdit Namespace

wpf-devexpress-dot-xpf-5d1129cf.md

latest18.0 KB
Original Source

DevExpress.Xpf.RichEdit Namespace

Contains classes which implement the main functionality of the DXRichEdit Suite. To use these classes in XAML code, add the xmlns:dxre=”http://schemas.devexpress.com/winfx/2008/xaml/richedit“ namespace reference.

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Classes

NameDescription
ContentToHtmlConverterA Content-to-HTML converter associated with a binding.
ContentToMhtConverterA Content-to-MHT converter associated with a binding.
ContentToOpenDocumentConverterA Content to OpenDocument format converter associated with a binding.
ContentToOpenXmlConverterA Content-to-Docx converter associated with a binding.
ContentToPlainTextConverterA Content-to-text converter associated with a binding.
ContentToRtfConverterA Content-to-RTF converter associated with a binding.
ContentToSpecificFormatConverterA base class for converters allowing you to bind different formats to RichEditControl’s content.
ContentToWordMLConverterA Content-to-WordML converter associated with a binding.
CustomMarkDrawEventArgsProvides data for the RichEditControl.CustomMarkDraw event.
DXRichEditAnnotationOptionsContains options for document annotations (comments and Tracked Changes).
DXRichEditAuthenticationOptionsHolds a set of credentials used to verify editable ranges in a protected document.
DXRichEditAutoCorrectOptionsProvides the options specific to the AutoCorrect feature.
DXRichEditBehaviorOptionsContains options to restrict an end-user’s ability to manage a document within the RichEditControl.
DXRichEditBookmarkOptionsProvides the options for defining the appearance of bookmarks in the document.
DXRichEditCommentOptionsProvides the options for displaying the comments in a document.
DXRichEditCopyPasteOptionsProvides the options affecting certain copy-paste operations.
DXRichEditDataFormatOptionsProvides the options to manage the clipboard operations with different document formats.
DXRichEditDocDocumentExporterCompatibilityOptionsRepresents the settings that affect the portability of the exported file.
DXRichEditDocDocumentExporterOptionsContains options used for export documents in DOC (MS Word 97-2003) format.
DXRichEditDocDocumentImporterOptionsProvides options used for loading (importing) documents in DOC (MS Word 97-2003) format.
DXRichEditDocmDocumentExporterOptionsContains options used for export documents in DOCM (MS Word 97-2003 Macro-Enabled Document) format.
DXRichEditDocmDocumentImporterOptionsContains options used for import the document in DOCM (Microsoft Word Macro-Enabled Document) format.
DXRichEditDocumentCapabilitiesOptionsProvides the options used to specify document restrictions.
DXRichEditDocumentExportOptionsProvides options used for saving (exporting) documents to different formats.
DXRichEditDocumentImportOptionsProvides options used for loading (importing) documents to different formats.
DXRichEditDocumentSaveOptionsProvides options to define the file name and format used when saving and loading the document.
DXRichEditDocumentSearchOptionsProvides the options affecting a search within a document.
DXRichEditDotDocumentExporterOptionsContains options used for export documents in DOT (MS Word 97-2003 Template) format.
DXRichEditDotDocumentImporterOptionsContains options used for import the document in DOT format.
DXRichEditDotmDocumentExporterOptionsContains options used for import the document in DOTM format.
DXRichEditDotmDocumentImporterOptionsContains options used for import the document in DOCM (Microsoft Word Macro-Enabled Template) format.
DXRichEditDotxDocumentExporterOptionsContains options used for export documents in DOTX (Microsoft Word Template) format.
DXRichEditDotxDocumentImporterOptionsContains options used for import the document in DOTX (Microsoft Word Template) format.
DXRichEditFieldOptionsProvides options used to define the appearance and behavior of the document fields.
DXRichEditFlatOpcDocumentExporterOptionsContains options specific for export to FlatOpc (Microsoft Word XML Document) format.
DXRichEditFlatOpcDocumentImporterOptionsContains options used to load (import) the document in FlatOpc format (Microsoft Word XML Document, .xml).
DXRichEditFlatOpcMacroEnabledDocumentExporterOptionsContains options specific for export to FlatOpcMacroEnabled (MS Word XML Macro-Enabled Document) format.
DXRichEditFlatOpcMacroEnabledDocumentImporterOptionsContains options used to load (import) the document in FlatOpcMacroEnabled format (Microsoft Word XML Macro-Enabled Document, .xml).
DXRichEditFlatOpcMacroEnabledTemplateDocumentExporterOptionsContains options specific for export to FlatOpcMacroEnabledTemplate (MS Word XML Macro-Enabled Template) format.
DXRichEditFlatOpcMacroEnabledTemplateDocumentImporterOptionsContains options used to load (import) the document in FlatOpcMacroEnabledTemplate format (Microsoft Word XML Macro-Enabled Template, .xml).
DXRichEditFlatOpcTemplateDocumentExporterOptionsContains options specific for export to FlatOpcTemplate (MS Word XML Template) format.
DXRichEditFlatOpcTemplateDocumentImporterOptionsContains options used to load (import) the document in FlatOpcTemplate format (Microsoft Word XML Template, .xml).
DXRichEditFontSubstitutionOptionsContains font substitution options.
DXRichEditFormattingMarkVisibilityOptionsProvides options used to specify the visibility the formatting marks (paragraph marks, spaces, tabs, etc.).
DXRichEditHorizontalRulerOptionsProvides the options for the horizontal ruler.
DXRichEditHtmlDocumentExporterOptionsProvides options for exporting the document in HTML format.
DXRichEditHtmlDocumentImporterOptionsProvides options for importing the document in HTML format.
DXRichEditHyperlinkOptionsProvides the options which define the appearance and behavior of the document hyperlinks.
DXRichEditLayoutOptionsProvides miscellaneous layout options.
DXRichEditMailMergeOptionsContains common mail merge options
DXRichEditMhtDocumentExporterOptionsProvides options used for saving (exporting) the document in Mht (Web Archive) format.
DXRichEditMhtDocumentImporterOptionsProvides options for importing the document in MHT format.
DXRichEditNumberingOptionsProvides the options for the availability of numbered and bulleted lists in the document.
DXRichEditOpenDocumentExporterOptionsProvides options used for saving (exporting) the document in OpenDocument text (.odt) format.
DXRichEditOpenDocumentImporterOptionsProvides options used for loading (importing) the document in OpenDocument text (.odt) format.
DXRichEditOpenXmlDocumentExporterOptionsProvides options used for saving (exporting) the document in Open XML (MS Word 2007 default format, or .docx) format.
DXRichEditOpenXmlDocumentImporterOptionsContains options used for import the document in Open XML (MS Word 2007 default format, or .docx) format.
DXRichEditPlainTextDocumentExporterOptionsProvides options used for saving (exporting) the plain text document.
DXRichEditPlainTextDocumentImporterOptionsProvides options used for loading (importing) the plain text document.
DXRichEditPrintingOptionsProvides the options to specify how the document is printed.
DXRichEditRangePermissionOptionsProvides the options for displaying the ranges with permissions within the document.
DXRichEditRtfDocumentExporterCompatibilityOptionsRepresents the settings that affect the portability of the exported file
DXRichEditRtfDocumentExporterOptionsProvides options for exporting the document in RTF format.
DXRichEditRtfDocumentImporterOptionsProvides options for importing the document in RTF format.
DXRichEditSpellCheckerOptionsProvides options affecting the RichEditControl spell checking functionality.
DXRichEditTableOptionsProvides access to the document table options.
DXRichEditTrackChangesOptionsRepresents Track Changes options.
DXRichEditUpdateFieldOptionsContains options used to update certain fields when importing a document containing these fields.
DXRichEditVerticalRulerOptionsProvides the options for the vertical ruler.
DXRichEditWordMLDocumentExporterOptionsProvides options used for saving (exporting) documents in WordprocessingML (MS Word 2003 XML) format.
DXRichEditWordMLDocumentImporterOptionsContains options used for loading (importing) documents in WordprocessingML (MS Word 2003 XML format).
HoverMenuShowingEventArgsProvides data for the RichEditControl.HoverMenuShowing event.
HtmlToContentConverterAn HTML-to-Content format converter associated with a binding.
MhtToContentConverterAn MHT-to-Content format converter associated with a binding.
OpenDocumentToContentConverterAn OpenDocument format to Content converter associated with a binding.
OpenXmlToContentConverterRepresents a Docx-to-Content format converter associated with a binding.
PlainTextToContentConverterRepresents a text-to-Content format converter associated with a binding.
PopupMenuShowingEventArgsProvides data for the RichEditControl.PopupMenuShowing event.
RichEditControlRepresents a RichEdit control which is a container for the rich-text document providing all the necessary functionality.
RichEditControlOptionsRepresents the storage of settings specific for the RichEditControl.
RichEditDocumentSourceRepresents the document source with the specified format for the RichEditControl.
RichEditDocumentXpfPrinterAllows you to print the fixed document.
RichEditHoverMenuRepresents a tool bar displayed when the mouse cursor hovers over a selection.
RtfToContentConverterRepresents a RTF-to-Content format converter associated with a binding.
SpecificFormatToContentConverterA base class for converters, allowing you to bind different formats to the RichEditControl’s content.
WordMLToContentConverterA WordML-to-Content format converter associated with a binding.

Interfaces

NameDescription
IRichEditDocumentLoaderThis interface is obsolete. To load a document when the control is initialized, handle the Loaded event.

Structs

NameDescription
RichEditDocumentContentA container for the control’s content and the text converted using one of the SpecificFormatToContentConverter or ContentToSpecificFormatConverter descendants.

Delegates

NameDescription
CustomMarkDrawEventHandlerRepresents a method that will handle the RichEditControl.CustomMarkDraw event.
HoverMenuShowingEventHandlerRepresents a method that will handle the RichEditControl.HoverMenuShowing event.
PopupMenuShowingEventHandlerA method that handles the RichEditControl.PopupMenuShowing event.

Enums

NameDescription
CommandBarStyleLists styles of an integrated command bar.
RichEditMenuTypeLists menu types respective to visual elements for which a popup menu is invoked.