Skip to main content

DevExpress.Maui.HtmlEditor Namespace

Contains classes that implement the HtmlEdit functionality.

Assembly: DevExpress.Maui.HtmlEditor.dll

NuGet Package: DevExpress.Maui.HtmlEditor

Classes

Name Description
HtmlEdit A rich text editor that uses HTML as an input or output format.
HtmlEditCommands Contains commands of HtmlEdit.
HtmlEditLocalizer An object that localizes the text lines displayed in HtmlEdit.
HtmlEditToolbar A DXToolbar control that is displayed within HtmlEdit.
HtmlHyperlink A hyperlink within the HtmlEdit control.
HtmlImage An image that is embedded in the HtmlEdit‘s content.
HtmlSource A source of HTML markup that is displayed in HtmlEdit.
Initializer static Contains the Init() method that initializes classes from the DevExpress.Maui.HtmlEditor namespace.
StreamHtmlSource An HtmlEdit‘s data source that loads HTML text from Stream.
StringHtmlSource An HtmlEdit‘s data source that loads HTML text from a String value.
TableSizeSelector A control that allows you to select a size of the table.
UriHtmlSource An HtmlEdit‘s data source that loads HTML text from an absolute/relative URI.

Structs

Name Description
HtmlFontSize A font size of HtmlEdit text.
HtmlLineHeight A height of HtmlEdit lines.
HtmlSelectionRange The read-only struct that is the HtmlEdit selection range. This struct includes a caret/selection start position and the selection length.
HtmlSize A size of HtmlEdit elements.

Enums

Name Description
HtmlEditStringId Contains values corresponding to strings that can be localized.
HtmlHeadingLevel Lists heading types that you can apply to the HtmlEdit‘s text
HtmlImageType Lists an HTML Edit’s image file type.
HtmlListType Lists values that describe types of lists within HtmlEdit.
HtmlSizeUnit Lists units that you can use in the HtmlEdit control.
HtmlTextHorizontalAlignment Lists values that control a HtmlEdit‘s text alignment.
HtmlTextIndent Lists text indents that you can apply to the HtmlEdit‘s list items.