Skip to main content

Module doc_props

Module doc_props 

Source
Expand description

Document properties XML schema structures.

Covers:

  • Core properties (docProps/core.xml) - Dublin Core metadata
  • Extended properties (docProps/app.xml) - application metadata
  • Custom properties (docProps/custom.xml) - user-defined key/value pairs

Structs§

CoreProperties
Core document properties (docProps/core.xml).
CustomProperties
Custom properties collection (docProps/custom.xml).
CustomProperty
A single custom property entry.
ExtendedProperties
Extended (application) properties (docProps/app.xml).

Enums§

CustomPropertyValue
The typed value of a custom property.

Constants§

CUSTOM_PROPERTY_FMTID
Standard fmtid used for custom properties.

Functions§

deserialize_core_properties
Deserialize CoreProperties from an XML string.
deserialize_custom_properties
Deserialize CustomProperties from an XML string.
serialize_core_properties
Serialize CoreProperties to its XML string representation.
serialize_custom_properties
Serialize CustomProperties to its XML string representation.