RtfTokenType module

class RtfTokenType.RtfTokenType(value)

Bases: Enum

Enum class representing the types of RTF tokens.

ControlWord = 2
GroupEnd = 1
GroupStart = 0
TableEntry = 4
Text = 3
Unknown = 5