Open skrabbe001 opened 4 months ago
Hi @skrabbe001,
The prefix here is redundant and PowerPoint doesn't have an issue with it, so there is no problem here. I would point out however that instead of C.Extension
and C.ExtensionList
you should use the feature extension list classes C.ChartExtension
and C.ChartExtensionList
, but that won't affect the C16R3.BooleanFalse
element.
The class
DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse
creates xml different from that created by PowerPointObserved behavior
When using the SDK, it generates xml that include the namespace as a prefix of the attribute
val
:I'd assume this is the correct xml, but ...
Expected behavior
Here is the xml the PowerPoint application creates:
It may be a bug in PowerPoint.
Context
Here is the context in which the class
BooleanFalse
is used to generate xml:Notes
What is your opinion on this issue? Is it a bug in PowerPoint or the SDK? Or god forbid, did I make a mistake?
Desktop Information: