Bug 42677

Summary: HSLF SlideShow write() issues on tables
Product: POI Reporter: srinivas <srini_ge>
Component: HSLFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: major    
Priority: P2    
Version: 3.0-dev   
Target Milestone: ---   
Hardware: Other   
OS: Windows XP   
Attachments: template information
attachment after the HSLF write

Description srinivas 2007-06-15 08:47:20 UTC
I am facing couple of issues while I am dealing with tables in my
powerpoint, I have a template with 20 slides and Im filling contents
dynamically, when I write the changes to a new file, I see the fonts
in all the tables are messed up, though I didnt touch those slides.
  
I tried to debug by simply doing a write of my template to a new 
file and the problem persisted
Comment 1 srinivas 2007-06-15 08:50:22 UTC
Created attachment 20355 [details]
template information

This is the template Im using to write dynamic content
Comment 2 srinivas 2007-06-15 08:55:03 UTC
Created attachment 20356 [details]
attachment after the HSLF write

This is the output of the program, the fonts in this slide are messed up.
Comment 3 Yegor Kozlov 2007-06-26 01:09:42 UTC
Fixed

Yegor