alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum CompatibilityMode

    Represents the compatibility mode of the document.

    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public enum CompatibilityMode
    Remarks

    This property provides an option to modify the compatibility mode of the active document, when a new document is created, or an existing document is opened. You can modify it in DocumentChanged event.

    Examples

    The following code example demonstrates how to modify compatibility mode for the document opened in Syncfusion Word Processor (Document editor) component.

    //Sets compatibility mode for the active document as Word 2010.
    sfDocumentEditorContainer.DocumentSettings.CompatibilityMode = CompatibilityMode.Word2010;

    Fields

    Name Description
    Word2003

    Specifies the Word 2003 compatibility mode.

    Word2007

    Specifies the Word 2007 compatibility mode.

    Word2010

    Specifies the Word 2010 compatibility mode.

    Word2013

    Specifies the Word 2013 compatibility mode.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved