Closed
Description
Is this a:
- Issue with the OpenXml library
- Question on library usage
Description
The OpenXml SDK doesn't seem to contain definitions for elements in the A16 namespace (http://schemas.microsoft.com/office/drawing/2014/main). I'm sure there are other element types that are not coming up but the sample I ran into was a16:colId
.
Information
- .NET Target: .net standard 2.0
- DocumentFormat.OpenXml Version: 2.11.3
Repro
Try to serialize the element a16:colId
.
Observed
Element a16:colId
serializes as an OpenXmlUnknownElement
object.
Expected
Element a16:colId
should serialize into an object like A16.ColId
.