Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ContextType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ContextType

    Specifies the context type at selection.

    Inheritance
    System.Object
    ContextType
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.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 Description
    ContextType

    FooterTableImage

    Denotes that the editing context is text inside an image in the footer.

    Declaration
    public const ContextType FooterTableImage
    Field Value
    Type Description
    ContextType

    FooterTableText

    Denotes that the editing context is text inside the table in the footer.

    Declaration
    public const ContextType FooterTableText
    Field Value
    Type Description
    ContextType

    FooterText

    Denotes that the editing context is text in the footer.

    Declaration
    public const ContextType FooterText
    Field Value
    Type Description
    ContextType

    HeaderImage

    Denotes that the editing context is an image in the table.

    Declaration
    public const ContextType HeaderImage
    Field Value
    Type Description
    ContextType

    HeaderTableImage

    Denotes that the editing context is text inside an image in the header.

    Declaration
    public const ContextType HeaderTableImage
    Field Value
    Type Description
    ContextType

    HeaderTableText

    Denotes that the editing context is text inside the table in the header.

    Declaration
    public const ContextType HeaderTableText
    Field Value
    Type Description
    ContextType

    HeaderText

    Denotes that the editing context is text in the header.

    Declaration
    public const ContextType HeaderText
    Field Value
    Type Description
    ContextType

    Image

    Denotes that the editing context is image.

    Declaration
    public const ContextType Image
    Field Value
    Type Description
    ContextType

    List

    Denotes that the editing context is list.

    Declaration
    public const ContextType List
    Field Value
    Type Description
    ContextType

    TableImage

    Denotes that the editing context is an image in the table.

    Declaration
    public const ContextType TableImage
    Field Value
    Type Description
    ContextType

    TableOfContents

    Denotes that the editing context is the table of contents.

    Declaration
    public const ContextType TableOfContents
    Field Value
    Type Description
    ContextType

    TableText

    Denotes that the editing context is a text in the table.

    Declaration
    public const ContextType TableText
    Field Value
    Type Description
    ContextType

    Text

    Denotes that the editing context is text.

    Declaration
    public const ContextType Text
    Field Value
    Type Description
    ContextType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved