We have Docx files that have existing Text or Rich Text controls.
Using java Aspose.words.2406, I can only append the Run to these existing Content Controls.
For Paragraph or Table or using DocumentBuilder to insertHTM…...throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Create a Rich Text Content...