kashimliox commented on issue #987:
URL: https://github.com/apache/poi/issues/987#issuecomment-3707814063

   In the  template file ,if a shape was copied from a slide page to another 
page ,
   then use the template file to make a new pptx file with the following code ,
   ```
     XSLFSlide newSlide = ppt.createSlide(sourceSlide.getSlideLayout()); 
               newSlide.importContent(sourceSlide);
   ```
   then the problem happened
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to