()
| 55 | # ============================================================================ |
| 56 | |
| 57 | def empty_cell(): |
| 58 | tc = new('a:tc') |
| 59 | tc.txBody = new('a:txBody') |
| 60 | tc.txBody.bodyPr = new('a:bodyPr') |
| 61 | tc.txBody.lstStyle = new('a:lstStyle') |
| 62 | tc.txBody.p = new('a:p') |
| 63 | tc.tcPr = new('a:tcPr') |
| 64 | return tc |
| 65 | |
| 66 | |
| 67 | graphicFrame_tmpl = """ |
no test coverage detected
searching dependent graphs…