Table of Contents

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

string

AlignLeft

Aligns the selected text to the left.

public static string AlignLeft

Field Value

string

AlignRight

Aligns the selected text to the right.

public static string AlignRight

Field Value

string

Background

Sets the background color of the selected text.

public static string Background

Field Value

string

Bold

Bolds the selected text.

public static string Bold

Field Value

string

Color

Sets the text color of the selection.

public static string Color

Field Value

string

FontName

Sets the font of the selected text.

public static string FontName

Field Value

string

FontSize

Sets the font size of the selected text.

public static string FontSize

Field Value

string

FormatBlock

Formats the selection as paragraph, heading etc.

public static string FormatBlock

Field Value

string

Indent

Indents the selection.

public static string Indent

Field Value

string

InsertHtml

Inserts html at cursor location.

public static string InsertHtml

Field Value

string

Italic

Makes the selected text italic.

public static string Italic

Field Value

string

Justify

Justifies the selected text.

public static string Justify

Field Value

string

OrderedList

Inserts an empty ordered list or makes an ordered list from the selected text.

public static string OrderedList

Field Value

string

Outdent

Outdents the selected text.

public static string Outdent

Field Value

string

Redo

Repeats the last edit operations.

public static string Redo

Field Value

string

RemoveFormat

Removes visual formatting from the selected text.

public static string RemoveFormat

Field Value

string

StrikeThrough

Strikes through the selected text.

public static string StrikeThrough

Field Value

string

Subscript

Applies subscript styling to the selected text.

public static string Subscript

Field Value

string

Superscript

Applies superscript styling to the selected text.

public static string Superscript

Field Value

string

Underline

Underlines the selected text.

public static string Underline

Field Value

string

Undo

Undoes the last edit operation.

public static string Undo

Field Value

string

Unlinks a link.

public static string Unlink

Field Value

string

UnorderedList

Inserts an empty unordered list or makes an unordered list from the selected text.

public static string UnorderedList

Field Value

string