Results 1 to 1 of 1
- 02-16-2011, 12:49 PM #1
Member
- Join Date
- Feb 2011
- Posts
- 22
- Rep Power
- 0
Selection of PowerPointSlide # NOT create new slide
Hello,
with your hints I have been able to make significant progress. Now I can transfer text from Excel into PowerPoint. The problem I have to solve is, that I only can create a new slide at the end of my exisiting template and write some new text into that. Code for that section I am using:
In thought I find the information in poi-3.7, but cannot find anything. Anyone how can help is much appreciated.Java Code:public void modSlide1() throws IOException { XlsReader xls = new XlsReader(XLS_SOURCE); Slide slide = ppt_.createSlide(); addText(slide, xls, 0, 0);
Thanks
Greenhorn.
Similar Threads
-
Create power point slide and post text on it
By greenhorn in forum Advanced JavaReplies: 3Last Post: 02-14-2011, 02:04 PM -
Transfer Excel Information --> PowerPoint Slide
By greenhorn in forum Advanced JavaReplies: 0Last Post: 02-10-2011, 10:27 AM -
Enhanced Slide Rendering, Slide Cloning & Presentation Access
By sherazam in forum Java SoftwareReplies: 0Last Post: 08-05-2010, 02:32 PM -
Newbie question about slide text
By sasho23 in forum NetBeansReplies: 3Last Post: 06-14-2010, 12:34 PM -
JFrame declared as setAlwaysOnTop doesn't stay on top during slide show
By ravindra_appikatla in forum AWT / SwingReplies: 2Last Post: 03-30-2010, 05:36 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks