Class InfoPathsKind

class ooodev.utils.kind.info_paths_kind.InfoPathsKind(value)[source]

Info Path Lookup

See also

Info.get_paths()

static from_str(s)[source]

Gets an InfoPathsKind instance from string.

Parameters:

s (str) – String that represents the name of an enum Name. s is case insensitive and can be CamelCase, pascal_case , snake_case, hyphen-case, normal case.

Raises:
  • ValueError – If input string is empty.

  • AttributeError – If unable to get InfoPathsKind instance.

Returns:

Enum instance.

Return type:

InfoPathsKind

ADDIN = 'Addin'
AUTO_CORRECT = 'AutoCorrect'
AUTO_TEXT = 'AutoText'
BACKUP = 'Backup'
BASIC = 'Basic'
BITMAP = 'Bitmap'
CONFIG = 'Config'
DICTIONARY = 'Dictionary'
FAVORITE = 'Favorite'
FILTER = 'Filter'
GALLERY = 'Gallery'
GRAPHIC = 'Graphic'
HELP = 'Help'
LINGUISTIC = 'Linguistic'
MODULE = 'Module'
PALETTE = 'Palette'
PLUGIN = 'Plugin'
STORAGE = 'Storage'
TEMP = 'Temp'
TEMPLATE = 'Template'
UI_CONFIG = 'UIConfig'
USER_CONFIG = 'UserConfig'
USER_DICTIONARY = 'UserDictionary'

UserDictionary (deprecated)

WORK = 'Work'