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

Packages that use HWPFDocument
org.apache.poi.hwpf.extractor   
org.apache.poi.hwpf.usermodel   
 

Uses of HWPFDocument in org.apache.poi.hwpf.extractor
 

Constructors in org.apache.poi.hwpf.extractor with parameters of type HWPFDocument
WordExtractor(HWPFDocument doc)
          Create a new Word Extractor
 

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

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

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



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