Thomas Barnekow
Thomas Barnekow
@twsouthwick Let me ask one question first to provide some food for thought. When you say that you want an API similar to `AppendChild` in conjunction with not wanting to...
@twsouthwick Regarding the internal methods you want to expose, I have only found the following two methods in `OpenXmlCompositeElement`: ``` private protected void SetElement(int sequenceNumber, T newChild) where T :...
@twsouthwick As requested in #774, here are my thoughts on the API above. My initial thought was "yeah, this would do the job". Then I thought that calling it `TryAppendChild`...
@twsouthwick, just checking whether this issue is still open. Otherwise, we might want to close it.
Is this issue still open? Was anything added? I suggest we make sure that something like IsValidWordprocessingDocument() makes sure the document is at least a minimum viable WordprocessingDocument, for example....
Hi @twsouthwick! Yes, we can certainly hold off on this. Just to understand this a bit better, what would "building on top of the backend code generator" entail?
@twsouthwick, is there any update on those two projects you mentioned in your last post?
@twsouthwick, I rebased onto main and made sure that all changes you had made to `Program.cs` were replicated to `CSharpGenerator.cs` and `TypeScriptGenerator.cs`. Except for `index.ts` (see the separate commit), the...
@twsouthwick, do you have any comments?
@Artyom-Petukhov, was this issue resolved? Did you find out why the paraId values were changed? @twsouthwick and @tomjebo, did you look into this? Under what conditions does Word change the...