Hi, I'm new to docx4j and I need help with a problem - probably a basic and simple thing, but I cannot get it even after a day of searching.
The problem is as follows:
I create a paragraph using the .createStyledParapgraphOfText() method of the MainDocumentPart class with a predefined style and text (different every time, depends on a String variable) as arguments. Then I need to append more text to the paragraph. The reason ...