Class ContextType
Specifies the context type at selection.
Inheritance
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public sealed class ContextType : Enum
Fields
FooterImage
Denotes that the editing context is text in the footer.
Declaration
public const ContextType FooterImage
Field Value
Type |
---|
ContextType |
FooterTableImage
Denotes that the editing context is text inside an image in the footer.
Declaration
public const ContextType FooterTableImage
Field Value
Type |
---|
ContextType |
FooterTableText
Denotes that the editing context is text inside the table in the footer.
Declaration
public const ContextType FooterTableText
Field Value
Type |
---|
ContextType |
FooterText
Denotes that the editing context is text in the footer.
Declaration
public const ContextType FooterText
Field Value
Type |
---|
ContextType |
HeaderImage
Denotes that the editing context is an image in the table.
Declaration
public const ContextType HeaderImage
Field Value
Type |
---|
ContextType |
HeaderTableImage
Denotes that the editing context is text inside an image in the header.
Declaration
public const ContextType HeaderTableImage
Field Value
Type |
---|
ContextType |
HeaderTableText
Denotes that the editing context is text inside the table in the header.
Declaration
public const ContextType HeaderTableText
Field Value
Type |
---|
ContextType |
HeaderText
Denotes that the editing context is text in the header.
Declaration
public const ContextType HeaderText
Field Value
Type |
---|
ContextType |
Image
Denotes that the editing context is image.
Declaration
public const ContextType Image
Field Value
Type |
---|
ContextType |
List
Denotes that the editing context is list.
Declaration
public const ContextType List
Field Value
Type |
---|
ContextType |
TableImage
Denotes that the editing context is an image in the table.
Declaration
public const ContextType TableImage
Field Value
Type |
---|
ContextType |
TableOfContents
Denotes that the editing context is the table of contents.
Declaration
public const ContextType TableOfContents
Field Value
Type |
---|
ContextType |
TableText
Denotes that the editing context is a text in the table.
Declaration
public const ContextType TableText
Field Value
Type |
---|
ContextType |
Text
Denotes that the editing context is text.
Declaration
public const ContextType Text
Field Value
Type |
---|
ContextType |