docx_form.form_fields package¶
Submodules¶
docx_form.form_fields.CheckBoxFormField module¶
- class docx_form.form_fields.CheckBoxFormField.CheckBoxFormField(root: _Element, file_path: str, name: str)¶
Bases:
DocxFormField
This class holds all information & functions regarding a check box form field.
docx_form.form_fields.DocxFormField module¶
- class docx_form.form_fields.DocxFormField.DocxFormField(root: _Element, file_path: str, name: str)¶
Bases:
object
This is the parent class for all supported form fields.
docx_form.form_fields.DropDownFormField module¶
- class docx_form.form_fields.DropDownFormField.DropDownFormField(root: _Element, file_path: str, name: str)¶
Bases:
DocxFormField
This class holds all information & functions regarding a drop down form field.
docx_form.form_fields.TextFormField module¶
- class docx_form.form_fields.TextFormField.TextFormField(root: _Element, file_path: str, name: str)¶
Bases:
DocxFormField
This class holds all information & functions regarding a text form field.