Back to Devexpress

DevExpress.Maui.HtmlEditor Namespace

maui-devexpress-dot-maui-c32db575.md

latest4.3 KB
Original Source

DevExpress.Maui.HtmlEditor Namespace

Contains classes that implement the HtmlEdit functionality.

Assembly : DevExpress.Maui.HtmlEditor.dll

NuGet Package : DevExpress.Maui.HtmlEditor

Classes

NameDescription
HtmlEditA rich text editor that uses HTML as an input or output format.
HtmlEditCommandsContains commands of HtmlEdit.
HtmlEditLocalizerAn object that localizes the text lines displayed in HtmlEdit.
HtmlEditToolbarA DXToolbar control that is displayed within HtmlEdit.
HtmlHyperlinkA hyperlink within the HtmlEdit control.
HtmlImageAn image that is embedded in the HtmlEdit‘s content.
HtmlSourceA source of HTML markup that is displayed in HtmlEdit.
Initializer staticContains the Init() method that initializes classes from the DevExpress.Maui.HtmlEditor namespace.
StreamHtmlSourceAn HtmlEdit‘s data source that loads HTML text from Stream.
StringHtmlSourceAn HtmlEdit‘s data source that loads HTML text from a String value.
TableSizeSelectorA control that allows you to select a size of the table.
UriHtmlSourceAn HtmlEdit‘s data source that loads HTML text from an absolute/relative URI.

Structs

NameDescription
HtmlFontSizeA font size of HtmlEdit text.
HtmlLineHeightA height of HtmlEdit lines.
HtmlSelectionRangeThe read-only struct that is the HtmlEdit selection range. This struct includes a caret/selection start position and the selection length.
HtmlSizeA size of HtmlEdit elements.

Enums

NameDescription
HtmlEditStringIdContains values corresponding to strings that can be localized.
HtmlHeadingLevelLists heading types that you can apply to the HtmlEdit‘s text
HtmlImageTypeLists an HTML Edit’s image file type.
HtmlListTypeLists values that describe types of lists within HtmlEdit.
HtmlSizeUnitLists units that you can use in the HtmlEdit control.
HtmlTextHorizontalAlignmentLists values that control a HtmlEdit‘s text alignment.
HtmlTextIndentLists text indents that you can apply to the HtmlEdit‘s list items.