Class TableToolbarCommand
Defines the types to be used to configure the toolbar items in the Table Quick Toolbar.
Inheritance
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TableToolbarCommand : Enum
Remarks
Offers various commands for editing and formatting tables directly from within the editor.
Fields
Alignments
Defines the TableToolbarCommand as Alignments.
Declaration
public const TableToolbarCommand Alignments
Field Value
Type | Description |
---|---|
TableToolbarCommand | Command for aligning tables or cell content. |
Remarks
Provides alignment options to adjust table formatting effectively.
BackgroundColor
Defines the TableToolbarCommand as BackgroundColor.
Declaration
public const TableToolbarCommand BackgroundColor
Field Value
Type | Description |
---|---|
TableToolbarCommand | Command to change the background color of table cells. |
Remarks
Enhances visual distinction within tabular data through color coding.
HorizontalSeparator
Defines the TableToolbarCommand as HorizontalSeparator.
Declaration
public const TableToolbarCommand HorizontalSeparator
Field Value
Type | Description |
---|---|
TableToolbarCommand | Separator for structuring table toolbar options. |
Remarks
Helps organize table options into distinct segments.
Styles
Defines the TableToolbarCommand as Styles.
Declaration
public const TableToolbarCommand Styles
Field Value
Type | Description |
---|---|
TableToolbarCommand | Command to apply predefined styles to tables. |
Remarks
Offers styling options that unify table appearance with document design.
TableCell
Defines the TableToolbarCommand as TableCell.
Declaration
public const TableToolbarCommand TableCell
Field Value
Type | Description |
---|---|
TableToolbarCommand | Command for managing individual table cells. |
Remarks
Facilitates actions such as cell merging or splitting to enhance data layout.
TableCellVerticalAlign
Defines the TableToolbarCommand as TableCellVerticalAlign.
Declaration
public const TableToolbarCommand TableCellVerticalAlign
Field Value
Type | Description |
---|---|
TableToolbarCommand | Command to adjust vertical alignment of cell content. |
Remarks
Modifies vertical orientation within cells for cleaner presentation.
TableColumns
Defines the TableToolbarCommand as TableColumns.
Declaration
public const TableToolbarCommand TableColumns
Field Value
Type | Description |
---|---|
TableToolbarCommand | Command to add or remove columns within a table. |
Remarks
Adjusts the horizontal structure of tables to suit content needs.
TableEditProperties
Defines the TableToolbarCommand as TableEditProperties.
Declaration
public const TableToolbarCommand TableEditProperties
Field Value
Type | Description |
---|---|
TableToolbarCommand | Command for editing the properties of a table. |
Remarks
Provides a dialog to customize table attributes like dimensions and padding.
TableHeader
Defines the TableToolbarCommand as TableHeader.
Declaration
public const TableToolbarCommand TableHeader
Field Value
Type | Description |
---|---|
TableToolbarCommand | Command to toggle the header row of a table. |
Remarks
Sets or removes headers, enhancing table legibility and organization.
TableRemove
Defines the TableToolbarCommand as TableRemove.
Declaration
public const TableToolbarCommand TableRemove
Field Value
Type | Description |
---|---|
TableToolbarCommand | Command for removing entire tables from the content. |
Remarks
Deletes selected tables, simplifying the layout by removing the grid structure.
TableRows
Defines the TableToolbarCommand as TableRows.
Declaration
public const TableToolbarCommand TableRows
Field Value
Type | Description |
---|---|
TableToolbarCommand | Command to manage the addition or removal of table rows. |
Remarks
Facilitates structural modifications to table rows for better data alignment.