Uses of Class
org.apache.poi.hwpf.HWPFDocumentCore

Packages that use HWPFDocumentCore
org.apache.poi.hwpf   
org.apache.poi.hwpf.converter   
org.apache.poi.hwpf.dev   
org.apache.poi.hwpf.usermodel   
 

Uses of HWPFDocumentCore in org.apache.poi.hwpf
 

Subclasses of HWPFDocumentCore in org.apache.poi.hwpf
 class HWPFDocument
          This class acts as the bucket that we throw all of the Word data structures into.
 class HWPFOldDocument
          Provides very simple support for old (Word 6 / Word 95) files.
 

Uses of HWPFDocumentCore in org.apache.poi.hwpf.converter
 

Methods in org.apache.poi.hwpf.converter that return HWPFDocumentCore
static HWPFDocumentCore AbstractWordUtils.loadDoc(org.apache.poi.poifs.filesystem.DirectoryNode root)
           
static HWPFDocumentCore AbstractWordUtils.loadDoc(java.io.File docFile)
           
static HWPFDocumentCore AbstractWordUtils.loadDoc(java.io.InputStream inputStream)
           
static HWPFDocumentCore AbstractWordUtils.loadDoc(org.apache.poi.poifs.filesystem.POIFSFileSystem poifsFileSystem)
           
 

Methods in org.apache.poi.hwpf.converter with parameters of type HWPFDocumentCore
static java.lang.String WordToTextConverter.getText(HWPFDocumentCore wordDocument)
           
 void AbstractWordConverter.processDocument(HWPFDocumentCore wordDocument)
           
 void WordToTextConverter.processDocumentPart(HWPFDocumentCore wordDocument, Range range)
           
 void WordToHtmlConverter.processDocumentPart(HWPFDocumentCore wordDocument, Range range)
           
 

Uses of HWPFDocumentCore in org.apache.poi.hwpf.dev
 

Constructors in org.apache.poi.hwpf.dev with parameters of type HWPFDocumentCore
HWPFLister(HWPFDocumentCore doc)
           
 

Uses of HWPFDocumentCore in org.apache.poi.hwpf.usermodel
 

Constructors in org.apache.poi.hwpf.usermodel with parameters of type HWPFDocumentCore
Range(int start, int end, HWPFDocumentCore doc)
          Used to construct a Range from a document.