Back to Devexpress

DevExpress.Blazor.RichEdit Namespace

blazor-devexpress-dot-blazor-be9df4b8.md

latest13.9 KB
Original Source

DevExpress.Blazor.RichEdit Namespace

Contains classes for DevExpress Blazor RichEdit component.

Assemblies : DevExpress.Blazor.RichEdit.v25.2.dll, DevExpress.Blazor.v25.2.dll

NuGet Packages : DevExpress.Blazor.RichEdit, DevExpress.Blazor

Classes

NameDescription
BookmarkA bookmark in a document.
BookmarksContains members that allow you to manage a sub-document’s bookmarks.
CalculateDocumentVariableEventArgsProvides data for the CalculateDocumentVariable event.
CharacterPropertiesContains character properties.
ContentChangedEventArgsContains data for the ContentInserted event.
ContentRemovedEventArgsContains data for the ContentRemoved event.
DocumentA document in the Rich Text Editor.
DocumentElementBaseDefines the base API for classes that implement document structural elements.
DocumentImageSourceContains methods that allow you to specify an image source.
DxHyperlinkSettingsContains hyperlink settings.
DxMailMergeSettingsContains the mail merge settings.
DxRichEditA Microsoft Word-inspired rich text editor with comprehensive text formatting options, mail merge support, and a rich collection of user options.
ElementCollection<TElement>The base for classes that implement document element collections.
ElementSizeContains height and width settings.
FieldA field in a sub-document.
FieldsContains members that allow you to manage a sub-document’s fields.
FloatingObjectDistanceFromTextContains settings that specify distances between the floating object borders and text that wraps around the object.
HyperlinkA hyperlink in a document.
HyperlinksContains members that allow you to manage a sub-document’s hyperlinks.
ImageA floating image in a sub-document.
ImageBase<T>The base for classes that implement an image in a document.
ImageBasePropertiesThe base for classes that contain image settings in a document.
ImagePropertiesContains an image’s properties.
ImagesContains members that allow you to create and access a sub-document’s images.
InlineImageAn inline image in a sub-document.
InlineImagePropertiesContains an inline image’s properties.
InlineImagesContains members that allow you to create and access a sub-document’s inline images.
IntervalContains settings of a sub-document’s interval.
InvalidAccessExceptionAn exception that can occur when you try to access an inaccessible API during a server-client transaction.
ListA list in a document.
ListLevelContains the list level’s properties.
ListLevelPropertiesContains the list level’s properties.
ListsContains members that allow you to manage document lists.
MarginsContains margin settings.
OutlineContains image outline settings.
ParagraphA paragraph in a sub-document.
ParagraphPropertiesContains the paragraph properties.
ParagraphsContains members that allow you to manage a sub-document’s paragraphs.
RichEditBarItemNames staticContains names of built-in items.
RichEditContextMenuItemNames staticContains names of built-in items.
RichEditRibbonContextTabType staticContains types of context tabs.
RichEditRibbonGroupNames staticContains names of all groups in the built-in ribbon.
RichEditRibbonTabNames staticContains names of all tabs in the built-in ribbon.
RichEditToolbarGroupNames staticContains names of all groups in the Rich Text Editor‘s built-in toolbar.
SectionA section in a document.
SectionPropertiesContains section properties.
SectionsContains members that allow you to manage a document’s sections.
SelectionContains information about document selection.
SubDocumentA sub-document in a document.
TableA table in a sub-document.
TableBorderContains table border settings.
TableBordersContains table borders.
TableBordersBaseDefines the base API for classes that implement table borders.
TableCellA table cell.
TableCellBordersContains cell borders.
TableCellPropertiesContains cell properties.
TableCellsContains members that allow you to manage cells in a row.
TablePropertiesContains table properties.
TableRowA table row.
TableRowHeightContains height settings.
TableRowPropertiesContains row properties.
TableRowsContains members that allow you to manage a table’s rows.
TablesContains members that allow you to manage a sub-document’s tables.
TableStyleName staticContains names of table styles.
TableWidthContains width settings.
TextSpanA span of document content.
UnitConverter staticContains methods that allow you to convert different units of measurement.

Interfaces

NameDescription
ICharacterPropertiesContains character properties.
IDocumentFormatDetectorDeclares methods that detect the format of document files.
IFloatingObjectDistanceFromTextDeclares settings that specify the distances between the floating object borders and text that wraps around the object.
IMarginsDeclares margin settings.
IOutlineDeclares image outline settings.
ISizeDeclares height and width settings.
ISpellCheckServiceAllows you to implement a custom spell check service.
ITableBorderContains table border settings.
ITableBordersContains table borders.
ITableBordersBaseDefines the base API for interfaces that implement table borders.
ITableCellBordersContains cell borders.
ITableRowHeightContains row height settings.
ITableWidthContains width settings.

Structs

NameDescription
TableCellPositionDefines a cell position in a table.

Enums

NameDescription
BorderLineStyleLists border line styles.
CharacterFormattingScriptLists values that specify character script format.
DocumentFormatLists file document formats.
FirstLineIndentTypeLists values that specify the indent type for the first line in a paragraph.
FloatingObjectHorizontalAlignmentLists values that specify the horizontal alignment for a floating object.
FloatingObjectHorizontalAnchorElementLists values that specify the element to which the floating object is horizontally aligned.
FloatingObjectVerticalAlignmentLists values that specify the vertical alignment for a floating object.
FloatingObjectVerticalAnchorElementLists values that specify the element to which the floating object is vertically aligned.
HeaderFooterTypeLists header and footer types.
LineSpacingTypeLists values that specify the line spacing type for a paragraph.
ListLevelFormatLists values that specify the format for a list level’s number or bullet.
ListTypeLists values that specify the list type.
MergeModeLists delimiters that start a new merged range.
ParagraphAlignmentLists values that specify the paragraph alignment.
SectionBreakTypeLists the types of a section break.
SubDocumentTypeLists values that specify a sub-document type.
TableRowHeightTypeLists values that specify different row height calculation modes.
TableStyleOptionsLists table style options.
TableWidthTypeLists values that specify how the component determines the table or cell width.
ViewTypeLists values that specify a document view type.
WrapTypeLists values that specify how text wraps around an image.