GroupDocs.Editor.Formats Namespace
The GroupDocs.Editor.Formats namespace provides interfaces and classes that describes supported document formats.
Classes
  ClassDescription
Public classEBookFormatsAllEnumerable
Implements IEnumerable generic interface, that enables a 'foreach' possibility for the EBookFormats type
Public classEmailFormatsAllEnumerable
Implements IEnumerable generic interface, that enables a 'foreach' possibility for the Email type
Public classFixedLayoutFormatsAllEnumerable
Implements IEnumerable generic interface, that enables a 'foreach' possibility for the FixedLayoutFormats type
Public classPresentationFormatsAllEnumerable
Implements IEnumerable generic interface, that enables a 'foreach' possibility for the PresentationFormats type
Public classSpreadsheetFormatsAllEnumerable
Implements IEnumerable generic interface, that enables a 'foreach' possibility for the SpreadsheetFormats type
Public classTextualFormatsAllEnumerable
Implements IEnumerable generic interface, that enables a 'foreach' possibility for the TextualFormats type
Public classWordProcessingFormatsAllEnumerable
Implements IEnumerable generic interface, that enables a 'foreach' possibility for the WordProcessingFormats type
Structures
  StructureDescription
Public structureEBookFormats
Encapsulates all eBook formats. Includes the following file types: Mobi, Epub, Azw3
Public structureEmailFormats
Encapsulates all emails formats. Includes the following file types: Tnef, Eml, Emlx, Msg, Html, Mhtml.
Public structureFixedLayoutFormats
Encapsulates all fixed-layout (also know as "fixed-page") formats, which includes PDF and XPS (this does not include raster images)
Public structurePresentationFormats
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.
Public structureSpreadsheetFormats
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.
Public structureTextualFormats
Encapsulates all textual (text-based) formats, including markup (XML, HTML) and others. Includes the following formats: Html, Txt, Xml. Md, Json.
Public structureWordProcessingFormats
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
  InterfaceDescription
Public interfaceIDocumentFormat
Root interface for all supporting document formats