Uses of Class
org.apache.poi.hwpf.HWPFDocumentCore
Packages that use HWPFDocumentCore
Package
Description
-
Uses of HWPFDocumentCore in org.apache.poi.hwpf
Subclasses of HWPFDocumentCore in org.apache.poi.hwpfModifier and TypeClassDescriptionfinal class
This class acts as the bucket that we throw all of the Word data structures into.class
Provides very simple support for old (Word 6 / Word 95) files. -
Uses of HWPFDocumentCore in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter that return HWPFDocumentCoreModifier and TypeMethodDescriptionstatic HWPFDocumentCore
static HWPFDocumentCore
AbstractWordUtils.loadDoc
(InputStream inputStream) static HWPFDocumentCore
AbstractWordUtils.loadDoc
(DirectoryNode root) static HWPFDocumentCore
AbstractWordUtils.loadDoc
(POIFSFileSystem poifsFileSystem) Methods in org.apache.poi.hwpf.converter with parameters of type HWPFDocumentCoreModifier and TypeMethodDescriptionstatic String
WordToTextConverter.getText
(HWPFDocumentCore wordDocument) protected abstract void
AbstractWordConverter.processBookmarks
(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks) Wrap range into bookmark(s) and process it.protected void
WordToFoConverter.processBookmarks
(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks) protected void
WordToHtmlConverter.processBookmarks
(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks) protected void
WordToTextConverter.processBookmarks
(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks) protected boolean
AbstractWordConverter.processCharacters
(HWPFDocumentCore wordDocument, int currentTableLevel, Range range, Element block) protected void
AbstractWordConverter.processDeadField
(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, int beginMark, int separatorMark, int endMark) void
AbstractWordConverter.processDocument
(HWPFDocumentCore wordDocument) protected void
AbstractWordConverter.processDocumentPart
(HWPFDocumentCore wordDocument, Range range) void
WordToHtmlConverter.processDocumentPart
(HWPFDocumentCore wordDocument, Range range) void
WordToTextConverter.processDocumentPart
(HWPFDocumentCore wordDocument, Range range) protected abstract void
AbstractWordConverter.processHyperlink
(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String hyperlink) protected void
WordToFoConverter.processHyperlink
(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String hyperlink) protected void
WordToHtmlConverter.processHyperlink
(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String hyperlink) protected void
WordToTextConverter.processHyperlink
(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String hyperlink) protected abstract void
AbstractWordConverter.processPageBreak
(HWPFDocumentCore wordDocument, Element flow) protected void
WordToFoConverter.processPageBreak
(HWPFDocumentCore wordDocument, Element flow) protected void
WordToHtmlConverter.processPageBreak
(HWPFDocumentCore wordDocument, Element flow) protected void
WordToTextConverter.processPageBreak
(HWPFDocumentCore wordDocument, Element flow) protected abstract void
AbstractWordConverter.processPageref
(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String pageref) protected void
WordToFoConverter.processPageref
(HWPFDocumentCore hwpfDocument, Element currentBlock, Range textRange, int currentTableLevel, String pageref) protected void
WordToHtmlConverter.processPageref
(HWPFDocumentCore hwpfDocument, Element currentBlock, Range textRange, int currentTableLevel, String pageref) protected void
WordToTextConverter.processPageref
(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String pageref) protected abstract void
AbstractWordConverter.processParagraph
(HWPFDocumentCore wordDocument, Element parentElement, int currentTableLevel, Paragraph paragraph, String bulletText) protected void
WordToFoConverter.processParagraph
(HWPFDocumentCore hwpfDocument, Element parentFopElement, int currentTableLevel, Paragraph paragraph, String bulletText) protected void
WordToHtmlConverter.processParagraph
(HWPFDocumentCore hwpfDocument, Element parentElement, int currentTableLevel, Paragraph paragraph, String bulletText) protected void
WordToTextConverter.processParagraph
(HWPFDocumentCore wordDocument, Element parentElement, int currentTableLevel, Paragraph paragraph, String bulletText) protected void
AbstractWordConverter.processParagraphes
(HWPFDocumentCore wordDocument, Element flow, Range range, int currentTableLevel) protected abstract void
AbstractWordConverter.processSection
(HWPFDocumentCore wordDocument, Section section, int s) protected void
WordToFoConverter.processSection
(HWPFDocumentCore wordDocument, Section section, int sectionCounter) protected void
WordToHtmlConverter.processSection
(HWPFDocumentCore wordDocument, Section section, int sectionCounter) protected void
WordToTextConverter.processSection
(HWPFDocumentCore wordDocument, Section section, int s) protected void
AbstractWordConverter.processSingleSection
(HWPFDocumentCore wordDocument, Section section) protected void
WordToHtmlConverter.processSingleSection
(HWPFDocumentCore wordDocument, Section section) protected abstract void
AbstractWordConverter.processTable
(HWPFDocumentCore wordDocument, Element flow, Table table) protected void
WordToFoConverter.processTable
(HWPFDocumentCore wordDocument, Element flow, Table table) protected void
WordToHtmlConverter.processTable
(HWPFDocumentCore hwpfDocument, Element flow, Table table) protected void
WordToTextConverter.processTable
(HWPFDocumentCore wordDocument, Element flow, Table table) protected int
AbstractWordConverter.tryDeadField
(HWPFDocumentCore wordDocument, Range range, int currentTableLevel, int beginMark, Element currentBlock) -
Uses of HWPFDocumentCore in org.apache.poi.hwpf.dev
Constructors in org.apache.poi.hwpf.dev with parameters of type HWPFDocumentCore -
Uses of HWPFDocumentCore in org.apache.poi.hwpf.usermodel
Fields in org.apache.poi.hwpf.usermodel declared as HWPFDocumentCoreModifier and TypeFieldDescriptionprotected final HWPFDocumentCore
Range._doc
The document this range belongs to.Methods in org.apache.poi.hwpf.usermodel that return HWPFDocumentCoreConstructors in org.apache.poi.hwpf.usermodel with parameters of type HWPFDocumentCoreModifierConstructorDescriptionRange
(int start, int end, HWPFDocumentCore doc) Used to construct a Range from a document.