You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2008/09/03 20:05:12 UTC

DO NOT REPLY [Bug 45124] inserting text or images wipes out boldness and makes everything italic

https://issues.apache.org/bugzilla/show_bug.cgi?id=45124





--- Comment #3 from Yegor Kozlov <ye...@dinom.ru>  2008-09-03 11:05:12 PST ---
Partially fixed. 
Styles are now preserved across read/write.

The inserted text still has wrong styles. Actually, HSLF sets the style bytes
correctly. It is PowerPoint who has special master-level style info which
causes the text style to be inverted. setBold(false) causes the text to be bold
and setBold(true) to be not-bold. 

Which version of PowerPoint was used to create/edit this ppt?  

Yegor


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org