I've written a bullet extractor for ppt slides that pulls TextRuns, extracts
RichTextRuns from them, then finds the indent level of the RichTextRuns to
determine nesting of bullets and gets the text from them.  This has been
working fine, but falls apart when a bullet contains multiple font styles. 
I could write some code that correlates the text in the TextRun with the
text in the RichTextRuns, looks for line breaks to decide where new bullets
start, etc.  This seems painful and error-prone, however.  Is there an
easier way?

Thanks,
Larry
-- 
View this message in context: 
http://www.nabble.com/extracting-bullets-from-ppt-tp25141395p25141395.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]

Reply via email to