Enum TableToolbarCommand
Defines the types to be used to configure the toolbar items in the Table Quick Toolbar.
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum TableToolbarCommand
Remarks
Offers various commands for editing and formatting tables directly from within the editor.
Fields
| Name | Description |
|---|---|
| Alignments | Defines the TableToolbarCommand as Alignments. |
| BackgroundColor | Defines the TableToolbarCommand as BackgroundColor. |
| HorizontalSeparator | Defines the TableToolbarCommand as HorizontalSeparator. |
| Separator | Defines the TableToolbarCommand as Separator. |
| Styles | Defines the TableToolbarCommand as Styles. |
| TableCell | Defines the TableToolbarCommand as TableCell. |
| TableCellVerticalAlign | Defines the TableToolbarCommand as TableCellVerticalAlign. |
| TableColumns | Defines the TableToolbarCommand as TableColumns. |
| TableEditProperties | Defines the TableToolbarCommand as TableEditProperties. |
| TableHeader | Defines the TableToolbarCommand as TableHeader. |
| TableRemove | Defines the TableToolbarCommand as TableRemove. |
| TableRows | Defines the TableToolbarCommand as TableRows. |