Skip to content

Missing namespace A16 #790

Closed
Closed
@rmboggs

Description

@rmboggs

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions