Return a new `cp:coreProperties` element
()
| 46 | |
| 47 | @staticmethod |
| 48 | def new_coreProperties() -> CT_CoreProperties: |
| 49 | """Return a new `cp:coreProperties` element""" |
| 50 | return cast(CT_CoreProperties, parse_xml(CT_CoreProperties._coreProperties_tmpl)) |
| 51 | |
| 52 | @property |
| 53 | def author_text(self) -> str: |