Class HtmlEditorCommands
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Contains the commands which RadzenHtmlEditor supports.
public static class HtmlEditorCommands
- Inheritance
-
HtmlEditorCommands
- Inherited Members
Fields
AlignCenter
Centers the selected text.
public static string AlignCenter
Field Value
AlignLeft
Aligns the selected text to the left.
public static string AlignLeft
Field Value
AlignRight
Aligns the selected text to the right.
public static string AlignRight
Field Value
Background
Sets the background color of the selected text.
public static string Background
Field Value
Bold
Bolds the selected text.
public static string Bold
Field Value
Color
Sets the text color of the selection.
public static string Color
Field Value
FontName
Sets the font of the selected text.
public static string FontName
Field Value
FontSize
Sets the font size of the selected text.
public static string FontSize
Field Value
FormatBlock
Formats the selection as paragraph, heading etc.
public static string FormatBlock
Field Value
Indent
Indents the selection.
public static string Indent
Field Value
InsertHtml
Inserts html at cursor location.
public static string InsertHtml
Field Value
Italic
Makes the selected text italic.
public static string Italic
Field Value
Justify
Justifies the selected text.
public static string Justify
Field Value
OrderedList
Inserts an empty ordered list or makes an ordered list from the selected text.
public static string OrderedList
Field Value
Outdent
Outdents the selected text.
public static string Outdent
Field Value
Redo
Repeats the last edit operations.
public static string Redo
Field Value
RemoveFormat
Removes visual formatting from the selected text.
public static string RemoveFormat
Field Value
StrikeThrough
Strikes through the selected text.
public static string StrikeThrough
Field Value
Subscript
Applies subscript styling to the selected text.
public static string Subscript
Field Value
Superscript
Applies superscript styling to the selected text.
public static string Superscript
Field Value
Underline
Underlines the selected text.
public static string Underline
Field Value
Undo
Undoes the last edit operation.
public static string Undo
Field Value
Unlink
Unlinks a link.
public static string Unlink
Field Value
UnorderedList
Inserts an empty unordered list or makes an unordered list from the selected text.
public static string UnorderedList