Contains the commands which RadzenHtmlEditor supports.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public static class HtmlEditorCommandsCenters the selected text.
public static string AlignCenterAligns the selected text to the left.
public static string AlignLeftAligns the selected text to the right.
public static string AlignRightSets the background color of the selected text.
public static string BackgroundSets the text color of the selection.
public static string ColorSets the font of the selected text.
public static string FontNameSets the font size of the selected text.
public static string FontSizeFormats the selection as paragraph, heading etc.
public static string FormatBlockInserts html at cursor location.
public static string InsertHtmlMakes the selected text italic.
public static string ItalicJustifies the selected text.
public static string JustifyInserts an empty ordered list or makes an ordered list from the selected text.
public static string OrderedListOutdents the selected text.
public static string OutdentRepeats the last edit operations.
public static string RedoRemoves visual formatting from the selected text.
public static string RemoveFormatStrikes through the selected text.
public static string StrikeThroughApplies subscript styling to the selected text.
public static string SubscriptApplies superscript styling to the selected text.
public static string SuperscriptUnderlines the selected text.
public static string UnderlineInserts an empty unordered list or makes an unordered list from the selected text.
public static string UnorderedList