class DocTypeStr

class ooodev.loader.inst.DocTypeStr(value)[source]

Document Type as string Enum

get_doc_type()[source]

Gets the document type as DocType Enum

Return type:

DocType

get_service()[source]

Gets the service type as Service Enum

Return type:

Service

BASE = 'sbase'
CALC = 'scalc'
DRAW = 'sdraw'
IMPRESS = 'simpress'
MATH = 'smath'
UNKNOWN = 'unknown'
WRITER = 'swriter'