Enum CommandName
Defines the types used as command names.
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum CommandName
Remarks
Commands dictate various text manipulation functionalities in the editor.
Fields
| Name | Description |
|---|---|
| ApplyFormatPainter | Command to apply the previously copied formatting to the selected text. |
| Audio | Defines the command name as Audio. |
| BackgroundColor | Defines the command name as BackColor. |
| Blockquote | Defines the command name as Blockquote. |
| Bold | Defines the command name as Bold. |
| BulletFormatList | Specifies the command used to create bullet formatted lists. |
| CopyFormatPainter | Command to copy formatting from the selected text. |
| CreateLink | Defines the command name as CreateLink. |
| EditImage | Defines the command name as EditImage. |
| EditLink | Defines the command name as EditLink. |
| ExportPdf | Defines the command name as ExportToPdf. |
| ExportWord | Defines the command name as ExportToWord. |
| FontColor | Defines the command name as FontColor. |
| FontName | Defines the command name as FontName. |
| FontSize | Defines the command name as FontSize. |
| FormatBlock | Defines the command name as FormatBlock. |
| Heading | Defines the command name as Heading. |
| ImportWord | Defines the command name as ImportWord. |
| Indent | Defines the command name as Indent. |
| InsertBrOnReturn | Defines the command name as InsertBrOnReturn. |
| InsertCode | Defines the command name as InsertCode. |
| InsertCodeBlock | Defines the command name as InsertCodeBlock. |
| InsertHTML | Defines the command name as InsertHTML. |
| InsertHorizontalRule | Defines the command name as InsertHorizontalRule. |
| InsertImage | Defines the command name as InsertImage. |
| InsertOrderedList | Defines the command name as InsertOrderedList. |
| InsertParagraph | Defines the command name as InsertParagraph. |
| InsertTable | Defines the command name as InsertTable. |
| InsertText | Defines the command name as InsertText. |
| InsertUnorderedList | Defines the command name as InsertUnorderedList. |
| Italic | Defines the command name as Italic. |
| JustifyCenter | Defines the command name as JustifyCenter. |
| JustifyFull | Defines the command name as JustifyFull. |
| JustifyLeft | Defines the command name as JustifyLeft. |
| JustifyRight | Defines the command name as JustifyRight. |
| Lowercase | Defines the command name as Lowercase. |
| NumberFormatList | Specifies the command used to create number formatted lists. |
| Outdent | Defines the command name as Outdent. |
| Redo | Defines the command name as Redo. |
| RemoveFormat | Defines the command name as RemoveFormat. |
| StrikeThrough | Defines the command name as StrikeThrough. |
| Subscript | Defines the command name as Subscript. |
| Superscript | Defines the command name as Superscript. |
| Underline | Defines the command name as Underline. |
| Undo | Defines the command name as Undo. |
| Uppercase | Defines the command name as Uppercase. |
| Video | Defines the command name as Video. |