Hello,
I'm facing an issue while performing PPTX manipulation.
The problem statement is to generate the table of contents, add N number of paragraphs (CTTextParagraph) into existing text container (txBody). The presentation will have the first paragraph to maintain style and formatting.
Approach:
1. Create the List<JAXBAssociation> for the first paragraph
2. Perform clone operation and create n number of paragraphs and add into new List
3. Get the txBody through xpathExpr and JAXBAssociation ...