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§
- Core
Properties - Core document properties (docProps/core.xml).
- Custom
Properties - Custom properties collection (
docProps/custom.xml). - Custom
Property - A single custom property entry.
- Extended
Properties - Extended (application) properties (
docProps/app.xml).
Enums§
- Custom
Property Value - The typed value of a custom property.
Constants§
- CUSTOM_
PROPERTY_ FMTID - Standard fmtid used for custom properties.
Functions§
- deserialize_
core_ properties - Deserialize
CorePropertiesfrom an XML string. - deserialize_
custom_ properties - Deserialize
CustomPropertiesfrom an XML string. - serialize_
core_ properties - Serialize
CorePropertiesto its XML string representation. - serialize_
custom_ properties - Serialize
CustomPropertiesto its XML string representation.