Greetings All. I am having some issues using the WordExtractor to remove content from my word document. When I use:
" HWPFDocument doc = new HWPFDocument( stream ); WordExtractor word = new WordExtractor(doc); word.getText(); " It removes the tabs I have placed in the beginning of any paragraphs in my word document. It does matter if I have one or two tabs in the beginning of the paragraph. It seems to be triming the entire paragraph. Is there anyway to eliminate the trim or detect the tabs in the HWPFDocument? Thanks. -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Identifying-a-tab-in-doc-tp4776070p4776070.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]
