Enum ToolbarItem
Specifies tool bar items.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ToolbarItem
Fields
| Name | Description |
|---|---|
| Bookmark | Bookmark tool bar item. |
| Break | Break tool bar item. |
| Comments | Comment tool bar item. |
| Find | Find tool bar item. |
| Footer | Footer tool bar item. |
| FormFields | Form fields tool bar item. |
| Header | Header tool bar item. |
| Hyperlink | Hyper link tool bar item. |
| Image | Image tool bar item. |
| LocalClipboard | Local clipboard tool bar item. |
| New | New tool bar item. |
| Open | Open tool bar item. |
| PageNumber | Page number tool bar item. |
| PageSetup | Page setup tool bar item. |
| Redo | Redo tool bar item. |
| RestrictEditing | Restrict editing tool bar item. |
| Separator | Separator tool bar item. |
| Table | Table tool bar item. |
| TableOfContents | Table of content tool bar item. |
| Undo | Undo tool bar item. |
| UpdateFields | Update fields tool bar item. |