We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e4a4f commit 1e2a456Copy full SHA for 1e2a456
src/DocumentFormat.OpenXml/Packaging/CoreFilePropertiesPart.cs
@@ -0,0 +1,17 @@
1
+// Copyright (c) Microsoft. All rights reserved.
2
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
+
4
+namespace DocumentFormat.OpenXml.Packaging
5
+{
6
+ /// <summary>
7
+ /// Defines the CoreFilePropertiesPart
8
+ /// </summary>
9
+ public partial class CoreFilePropertiesPart : OpenXmlPart,
10
+ IFixedContentTypePart
11
+ {
12
13
+ /// Gets the package (core.xml) properties.
14
15
+ public IPackageProperties CoreFileProperties => OpenXmlPackage.PackageProperties;
16
+ }
17
+}
0 commit comments