Example usage for Java org.apache.poi.hwpf HWPFDocument fields, constructors, methods, implement or subclass
The text is from its open source code.
HWPFDocument(InputStream istream) This constructor loads a Word document from an InputStream. | |
HWPFDocument(POIFSFileSystem pfilesystem) This constructor loads a Word document from a POIFSFileSystem | |
HWPFDocument(DirectoryNode directory) This constructor loads a Word document from a specific point in a POIFSFileSystem, probably not the default. |
DocumentProperties | getDocProperties() |
Fields | getFields() Returns user-friendly interface to access document Field s |
PicturesTable | getPicturesTable() |
Range | getRange() Returns the range which covers the whole of the document, but excludes any headers and footers. |
TextPieceTable | getTextTable() |
void | write(File newFile) Writes out the word file that is represented by an instance of this class. |
void | write(OutputStream out) Writes out the word file that is represented by an instance of this class. |