Hi

I have made a contribution about POI project, it concerns specially
poi/hwpf.

What I made is modify org/apache/poi/hwpf/usermodel/Range.java in order to
make possible detection in tables that are contained in others tables
(method "getTable()"), therefore I added two public methods :

- getStartIdx
- getEndIdx

because the returned values can easily identify a paragrah by unicity in a
range

You'll also find an archive "word2html.zip" that contains "
jakarta-poi-full.jar" (It's contains all poi project class including
Range.class modified) and a small program that can convert an MS Word
document to html.

All files can found there :

http://www.mirianet.com/poi/

Regards

Patrick Roussel

Reply via email to