Enum DocumentType
- Namespace
- LibreOfficeKit.Enums
- Assembly
- LibreOfficeKit.dll
Specifies the type of a loaded LibreOffice document.
Maps to the integer returned by getDocumentType() in the LOK API.
public enum DocumentType
Fields
Drawing = 3Drawing document (Draw).
Other = 4Other/unknown document type.
Presentation = 2Presentation document (Impress).
Spreadsheet = 1Spreadsheet document (Calc).
Text = 0Text document (Writer).