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

Packages that use HWPFDocumentCore
org.apache.poi.hwpf   
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.usermodel
 

Fields in org.apache.poi.hwpf.usermodel declared as HWPFDocumentCore
protected  HWPFDocumentCore Range._doc
          The document this range blongs to.
 

Methods in org.apache.poi.hwpf.usermodel that return HWPFDocumentCore
protected  HWPFDocumentCore Range.getDocument()
           
 

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.
 



Copyright 2010 The Apache Software Foundation or its licensors, as applicable.