(context)
| 14 | |
| 15 | @given("a paragraph format") |
| 16 | def given_a_paragraph_format(context): |
| 17 | document = Document(test_docx("tab-stops")) |
| 18 | context.paragraph_format = document.paragraphs[0].paragraph_format |
| 19 | |
| 20 | |
| 21 | @given("a paragraph format having {prop_name} set {setting}") |