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

Packages that use HWPFDocument
org.apache.poi.hwpf.extractor   
org.apache.poi.hwpf.model   
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.model
 

Constructors in org.apache.poi.hwpf.model with parameters of type HWPFDocument
PicturesTable(HWPFDocument _document, byte[] _dataStream, byte[] _mainStream)
           
PicturesTable(HWPFDocument _document, byte[] _dataStream, byte[] _mainStream, FSPATable fspa, EscherRecordHolder dgg)
           
 

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

Constructors in org.apache.poi.hwpf.usermodel with parameters of type HWPFDocument
DocumentPosition(HWPFDocument doc, int pos)
           
HeaderStories(HWPFDocument doc)