Generate all `w:p` and `w:tbl` elements in this comment.
(self)
| 120 | |
| 121 | @property |
| 122 | def inner_content_elements(self) -> list[CT_P | CT_Tbl]: |
| 123 | """Generate all `w:p` and `w:tbl` elements in this comment.""" |
| 124 | return self.xpath("./w:p | ./w:tbl") |