I have spent the past few days searching the web, searching this forum and playing around with the Apache POI-HSLF API in an attempt to convert HTML from a WYSIWYG editor into something that looks comparable inside of a PPT TextBox. While I am able to pretty easily convert stuff like line breaks, tabs and bullets to plain text, I am kind of stumped as to how I can display text of different sizes/colors/bolding/underlining/etc inside the same TextBox. I spotted another thread on here that said the addition of multiple RichTextRun objects to a single TextBox was not yet supported in the API which makes me think this might not even be possible.
Does anyone have any examples of something like this or any suggestions as to how it could be implemented? Do I pretty much have to create multiple TextBox objects, each with their own RichTextRun in order to show differently formatted text when creating slides from scratch? Any input would be appreciated. Thanks! -Evan -- View this message in context: http://www.nabble.com/HSLF---HTML-to-TextBox-tp22664650p22664650.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]
