Enum SaveFormat
- Namespace
- LibreOfficeKit.Enums
- Assembly
- LibreOfficeKit.dll
Specifies the output format for document conversion via LibreOfficeKit.
These values map to the format string passed to the LOK saveAs function.
public enum SaveFormat
Fields
Docx = 1Microsoft Word Open XML Document (.docx).
Eps = 13Enhanced Postscript (.eps).
Html = 9HTML (.html).
Jpg = 11JPEG image (.jpg).
Odp = 6Open Document Presentation (.odp).
Ods = 5Open Document Spreadsheet (.ods).
Odt = 4Open Document Text (.odt).
Pdf = 0Portable Document Format (PDF).
Png = 10Portable Network Graphics (.png).
Pptx = 3Microsoft PowerPoint Open XML Presentation (.pptx).
Rtf = 7Rich Text Format (.rtf).
Svg = 12Scalable Vector Graphics (.svg).
Txt = 8Plain Text (.txt).
Xlsx = 2Microsoft Excel Open XML Spreadsheet (.xlsx).