Skip to main content
A newer version of this page is available. .

DevExpress.Blazor.RichEdit Namespace

Contains classes for DevExpress Blazor RichEdit component.

Assembly: DevExpress.Blazor.RichEdit.v22.1.dll

NuGet Package: DevExpress.Blazor.RichEdit

Classes

Name Description
Bookmark A bookmark in a document.
Bookmarks Contains members that allow you to manage a sub-document’s bookmarks.
CalculateDocumentVariableEventArgs Provides data for the CalculateDocumentVariable event.
CharacterProperties Contains properties of a text span’s characters.
ContentChangedEventArgs Contains data for the ContentInserted event.
ContentRemovedEventArgs Contains data for the ContentRemoved event.
Document A document in the Rich Text Editor.
DocumentElementBase Defines the base API for classes that implement document structural elements.
DocumentImageSource Contains methods that allow you to specify an image source.
DxMailMergeSettings Contains the mail merge settings.
DxRichEdit A Rich Text Editor component.
ElementCollection<TElement> The base for classes that implement document element collections.
ElementSize Contains height and width settings.
Field A field in a sub-document.
Fields Contains members that allow you to manage a sub-document’s fields.
FloatingObjectDistanceFromText Contains settings that specify distances between the floating object borders and text that wraps around the object.
Hyperlink A hyperlink in a document.
Hyperlinks Contains members that allow you to manage a sub-document’s hyperlinks.
Image A floating image in a sub-document.
ImageBase<T> The base for classes that implement an image in a document.
ImageBaseProperties The base for classes that contain image settings in a document.
ImageProperties Contains an image’s properties.
Images Contains members that allow you to create and access a sub-document’s images.
InlineImage An inline image in a sub-document.
InlineImageProperties Contains an inline image’s properties.
InlineImages Contains members that allow you to create and access a sub-document’s inline images.
Interval Contains settings of a sub-document’s interval.
List A list in a document.
ListLevel Contains the list level’s properties.
ListLevelProperties Contains the list level’s properties.
Lists Contains members that allow you to manage document lists.
Margins Contains margin settings.
Outline Contains image outline settings.
Paragraph A paragraph in a sub-document.
ParagraphProperties Contains the paragraph properties.
Paragraphs Contains members that allow you to manage a sub-document’s paragraphs.
RichEditBarItemNames static Contains names of built-in items.
RichEditRibbonContextTabType static Contains types of context tabs.
RichEditRibbonGroupNames static Contains names of all groups in the built-in ribbon.
RichEditRibbonTabNames static Contains names of all tabs in the built-in ribbon.
RichEditToolbarGroupNames static Contains names of all groups in the Rich Text Editor‘s built-in toolbar.
Section A section in a document.
SectionProperties Contains section properties.
Sections Contains members that allow you to manage a document’s sections.
Selection Contains information about document selection.
SubDocument A sub-document in a document.
Table A table in a document.
TableCell A table cell.
TableRow A table row.
Tables Contains members that allow you to manage a sub-document’s tables.
TextSpan A span of document content.
UnitConverter static Contains methods that allow you to convert different units of measurement.

Interfaces

Name Description
IDocumentFormatDetector Declares methods that detect the format of document files.
IFloatingObjectDistanceFromText Declares settings that specify the distances between the floating object borders and text that wraps around the object.
IMargins Declares margin settings.
IOutline Declares image outline settings.
ISize Declares height and width settings.

Enums

Name Description
CharacterFormattingScript Lists values that specify character script format.
DocumentFormat Lists file document formats.
FirstLineIndentType Lists values that specify the indent type for the first line in a paragraph.
FloatingObjectHorizontalAlignment Lists values that specify the horizontal alignment for a floating object.
FloatingObjectHorizontalAnchorElement Lists values that specify the element to which the floating object is horizontally aligned.
FloatingObjectVerticalAlignment Lists values that specify the vertical alignment for a floating object.
FloatingObjectVerticalAnchorElement Lists values that specify the element to which the floating object is vertically aligned.
HeaderFooterType Lists header and footer types.
LineSpacingType Lists values that specify the line spacing type for a paragraph.
ListLevelFormat Lists values that specify the format for a list level’s number or bullet.
ListType Lists values that specify the list type.
MergeMode Lists delimiters that start a new merged range.
ParagraphAlignment Lists values that specify the paragraph alignment.
SectionBreakType Lists the types of a section break.
SubDocumentType Lists values that specify a sub-document type.
ViewType Lists values that specify a document view type.
WrapType Lists values that specify how text wraps around an image.