Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDocumentEditor

    Show / Hide Table of Contents

    Interface IDocumentEditor

    Specifies the Document Editor interface.

    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public interface IDocumentEditor

    Properties

    AcceptTab

    Defines the child content.

    Declaration
    bool AcceptTab { get; set; }
    Property Value
    Type Description
    System.Boolean

    CurrentUser

    Current User.

    Declaration
    string CurrentUser { get; set; }
    Property Value
    Type Description
    System.String

    DefaultPasteOption

    Default Paste Formatting Options.

    Declaration
    PasteOptions DefaultPasteOption { get; set; }
    Property Value
    Type Description
    PasteOptions

    DocumentName

    Gets or sets the name of the document.

    Declaration
    string DocumentName { get; set; }
    Property Value
    Type Description
    System.String

    EnableBookmarkDialog

    Gets or sets a value indicating whether bookmark dialog is enabled or not.

    Declaration
    bool EnableBookmarkDialog { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableBordersAndShadingDialog

    Gets or sets a value indicating whether borders and shading dialog is enabled or not.

    Declaration
    bool EnableBordersAndShadingDialog { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableColumnsDialog

    Gets or sets a value indicating whether columns dialog is enabled or not.

    Declaration
    bool EnableColumnsDialog { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableComment

    Gets or set a value indicating whether comment is enabled or not.

    Declaration
    bool EnableComment { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableContextMenu

    Gets or sets a value indicating whether context menu is enabled or not.

    Declaration
    bool EnableContextMenu { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCursorOnReadOnly

    Gets or sets a value indicating whether to enable cursor in document editor on read only state or not. The default value is false.

    Declaration
    bool EnableCursorOnReadOnly { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableEditor

    Gets or sets a value indicating whether editor needs to be enabled or not.

    Declaration
    bool EnableEditor { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableEditorHistory

    Gets or sets a value indicating whether editor history needs to be enabled or not.

    Declaration
    bool EnableEditorHistory { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableFontDialog

    Gets or sets a value indicating whether font dialog is enabled or not.

    Declaration
    bool EnableFontDialog { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableFormField

    Gets or set a value indicating whether form fields is enabled or not.

    Declaration
    bool EnableFormField { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableHyperlinkDialog

    Gets or sets a value indicating whether hyperlink dialog is enabled or not.

    Declaration
    bool EnableHyperlinkDialog { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableImageResizer

    Gets or sets a value indicating whether image resizer is enabled or not.

    Declaration
    bool EnableImageResizer { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableListDialog

    Gets or sets a value indicating whether list dialog is enabled or not.

    Declaration
    bool EnableListDialog { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableLocalPaste

    Gets or sets a value indicating whether local paste needs to be enabled or not.

    Declaration
    bool EnableLocalPaste { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableOptionsPane

    Gets or sets a value indicating whether options pane is enabled or not.

    Declaration
    bool EnableOptionsPane { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnablePageSetupDialog

    Gets or sets a value indicating whether margin dialog is enabled or not.

    Declaration
    bool EnablePageSetupDialog { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableParagraphDialog

    Gets or sets a value indicating whether paragraph dialog is enabled or not.

    Declaration
    bool EnableParagraphDialog { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnablePersistence

    Enable or disable persisting component's state between page reloads.

    Declaration
    bool EnablePersistence { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnablePrint

    Gets or sets a value indicating whether print needs to be enabled or not.

    Declaration
    bool EnablePrint { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableRtl

    Enable or disable rendering component in right to left direction.

    Declaration
    bool EnableRtl { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableSearch

    Gets or sets a value indicating whether search module is enabled or not.

    Declaration
    bool EnableSearch { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableSelection

    Gets or sets a value indicating whether selection needs to be enabled or not.

    Declaration
    bool EnableSelection { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableSfdtExport

    Gets or sets a value indicating whether Sfdt export needs to be enabled or not.

    Declaration
    bool EnableSfdtExport { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableSpellCheck

    Gets or sets a value indicating whether editor need to be spell checked.

    Declaration
    bool EnableSpellCheck { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableStyleDialog

    Gets or sets a value indicating whether font dialog is enabled or not.

    Declaration
    bool EnableStyleDialog { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableTableDialog

    Gets or sets a value indicating whether table dialog is enabled or not.

    Declaration
    bool EnableTableDialog { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableTableOfContentsDialog

    Gets or sets a value indicating whether table of contents dialog is enabled or not.

    Declaration
    bool EnableTableOfContentsDialog { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableTableOptionsDialog

    Gets or sets a value indicating whether table options dialog is enabled or not.

    Declaration
    bool EnableTableOptionsDialog { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableTablePropertiesDialog

    Gets or sets a value indicating whether table properties dialog is enabled or not.

    Declaration
    bool EnableTablePropertiesDialog { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableTextExport

    Gets or sets a value indicating whether text export needs to be enabled or not.

    Declaration
    bool EnableTextExport { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableWordExport

    Gets or sets a value indicating whether word export needs to be enabled or not.

    Declaration
    bool EnableWordExport { get; set; }
    Property Value
    Type Description
    System.Boolean

    Headers

    Add custom headers to XMLHttpRequest.

    Declaration
    object[] Headers { get; set; }
    Property Value
    Type Description
    System.Object[]

    Height

    Defines the height of the DocumentEditor component.

    Declaration
    string Height { get; set; }
    Property Value
    Type Description
    System.String

    ID

    Specifies the element Id.

    Declaration
    string ID { get; set; }
    Property Value
    Type Description
    System.String

    IsReadOnly

    Gets or sets a value indicating whether the document editor is in read only state or not.

    Declaration
    bool IsReadOnly { get; set; }
    Property Value
    Type Description
    System.Boolean

    LayoutType

    Layout Type.

    Declaration
    LayoutType LayoutType { get; set; }
    Property Value
    Type Description
    LayoutType

    Locale

    Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

    Declaration
    string Locale { get; set; }
    Property Value
    Type Description
    System.String

    PageGap

    Gets or sets the page gap value in document editor.

    Declaration
    double PageGap { get; set; }
    Property Value
    Type Description
    System.Double

    PageOutline

    Gets or sets the page outline color.

    Declaration
    string PageOutline { get; set; }
    Property Value
    Type Description
    System.String

    ServiceUrl

    Sfdt Service URL.

    Declaration
    string ServiceUrl { get; set; }
    Property Value
    Type Description
    System.String

    ShowComments

    Show comment in the document.

    Declaration
    bool ShowComments { get; set; }
    Property Value
    Type Description
    System.Boolean

    UseCtrlClickToFollowHyperlink

    Gets or Sets a value indicating whether holding Ctrl key is required to follow hyperlink on click. The default value is true.

    Declaration
    bool UseCtrlClickToFollowHyperlink { get; set; }
    Property Value
    Type Description
    System.Boolean

    UserColor

    User Selection Highlight Color.

    Declaration
    string UserColor { get; set; }
    Property Value
    Type Description
    System.String

    Width

    Defines the width of the DocumentEditor component.

    Declaration
    string Width { get; set; }
    Property Value
    Type Description
    System.String

    ZIndex

    Specifies the z-order for rendering that determines whether the dialog is displayed in front or behind of another component.

    Declaration
    double ZIndex { get; set; }
    Property Value
    Type Description
    System.Double

    ZoomFactor

    Gets or sets the zoom factor in document editor.

    Declaration
    double ZoomFactor { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved