Hi, when I create a slideshow in Apache POI, then open it in PowerPoint 2007, I can view the slide master for the presentation. When I do this, the corresponding layout for the slides are always Blank Layout. Is there any way to choose to use Title Only Layout as the layout for each slide?
I ask this in particular because I want to be able to create a presentation with 20+ slides, each one having a title. If I'd like to change the font/size/etc. of the title on each slide, I would like to do it using the Slide Master view. Unfortunately, if I call Slide.addTitle, the text box that is created is not recognized as a Title in PowerPoint. Is there any way to create a slide in Apache POI such that you use shapes from one of the Slide Master's layouts? Thanks, David -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Title-Only-Layout-tp3380226p3380226.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
