I'm trying to extract bullets and sub-bullets from a powerpoint list, and determine the indentation level for each. I can get the TextRuns for a slide, and for each, extract a RichTextRun, but that seems to only give me newline-separated text and global bullet information (such as bullet size). Is there any way to get what I want? If it requires extensions to POI, can you give me some tips/pointers? (I'm a complete POI newbie!)
Thanks! Larry -- View this message in context: http://www.nabble.com/Extracting-bullets-from-PPT-tp24074167p24074167.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]
