Uses of Class
org.apache.poi.hwpf.HWPFDocumentCore
-
Packages that use HWPFDocumentCore Package Description org.apache.poi.hwpf org.apache.poi.hwpf.converter org.apache.poi.hwpf.dev org.apache.poi.hwpf.usermodel -
-
Uses of HWPFDocumentCore in org.apache.poi.hwpf
Subclasses of HWPFDocumentCore in org.apache.poi.hwpf Modifier and Type Class Description classHWPFDocumentThis class acts as the bucket that we throw all of the Word data structures into.classHWPFOldDocumentProvides 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 HWPFDocumentCore Modifier and Type Method Description static HWPFDocumentCoreAbstractWordUtils. loadDoc(File docFile)static HWPFDocumentCoreAbstractWordUtils. loadDoc(InputStream inputStream)static HWPFDocumentCoreAbstractWordUtils. loadDoc(DirectoryNode root)static HWPFDocumentCoreAbstractWordUtils. loadDoc(POIFSFileSystem poifsFileSystem)Methods in org.apache.poi.hwpf.converter with parameters of type HWPFDocumentCore Modifier and Type Method Description static StringWordToTextConverter. getText(HWPFDocumentCore wordDocument)protected abstract voidAbstractWordConverter. processBookmarks(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks)Wrap range into bookmark(s) and process it.protected voidWordToFoConverter. processBookmarks(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks)protected voidWordToHtmlConverter. processBookmarks(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks)protected voidWordToTextConverter. processBookmarks(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, List<Bookmark> rangeBookmarks)protected booleanAbstractWordConverter. processCharacters(HWPFDocumentCore wordDocument, int currentTableLevel, Range range, Element block)protected voidAbstractWordConverter. processDeadField(HWPFDocumentCore wordDocument, Element currentBlock, Range range, int currentTableLevel, int beginMark, int separatorMark, int endMark)voidAbstractWordConverter. processDocument(HWPFDocumentCore wordDocument)protected voidAbstractWordConverter. processDocumentPart(HWPFDocumentCore wordDocument, Range range)voidWordToHtmlConverter. processDocumentPart(HWPFDocumentCore wordDocument, Range range)voidWordToTextConverter. processDocumentPart(HWPFDocumentCore wordDocument, Range range)protected abstract voidAbstractWordConverter. processHyperlink(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String hyperlink)protected voidWordToFoConverter. processHyperlink(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String hyperlink)protected voidWordToHtmlConverter. processHyperlink(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String hyperlink)protected voidWordToTextConverter. processHyperlink(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String hyperlink)protected abstract voidAbstractWordConverter. processPageBreak(HWPFDocumentCore wordDocument, Element flow)protected voidWordToFoConverter. processPageBreak(HWPFDocumentCore wordDocument, Element flow)protected voidWordToHtmlConverter. processPageBreak(HWPFDocumentCore wordDocument, Element flow)protected voidWordToTextConverter. processPageBreak(HWPFDocumentCore wordDocument, Element flow)protected abstract voidAbstractWordConverter. processPageref(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String pageref)protected voidWordToFoConverter. processPageref(HWPFDocumentCore hwpfDocument, Element currentBlock, Range textRange, int currentTableLevel, String pageref)protected voidWordToHtmlConverter. processPageref(HWPFDocumentCore hwpfDocument, Element currentBlock, Range textRange, int currentTableLevel, String pageref)protected voidWordToTextConverter. processPageref(HWPFDocumentCore wordDocument, Element currentBlock, Range textRange, int currentTableLevel, String pageref)protected abstract voidAbstractWordConverter. processParagraph(HWPFDocumentCore wordDocument, Element parentElement, int currentTableLevel, Paragraph paragraph, String bulletText)protected voidWordToFoConverter. processParagraph(HWPFDocumentCore hwpfDocument, Element parentFopElement, int currentTableLevel, Paragraph paragraph, String bulletText)protected voidWordToHtmlConverter. processParagraph(HWPFDocumentCore hwpfDocument, Element parentElement, int currentTableLevel, Paragraph paragraph, String bulletText)protected voidWordToTextConverter. processParagraph(HWPFDocumentCore wordDocument, Element parentElement, int currentTableLevel, Paragraph paragraph, String bulletText)protected voidAbstractWordConverter. processParagraphes(HWPFDocumentCore wordDocument, Element flow, Range range, int currentTableLevel)protected abstract voidAbstractWordConverter. processSection(HWPFDocumentCore wordDocument, Section section, int s)protected voidWordToFoConverter. processSection(HWPFDocumentCore wordDocument, Section section, int sectionCounter)protected voidWordToHtmlConverter. processSection(HWPFDocumentCore wordDocument, Section section, int sectionCounter)protected voidWordToTextConverter. processSection(HWPFDocumentCore wordDocument, Section section, int s)protected voidAbstractWordConverter. processSingleSection(HWPFDocumentCore wordDocument, Section section)protected voidWordToHtmlConverter. processSingleSection(HWPFDocumentCore wordDocument, Section section)protected abstract voidAbstractWordConverter. processTable(HWPFDocumentCore wordDocument, Element flow, Table table)protected voidWordToFoConverter. processTable(HWPFDocumentCore wordDocument, Element flow, Table table)protected voidWordToHtmlConverter. processTable(HWPFDocumentCore hwpfDocument, Element flow, Table table)protected voidWordToTextConverter. processTable(HWPFDocumentCore wordDocument, Element flow, Table table)protected intAbstractWordConverter. 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 Constructor Description HWPFLister(HWPFDocumentCore doc) -
Uses of HWPFDocumentCore in org.apache.poi.hwpf.usermodel
Fields in org.apache.poi.hwpf.usermodel declared as HWPFDocumentCore Modifier and Type Field Description protected HWPFDocumentCoreRange. _docThe document this range belongs to.Methods in org.apache.poi.hwpf.usermodel that return HWPFDocumentCore Modifier and Type Method Description protected HWPFDocumentCoreRange. getDocument()Constructors in org.apache.poi.hwpf.usermodel with parameters of type HWPFDocumentCore Constructor Description Range(int start, int end, HWPFDocumentCore doc)Used to construct a Range from a document.
-