ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class FormatType

    Specifies the format type supported by the Syncfusion.DocumentEditor.Portable library.

    Inheritance
    System.Object
    FormatType
    Namespace: Syncfusion.EJ2.DocumentEditor
    Assembly: Syncfusion.EJ2.DocumentEditor.dll
    Syntax
    public sealed class FormatType : Enum

    Fields

    Doc

    Microsoft Word 97-2003 Format.

    Declaration
    public const FormatType Doc
    Field Value
    Type Description
    FormatType

    Docx

    Microsoft Word Open XML Format.

    Declaration
    public const FormatType Docx
    Field Value
    Type Description
    FormatType

    Html

    Html format

    Declaration
    public const FormatType Html
    Field Value
    Type Description
    FormatType

    Rtf

    Rich Text Format.

    Declaration
    public const FormatType Rtf
    Field Value
    Type Description
    FormatType

    Txt

    Plain Text Format.

    Declaration
    public const FormatType Txt
    Field Value
    Type Description
    FormatType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    WordML

    Specifies the WordProcessingML (.XML) documents.

    Declaration
    public const FormatType WordML
    Field Value
    Type Description
    FormatType
    Remarks

    Provides Read/Write support for Microsoft Office Word  XML format (FlatOPC) documents. Provides read only support for Microsoft Office Word 2003 XML format documents.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved