Return paragraph newly added to the end of the content in this container.
(self)
| 97 | return [Table(tbl, self) for tbl in self._element.tbl_lst] |
| 98 | |
| 99 | def _add_paragraph(self): |
| 100 | """Return paragraph newly added to the end of the content in this container.""" |
| 101 | return Paragraph(self._element.add_p(), self) |