We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdf8d2 commit d7ee41bCopy full SHA for d7ee41b
test/DocumentFormat.OpenXml.Tests/PptxTests01.cs
@@ -474,6 +474,7 @@ public void P002_Pptx_DeleteAdd_CoreExtendedProperties()
474
</Properties>
475
""");
476
}
477
+
478
var custFPP = doc.AddCustomFilePropertiesPart();
479
var custFPPStream = custFPP.GetStream();
480
using (var writer = new System.Xml.XmlTextWriter(custFPPStream, System.Text.Encoding.UTF8))
0 commit comments