TocEntryType
- class TocEntryType
The different types of TOC entries (see TocEntry
).
There are two types of TOC entries: alternatives or parts in a sequence.
Methods
- class TocEntryType
- get_nick(type: TocEntryType) str
Converts
type
to a string representation.- Parameters:
type – a
TocEntryType
.
Fields
- class TocEntryType
- ANGLE
Entry is an angle (i.e. an alternative)
- CHAPTER
Entry is a chapter (i.e. a part of a sequence)
- EDITION
Entry is an edition (i.e. alternative)
- INVALID
Invalid entry type value
- TITLE
Entry is a title (i.e. a part of a sequence)
- TRACK
Entry is a track (i.e. a part of a sequence)
- VERSION
Entry is a version (i.e. alternative)