Uses of Class
org.apache.poi.hwpf.HWPFDocument
Packages that use HWPFDocument
Package
Description
-
Uses of HWPFDocument in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type HWPFDocumentModifier and TypeMethodDescriptionprotected abstract voidAbstractWordConverter.processDrawnObject(HWPFDocument doc, CharacterRun characterRun, OfficeDrawing officeDrawing, String path, Element block) protected voidAbstractWordConverter.processDrawnObject(HWPFDocument doc, CharacterRun characterRun, Element block) protected voidWordToFoConverter.processDrawnObject(HWPFDocument doc, CharacterRun characterRun, OfficeDrawing officeDrawing, String path, Element block) protected voidWordToHtmlConverter.processDrawnObject(HWPFDocument doc, CharacterRun characterRun, OfficeDrawing officeDrawing, String path, Element block) protected voidWordToTextConverter.processDrawnObject(HWPFDocument doc, CharacterRun characterRun, OfficeDrawing officeDrawing, String path, Element block) protected abstract voidAbstractWordConverter.processEndnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, Element block, Range endnoteTextRange) protected voidWordToFoConverter.processEndnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, Element block, Range endnoteTextRange) protected voidWordToHtmlConverter.processEndnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, Element block, Range endnoteTextRange) protected voidWordToTextConverter.processEndnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, Element block, Range endnoteTextRange) protected voidAbstractWordConverter.processField(HWPFDocument wordDocument, Range parentRange, int currentTableLevel, Field field, Element currentBlock) protected abstract voidAbstractWordConverter.processFootnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, Element block, Range footnoteTextRange) protected voidWordToFoConverter.processFootnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, Element block, Range footnoteTextRange) protected voidWordToHtmlConverter.processFootnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, Element block, Range footnoteTextRange) protected voidWordToTextConverter.processFootnoteAutonumbered(HWPFDocument wordDocument, int noteIndex, Element block, Range footnoteTextRange) protected voidAbstractWordConverter.processNoteAnchor(HWPFDocument doc, CharacterRun characterRun, Element block) protected voidWordToHtmlConverter.processNoteAutonumbered(HWPFDocument doc, String type, int noteIndex, Element block, Range noteTextRange) protected booleanAbstractWordConverter.processOle2(HWPFDocument wordDocument, Element block, Entry entry) protected booleanWordToTextConverter.processOle2(HWPFDocument wordDocument, Element block, Entry entry) protected voidAbstractWordConverter.processSymbol(HWPFDocument doc, CharacterRun characterRun, Element block) -
Uses of HWPFDocument in org.apache.poi.hwpf.extractor
Constructors in org.apache.poi.hwpf.extractor with parameters of type HWPFDocument -
Uses of HWPFDocument in org.apache.poi.hwpf.model
Constructors in org.apache.poi.hwpf.model with parameters of type HWPFDocumentModifierConstructorDescriptionPicturesTable(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