I am trying to use XWPFDocument.InsertNewParagraph(XmlDocument cursor) but the method is asking for XmlDocument cursor, and I don't know where to find it, or what to use.
All the documentation I have found on internet is about the Java version of the library, and says to use XWPFParagraph.getCTP().newCursor(), but there is no method named newCursor in the object returned by getCTP().