Skip to content

coreprops

coreprops

Provides CoreProperties, Dublin-Core attributes of the document.

These are broadly-standardized attributes like author, last-modified, etc.

CoreProperties

CoreProperties(element: CT_CoreProperties)

Corresponds to part named /docProps/core.xml, containing the core document properties for this document package.

Source code in src/docx/opc/coreprops.py
def __init__(self, element: CT_CoreProperties):
    self._element = element