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 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
Methods in org.apache.poi.hwpf.extractor that return HWPFDocument Modifier and Type Method Description HWPFDocumentWordExtractor. getDocument()HWPFDocumentWordExtractor. getFilesystem()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, OfficeArtContent 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)
-