-
Notifications
You must be signed in to change notification settings - Fork 556
Missing namespace A16 #790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@rmboggs thanks for reporting this. I confirmed colId and rowId elements are missing extensions. I'll try to add them soon. |
Thanks @tomjebo . Please let me know if you have further questions. |
Ugh, just found another one in the c16 namespace (http://schema.microsoft.com/office/drawing/2014/chart).
Should this be reported here or a new issue? |
@rmboggs This looks similar but to make sure, do you have an example document that shows this? The other one I can create but this one it would be quicker if you could provide a sample. |
I can but it is easy to quickly build a sample pptx with this element by adding a default chart using powepoint 2016. The tag shows up in the extension list of the chart series element. Element tree: (bar chart example) Please let me know if more details are needed. |
@rmboggs thanks, I was using Word. I'll try with PowerPoint. |
This issue is resolved by #1860 |
Is this a:
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
Repro
Try to serialize the element
a16:colId
.Observed
Element
a16:colId
serializes as anOpenXmlUnknownElement
object.Expected
Element
a16:colId
should serialize into an object likeA16.ColId
.The text was updated successfully, but these errors were encountered: