| Class | Description |
|---|---|
| HWPFDocument |
This class acts as the bucket that we throw all of the Word data structures
into.
|
| HWPFDocumentCore |
This class holds much of the core of a Word document, but
without some of the table structure information.
|
| HWPFOldDocument |
Provides very simple support for old (Word 6 / Word 95) files.
|
| HWPFParser |
Methods that wrap
HWPFDocument parsing functionality. |
| QuickTest |
| Exception | Description |
|---|---|
| HWPFReadException |
An exception that indicates a problem reading a doc file.
|
| OldWordFileFormatException |