A |Document| object providing access to the content of this document.
(self)
| 57 | |
| 58 | @property |
| 59 | def document(self): |
| 60 | """A |Document| object providing access to the content of this document.""" |
| 61 | return Document(self._element, self) |
| 62 | |
| 63 | def drop_header_part(self, rId: str) -> None: |
| 64 | """Remove related header part identified by `rId`.""" |