Enum ContextType
Specifies the context type at selection.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ContextType
Fields
| Name | Description |
|---|---|
| FooterImage | Denotes that the editing context is text in the footer. |
| FooterTableImage | Denotes that the editing context is text inside an image in the footer. |
| FooterTableText | Denotes that the editing context is text inside the table in the footer. |
| FooterText | Denotes that the editing context is text in the footer. |
| HeaderImage | Denotes that the editing context is an image in the table. |
| HeaderTableImage | Denotes that the editing context is text inside an image in the header. |
| HeaderTableText | Denotes that the editing context is text inside the table in the header. |
| HeaderText | Denotes that the editing context is text in the header. |
| Image | Denotes that the editing context is image. |
| List | Denotes that the editing context is list. |
| TableImage | Denotes that the editing context is an image in the table. |
| TableOfContents | Denotes that the editing context is the table of contents. |
| TableText | Denotes that the editing context is a text in the table. |
| Text | Denotes that the editing context is text. |