Enum ToolbarCommand
Defines the types to be used to configure the toolbar items.
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ToolbarCommand
Remarks
These commands modify the behavior and appearance of toolbar items in the editor.
Fields
| Name | Description |
|---|---|
| Alignments | Defines the ToolbarCommand as Alignments. |
| Audio | Defines the ToolbarCommand as Audio. |
| BackgroundColor | Defines the ToolbarCommand as BackgroundColor. |
| Blockquote | Defines the ToolbarCommand as Blockquote. |
| Bold | Defines the ToolbarCommand as Bold. |
| BulletFormatList | Defines the ToolbarCommand as BulletFormatList. |
| ClearFormat | Defines the ToolbarCommand as ClearFormat. |
| CodeBlock | Defines the ToolbarCommand as CodeBlock. |
| CreateLink | Defines the ToolbarCommand as CreateLink. |
| CreateTable | Defines the ToolbarCommand as CreateTable. |
| ExportPdf | Defines the ToolbarCommand as ExportPdf. |
| ExportWord | Defines the ToolbarCommand as ExportWord. |
| FontColor | Defines the ToolbarCommand as FontColor. |
| FontName | Defines the ToolbarCommand as FontName. |
| FontSize | Defines the ToolbarCommand as FontSize. |
| FormatPainter | Activates the Format Painter tool to copy and apply text formatting. |
| Formats | Defines the ToolbarCommand as Formats. |
| FullScreen | Defines the ToolbarCommand as FullScreen. |
| HorizontalLine | Activates the HorizontalLine tool to add a line across the editor. |
| HorizontalSeparator | Defines the ToolbarCommand as HorizontalSeparator. |
| Image | Defines the ToolbarCommand as Image. |
| ImportWord | Defines the ToolbarCommand as ImportWord. |
| Indent | Defines the ToolbarCommand as Indent. |
| InlineCode | Defines the ToolbarCommand as InlineCode. |
| InsertCode | Defines the ToolbarCommand as InsertCode. |
| Italic | Defines the ToolbarCommand as Italic. |
| LowerCase | Defines the ToolbarCommand as LowerCase. |
| Maximize | Defines the ToolbarCommand as Maximize. |
| Minimize | Defines the ToolbarCommand as Minimize. |
| NumberFormatList | Defines the ToolbarCommand as NumberFormatList. |
| OrderedList | Defines the ToolbarCommand as OrderedList. |
| Outdent | Defines the ToolbarCommand as Outdent. |
| Preview | Defines the ToolbarCommand as Preview. |
Defines the ToolbarCommand as Print. |
|
| Redo | Defines the ToolbarCommand as Redo. |
| RemoveLink | Defines the ToolbarCommand as RemoveLink. |
| Separator | Defines the ToolbarCommand as Separator. |
| SourceCode | Defines the ToolbarCommand as SourceCode. |
| StrikeThrough | Defines the ToolbarCommand as StrikeThrough. |
| SubScript | Defines the ToolbarCommand as SubScript. |
| SuperScript | Defines the ToolbarCommand as SuperScript. |
| Underline | Defines the ToolbarCommand as Underline. |
| Undo | Defines the ToolbarCommand as Undo. |
| UnorderedList | Defines the ToolbarCommand as UnorderedList. |
| UpperCase | Defines the ToolbarCommand as UpperCase. |
| Video | Defines the ToolbarCommand as Video. |