Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CompatibilityMode

    Show / Hide Table of Contents

    Class CompatibilityMode

    Specifies the compatibility mode that uses when opening a document.

    Inheritance
    System.Object
    CompatibilityMode
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public sealed class CompatibilityMode : Enum

    Fields

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Word2003

    Features new to Word 2007 and later are disabled in this mode.

    Declaration
    public const CompatibilityMode Word2003
    Field Value
    Type Description
    CompatibilityMode

    Word2007

    Features new to Word 2010 and later are disabled in this mode.

    Declaration
    public const CompatibilityMode Word2007
    Field Value
    Type Description
    CompatibilityMode

    Word2010

    All Word 2010 features are enabled.

    Declaration
    public const CompatibilityMode Word2010
    Field Value
    Type Description
    CompatibilityMode

    Word2013

    Default. All Word 2013 features are enabled. Also Word 2016 have similar features of Word 2013 and it doesn't have any difference.

    Declaration
    public const CompatibilityMode Word2013
    Field Value
    Type Description
    CompatibilityMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved