https://issues.apache.org/bugzilla/show_bug.cgi?id=46210
--- Comment #1 from Andreas Goetz <[email protected]> 2009-03-20 07:10:49 PST --- It seems this is not supported yet: http://article.gmane.org/gmane.comp.jakarta.poi.user/11121/match=placeholder Yegor wrote: > It shouldn't be hard to add this functionality. The user code may look like > this: > > Slide slide = ppt.createSlide(Slide.LAYOUT_TITLE_AND_TEXT); > > TextShape title = slide.getPlaceholder(Slide.PLACEHOLDER_TITLE); > title.getTextRun().setText("Hello, World"); > > TextShape body = slide.getPlaceholder(Slide.PLACEHOLDER_BODYTEXT); > title.getTextRun().setText("Here\rAre\rSome\rBullet\rPoints"); > > I will see if it can be added. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
