Tom Jebo
Tom Jebo
@Munavvar-Husein I just ran the following code from the help article on your Test.docx and it ran perfectly: ```csharp // Open a Wordprocessing document for editing. using (WordprocessingDocument package =...
I've done some digging on this including the impetus for this issue. Some notes here: TLDR: I think this is a good idea in general. To add the ability to...
I'm going to check with Office folks to see if they know of this approach being used in any part across all the apps. If not, then I would vote...
Or we could provide it as an experimental version or something.
- provide the internal mechanism whereby a part would appear multi-versioned to consuming code. This seems complicated and would be likely some large effort and/or design. But would be the...
So what I'm thinking of is something like an OpenXmlVersionedPart similar to OpenXmlPart which contains a collection of OpenXmlParts for the various versions. From the package and part container perspective...
excerpt from internal discussion on the originating bug: ...if you add a sldMaster child `AlternateContent` block wrapping a `transition` element per [MS-PPTX] 3.1 you can get the XML that we...
@maurymarkowitz thanks for the suggestion.
UPDATE: while we have made available (see above post) the 2.5 version of the productivity tool, we have been discussing updating it for the latest SDK version but currently have...
Looks like this was fixed already. Reopen if you find that it's not. Closing.