On Tue, 16 Jan 2007, qwerty_giggi wrote:
But the color line is wrong...the only colors that matching are: red,blue... the others are only black.......the RGB's jakarta is the same of the RGB's Java?I need of a transformation????
For font colours, powerpoint stores then as BGR, not RGB. We have code in usermodel.RichTextRun to turn these values into more useful ones.
It's not impossible that the lines and backgrounds are also stored in the same wacky format. Try processing the values as BGR, and see if that's any better.
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/
