Table of Contents

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 = 3

Drawing document (Draw).

Other = 4

Other/unknown document type.

Presentation = 2

Presentation document (Impress).

Spreadsheet = 1

Spreadsheet document (Calc).

Text = 0

Text document (Writer).