https://bz.apache.org/bugzilla/show_bug.cgi?id=69669
--- Comment #1 from PJ Fanning <fannin...@yahoo.com> --- I have reproduced this. The ppt is created but Microsoft Powerpoint won't open it. I can't yet see what has changed the HSLF code in POI but on first appraisal, not a lot has changed. HSLF is not a very active code base. Most users now use XSLF to create pptx files instead. One workaround that works for me is to not use `addTitle` but to use `createTextBox` instead. I know that these are not exactly the same feature but you can achieve similar results by using createTextBox and adjusting the TextBox. I am not an expert on the HSLF code base and may need to wait for others to get involved. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org