DocumentViewType module

class DocumentViewType.DocumentViewType(value)

Bases: Enum

Enum class that specifies view mode in Microsoft Word.

NormalLayout = 4
OutlineLayout = 3
PrintLayout = 1
WebLayout = 5
none = 0