Defines supported document formats.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum ExportType
Visual Basic
Public Enumeration ExportType
Visual C++
public enum class ExportType

Members

Member nameValueDescription
Pptx0 Microsoft PowerPoint Presentation
Odp1 OpenOffice Impress Presentation
Docx2 Microsoft Word Document
Odt3 OpenOffice Writer Document
Xlsx4 Microsoft Excel Spreadsheet
Ods5 OpenOffice Calc Spreadsheet

See Also