I need to insert new paragraphs in diferents positiins in docx.
My code insert new paragraph but not in determinate position
XWFParagraph.
para=docx.createParagraph();
XWPFRun run =para.createRun();
run.setText("example
paragraph");
I need to insert new paragraphs in diferents positiins in docx.
My code insert new paragraph but not in determinate position
XWFParagraph.
para=docx.createParagraph();
XWPFRun run =para.createRun();
run.setText("example
paragraph");