docx_form.enums package

Submodules

docx_form.enums.tag_types module

class docx_form.enums.tag_types.TagType(value)

Bases: Enum

This enum contains the two types of parent tags that the package is looking for.

Parameters:

Enum – This is the generic Enum class from the enum module

P = 'p'
SDT = 'sdt'

Module contents