Add line break at end of this paragraph.
(self)
| 472 | self._element = self._p = p |
| 473 | |
| 474 | def add_line_break(self): |
| 475 | """Add line break at end of this paragraph.""" |
| 476 | self._p.add_br() |
| 477 | |
| 478 | def add_run(self) -> _Run: |
| 479 | """Return a new run appended to the runs in this paragraph.""" |