(text, h=6, align="L", border=0)
| 19466 | pdf.add_page() |
| 19467 | pdf.set_auto_page_break(auto=True, margin=12) |
| 19468 | def _cellln(text, h=6, align="L", border=0): |
| 19469 | pdf.cell(0, h, _latin1(text), border=border, align=align, new_x=XPos.LMARGIN, new_y=YPos.NEXT) |
| 19470 | |
| 19471 | def _mcline(text, h=6): |
| 19472 | pdf.set_x(pdf.l_margin) |
no test coverage detected