|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.POIDocument
org.apache.poi.hwpf.HWPFDocumentCore
org.apache.poi.hwpf.HWPFOldDocument
public class HWPFOldDocument
Provides very simple support for old (Word 6 / Word 95) files.
Field Summary |
---|
Fields inherited from class org.apache.poi.hwpf.HWPFDocumentCore |
---|
_cbt, _fib, _ft, _lt, _mainStream, _pbt, _ss, _st |
Fields inherited from class org.apache.poi.POIDocument |
---|
directory, filesystem |
Constructor Summary | |
---|---|
HWPFOldDocument(DirectoryNode directory,
POIFSFileSystem fs)
|
|
HWPFOldDocument(POIFSFileSystem fs)
|
Method Summary | |
---|---|
Range |
getRange()
Returns the range which covers the whole of the document, but excludes any headers and footers. |
TextPieceTable |
getTextTable()
|
void |
write(java.io.OutputStream out)
Writes the document out to the specified output stream |
Methods inherited from class org.apache.poi.hwpf.HWPFDocumentCore |
---|
getCharacterTable, getFileInformationBlock, getFontTable, getListTables, getParagraphTable, getSectionTable, getStyleSheet, verifyAndBuildPOIFS |
Methods inherited from class org.apache.poi.POIDocument |
---|
copyNodes, createInformationProperties, getDocumentSummaryInformation, getPropertySet, getSummaryInformation, readProperties, writeProperties, writeProperties, writePropertySet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HWPFOldDocument(POIFSFileSystem fs) throws java.io.IOException
java.io.IOException
public HWPFOldDocument(DirectoryNode directory, POIFSFileSystem fs) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public Range getRange()
HWPFDocumentCore
getRange
in class HWPFDocumentCore
public TextPieceTable getTextTable()
getTextTable
in class HWPFDocumentCore
public void write(java.io.OutputStream out) throws java.io.IOException
POIDocument
write
in class POIDocument
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |