Re: Generating ppt through java

2009-01-07 Thread dinshetty
Hi Yegor, I need to read text in the cells (in the form of string) from an Excel 2007 file. I am using the package org.apache.poi.ss.usermodel.*. I tried to use the methods Cell.getRichStringCellValue().getString() and Cell.getRichStringCellValue().toString(). But these methods are returning

Re: Generating ppt through java

2008-10-17 Thread dinshetty
Hi, How can we remove some slides of ppt using POI HSLF ? Is there any api to delete slides ? Regards, Dinakara -- View this message in context: http://www.nabble.com/Generating-ppt-through-java-tp18399673p20027790.html Sent from the POI - Dev mailing list archive at Nabble.com.

Re: Generating ppt through java

2008-09-04 Thread dinshetty
Hi Yegor, How can we insert a new slide between two slides of an existing ppt ? Regards, Dinakara -- View this message in context: http://www.nabble.com/Generating-ppt-through-java-tp18399673p19303905.html Sent from the POI - Dev mailing list archive at Nabble.com.

Re: Generating ppt through java

2008-07-30 Thread dinshetty
Hi Yegor, I could set color and font (bold, italic) in PPGraphics2D and was able to display it. However How to display underlined text using PPGraphics2D.drawString(String s,float x ,float y) ? Regards, Dinakara -- View this message in context:

Re: Generating ppt through java

2008-07-21 Thread dinshetty
Hi Yegor, The following method in PPGrapics2D is not implemented in the latest source code in hslf. Whether it is going to be implemented shortly ? The method paint() in TextPainter class uses this method. Is there any alternate way to display the text if we have corresponding

Re: Generating ppt through java

2008-07-18 Thread dinshetty
Hi Yegor, I tried to run the follwing code, But I am getting some null pointer exception as below _records in TextRun.java is null. Why is this _records is used for? What can be done to resolve this ? Exception: Exception in thread main java.lang.NullPointerException at

Re: Generating ppt through java

2008-07-15 Thread dinshetty
Hi, Pls explain why TextRun and RichTextRun are used what does it represent. -- View this message in context: http://www.nabble.com/Generating-ppt-through-java-tp18399673p18458602.html Sent from the POI - Dev mailing list archive at Nabble.com.

Generating ppt through java

2008-07-11 Thread dinshetty
I am trying to generate ppt through Java using Apache POI API. I am able to create table, bulletted text etc using this API. Please answer the following two questions, if anyone aware of this. 1. How to split text across two slides, if the row had to be broken across 2 slides because the row

Re: Generating ppt through java

2008-07-11 Thread dinshetty
? dinshetty wrote: I am trying to generate ppt through Java using Apache POI API. I am able to create table, bulletted text etc using this API. Please answer the following two questions, if anyone aware of this. 1. How to split text across two slides, if the row had to be broken across 2 slides

Re: Generating ppt through java

2008-07-11 Thread dinshetty
it bold etc) ? 2. if the alignment of the text is changed ? dinshetty wrote: I am trying to generate ppt through Java using Apache POI API. I am able to create table, bulletted text etc using this API. Please answer the following two questions, if anyone aware of this. 1. How to split