Uses of Class
org.apache.poi.hwpf.HWPFDocument
-
Packages that use HWPFDocument Package Description 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 Modifier and Type Method Description protected abstract void
AbstractWordConverter. processDrawnObject(HWPFDocument doc, CharacterRun characterRun, OfficeDrawing officeDrawing, java.lang.String path, org.w3c.dom.Element block)
protected void
AbstractWordConverter. processDrawnObject(HWPFDocument doc, CharacterRun characterRun, 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 void
WordToHtmlConverter. processDrawnObject(HWPFDocument doc, CharacterRun characterRun, OfficeDrawing officeDrawing, java.lang.String path, 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 abstract void
AbstractWordConverter. 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 void
WordToHtmlConverter. processEndnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, org.w3c.dom.Element block, Range endnoteTextRange)
protected void
WordToTextConverter. 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 abstract void
AbstractWordConverter. 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 void
WordToHtmlConverter. processFootnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, org.w3c.dom.Element block, Range footnoteTextRange)
protected void
WordToTextConverter. processFootnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, org.w3c.dom.Element block, Range footnoteTextRange)
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
AbstractWordConverter. processOle2(HWPFDocument wordDocument, org.w3c.dom.Element block, Entry entry)
protected boolean
WordToTextConverter. processOle2(HWPFDocument wordDocument, org.w3c.dom.Element block, Entry entry)
protected void
AbstractWordConverter. processSymbol(HWPFDocument doc, CharacterRun characterRun, org.w3c.dom.Element block)
-
Uses of HWPFDocument in org.apache.poi.hwpf.extractor
Constructors in org.apache.poi.hwpf.extractor with parameters of type HWPFDocument Constructor Description 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 Constructor Description 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 Constructor Description HeaderStories(HWPFDocument doc)
PictureRunMapper(HWPFDocument doc)
-