(self, graphic_frame_)
| 93 | |
| 94 | @pytest.fixture |
| 95 | def dx_fixture(self, graphic_frame_): |
| 96 | tbl_cxml = "a:tbl/a:tblGrid/(a:gridCol{w=111},a:gridCol{w=222})" |
| 97 | table = Table(element(tbl_cxml), graphic_frame_) |
| 98 | expected_width = 333 |
| 99 | return table, expected_width |
| 100 | |
| 101 | @pytest.fixture |
| 102 | def dy_fixture(self, graphic_frame_): |