I Have some problem with the Background color......I have a presentation with
three slides.....
Background Color:
- 1^ Slide: Blue;
- 2^ Slide: Automatic (White);
- 3^ Slide: White;
for (int i =1; i <= slide.length; i++)
Fill fill = slide[i].getBackground().getFill();
Color rgb = fill.getBackgroundColor();
System.out.println("BackgroundColorSlide"+i+" "+rgb); (**)
(**) BackgroundColorSlide1 null
BackgroundColorSlide2 java.awt.Color[r=51,g=51,b=153]
BackgroundColorSlide3 null
Why is color null?
--
View this message in context:
http://www.nabble.com/Slide-BackgroundColor.......-tf3022194.html#a8506063
Sent from the POI - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
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/