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

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

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

Methods in org.apache.poi.hwpf.converter with parameters of type HWPFDocument
protected  void AbstractWordConverter.processDrawnObject(HWPFDocument doc, CharacterRun characterRun, org.w3c.dom.Element block)
           
protected  void WordToTextConverter.processDrawnObject(HWPFDocument doc, CharacterRun characterRun, OfficeDrawing officeDrawing, java.lang.String path, org.w3c.dom.Element block)
           
protected  void WordToHtmlConverter.processDrawnObject(HWPFDocument doc, CharacterRun characterRun, OfficeDrawing officeDrawing, java.lang.String path, org.w3c.dom.Element block)
           
protected  void WordToFoConverter.processDrawnObject(HWPFDocument doc, CharacterRun characterRun, OfficeDrawing officeDrawing, java.lang.String path, org.w3c.dom.Element block)
           
protected abstract  void AbstractWordConverter.processDrawnObject(HWPFDocument doc, CharacterRun characterRun, OfficeDrawing officeDrawing, java.lang.String path, org.w3c.dom.Element block)
           
protected  void WordToTextConverter.processEndnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, org.w3c.dom.Element block, Range endnoteTextRange)
           
protected  void WordToHtmlConverter.processEndnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, org.w3c.dom.Element block, Range endnoteTextRange)
           
protected  void WordToFoConverter.processEndnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, org.w3c.dom.Element block, Range endnoteTextRange)
           
protected abstract  void AbstractWordConverter.processEndnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, org.w3c.dom.Element block, Range endnoteTextRange)
           
protected  void AbstractWordConverter.processField(HWPFDocument wordDocument, Range parentRange, int currentTableLevel, Field field, org.w3c.dom.Element currentBlock)
           
protected  void WordToTextConverter.processFootnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, org.w3c.dom.Element block, Range footnoteTextRange)
           
protected  void WordToHtmlConverter.processFootnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, org.w3c.dom.Element block, Range footnoteTextRange)
           
protected  void WordToFoConverter.processFootnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, org.w3c.dom.Element block, Range footnoteTextRange)
           
protected abstract  void AbstractWordConverter.processFootnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, org.w3c.dom.Element block, Range footnoteTextRange)
           
protected  void WordToTextConverter.processNote(HWPFDocument wordDocument, org.w3c.dom.Element block, Range noteTextRange)
           
protected  void AbstractWordConverter.processNoteAnchor(HWPFDocument doc, CharacterRun characterRun, org.w3c.dom.Element block)
           
protected  void WordToHtmlConverter.processNoteAutonumbered(HWPFDocument doc, java.lang.String type, int noteIndex, org.w3c.dom.Element block, Range noteTextRange)
           
protected  boolean WordToTextConverter.processOle2(HWPFDocument wordDocument, org.w3c.dom.Element block, Entry entry)
           
protected  boolean AbstractWordConverter.processOle2(HWPFDocument wordDocument, org.w3c.dom.Element block, Entry entry)
           
 

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)
          Deprecated. 
 

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)
           
 



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