String held in the ``PartName`` attribute of this `` `` element.
(self)
| 133 | |
| 134 | @property |
| 135 | def partname(self): |
| 136 | """String held in the ``PartName`` attribute of this ``<Override>`` element.""" |
| 137 | return self.get("PartName") |
| 138 | |
| 139 | |
| 140 | class CT_Relationship(BaseOxmlElement): |