diff --git a/OpenMcdf.Ole/PropertyIdentifiers.cs b/OpenMcdf.Ole/PropertyIdentifiers.cs index 9c5ce14..01c86e2 100644 --- a/OpenMcdf.Ole/PropertyIdentifiers.cs +++ b/OpenMcdf.Ole/PropertyIdentifiers.cs @@ -43,7 +43,18 @@ public static class PropertyIdentifiers {0x0000000D, "PIDDSI_DOCPARTS" }, {0x0000000E, "PIDDSI_MANAGER" }, {0x0000000F, "PIDDSI_COMPANY" }, - {0x00000010, "PIDDSI_LINKSDIRTY" } + {0x00000010, "PIDDSI_LINKSDIRTY" }, + {0x00000011, "PIDDSI_CCHWITHSPACES" }, + {0x00000013, "PIDDSI_SHAREDDOC" }, + {0x00000014, "PIDDSI_LINKBASE" }, + {0x00000015, "PIDDSI_HLINKS" }, + {0x00000016, "PIDDSI_HYPERLINKSCHANGED" }, + {0x00000017, "PIDDSI_VERSION" }, + {0x00000018, "PIDDSI_VDIGSIG" }, + {0x0000001A, "PIDDSI_CONTENTTYPE" }, + {0x0000001B, "PIDDSI_CONTENTSTATUS" }, + {0x0000001C, "PIDDSI_LANGUAGE" }, + {0x0000001D, "PIDDSI_DOCVERSION" } }.ToFrozenDictionary(); public static string GetDescription(uint identifier, ContainerType map, IDictionary? customDictionary = null)