Hello,
I’M trying to insert a paragraph right before a bookMark using the following code :
ParagraphBeforeBookMark.ParentNode.InsertAfter(NewParagraph, ParagraphBeforeBookMark);
This indeed inserts the new paragraph a…...21, 2023, 10:44am 1 Hello, I’m trying to insert a paragraph right...can i proceed ? Edit : maybe i’m getting the wrong node, i tried...