GroupDocs.Editor.Formats

The GroupDocs.Editor.Formats namespace provides interfaces and classes that describes supported document formats.

Classes

Class Description
EBookFormats.AllEnumerable Implements IEnumerable generic interface, that enables a ‘foreach’ possibility for the EBookFormats type
EmailFormats.AllEnumerable Implements IEnumerable generic interface, that enables a ‘foreach’ possibility for the Email type
FixedLayoutFormats.AllEnumerable Implements IEnumerable generic interface, that enables a ‘foreach’ possibility for the FixedLayoutFormats type
PresentationFormats.AllEnumerable Implements IEnumerable generic interface, that enables a ‘foreach’ possibility for the PresentationFormats type
SpreadsheetFormats.AllEnumerable Implements IEnumerable generic interface, that enables a ‘foreach’ possibility for the SpreadsheetFormats type
TextualFormats.AllEnumerable Implements IEnumerable generic interface, that enables a ‘foreach’ possibility for the TextualFormats type
WordProcessingFormats.AllEnumerable Implements IEnumerable generic interface, that enables a ‘foreach’ possibility for the WordProcessingFormats type

Structures

Structure Description
EBookFormats Encapsulates all eBook formats. Includes the following file types: Mobi, Epub, Azw3
EmailFormats Encapsulates all emails formats. Includes the following file types: Tnef, Eml, Emlx, Msg, Html, Mhtml.
FixedLayoutFormats Encapsulates all fixed-layout (also know as “fixed-page”) formats, which includes PDF and XPS (this does not include raster images)
PresentationFormats Encapsulates all Presentation formats. Includes the following formats: Odp, Otp, Pot, Potm, Potx, Pps, Ppsm, Ppsx, Ppt, Ppt95, Pptm, Pptx. Learn more about Presentation formats here.
SpreadsheetFormats Encapsulates all binary, XML and textual Spreadsheet formats (excluding all textual delimiter-based formats with separator like CSV, TSV, semicolon-delimited etc.), in which the workbook can be saved. Includes the following formats: Dif, Fods, Ods, Sxc, Xlam, Xls, Xlsb, Xlsm, Xlsx, Xlt, Xltm, Xltx. Learn more about Spreadsheet formats here.
TextualFormats Encapsulates all textual (text-based) formats, including markup (XML, HTML) and others. Includes the following formats: Html, Txt, Xml. Md, Json.
WordProcessingFormats Encapsulates all WordProcessing formats. Includes the following file types: Doc, Docm, Docx, Dot, Dotm, Dotx, FlatOpc, Odt, Ott, Rtf, WordML. Learn more about Word Processing formats here.

Interfaces

Interface Description
IDocumentFormat Root interface for all supporting document formats