Uses of Class
org.apache.poi.hwpf.HWPFDocumentCore

Packages that use HWPFDocumentCore
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
 class HWPFDocument
          This class acts as the bucket that we throw all of the Word data structures into.
 class HWPFOldDocument
          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 HWPFDocumentCore
static HWPFDocumentCore AbstractWordUtils.loadDoc(DirectoryNode root)
           
static HWPFDocumentCore AbstractWordUtils.loadDoc(java.io.File docFile)
           
static HWPFDocumentCore AbstractWordUtils.loadDoc(java.io.InputStream inputStream)
           
static HWPFDocumentCore AbstractWordUtils.loadDoc(POIFSFileSystem poifsFileSystem)
           
 

Methods in org.apache.poi.hwpf.converter with parameters of type HWPFDocumentCore
static java.lang.String WordToTextConverter.getText(HWPFDocumentCore wordDocument)
           
protected  void WordToTextConverter.processBookmarks(HWPFDocumentCore wordDocument, org.w3c.dom.Element currentBlock, Range range, int currentTableLevel, java.util.List<Bookmark> rangeBookmarks)
           
protected  void WordToHtmlConverter.processBookmarks(HWPFDocumentCore wordDocument, org.w3c.dom.Element currentBlock, Range range, int currentTableLevel, java.util.List<Bookmark> rangeBookmarks)
           
protected  void WordToFoConverter.processBookmarks(HWPFDocumentCore wordDocument, org.w3c.dom.Element currentBlock, Range range, int currentTableLevel, java.util.List<Bookmark> rangeBookmarks)
           
protected abstract  void AbstractWordConverter.processBookmarks(HWPFDocumentCore wordDocument, org.w3c.dom.Element currentBlock, Range range, int currentTableLevel, java.util.List<Bookmark> rangeBookmarks)
          Wrap range into bookmark(s) and process it.
protected  boolean AbstractWordConverter.processCharacters(HWPFDocumentCore wordDocument, int currentTableLevel, Range range, org.w3c.dom.Element block)
           
protected  void AbstractWordConverter.processDeadField(HWPFDocumentCore wordDocument, org.w3c.dom.Element currentBlock, Range range, int currentTableLevel, int beginMark, int separatorMark, int endMark)
           
 void AbstractWordConverter.processDocument(HWPFDocumentCore wordDocument)
           
 void WordToTextConverter.processDocumentPart(HWPFDocumentCore wordDocument, Range range)
           
 void WordToHtmlConverter.processDocumentPart(HWPFDocumentCore wordDocument, Range range)
           
protected  void AbstractWordConverter.processDocumentPart(HWPFDocumentCore wordDocument, Range range)
           
protected  void WordToTextConverter.processHyperlink(HWPFDocumentCore wordDocument, org.w3c.dom.Element currentBlock, Range textRange, int currentTableLevel, java.lang.String hyperlink)
           
protected  void WordToHtmlConverter.processHyperlink(HWPFDocumentCore wordDocument, org.w3c.dom.Element currentBlock, Range textRange, int currentTableLevel, java.lang.String hyperlink)
           
protected  void WordToFoConverter.processHyperlink(HWPFDocumentCore wordDocument, org.w3c.dom.Element currentBlock, Range textRange, int currentTableLevel, java.lang.String hyperlink)
           
protected abstract  void AbstractWordConverter.processHyperlink(HWPFDocumentCore wordDocument, org.w3c.dom.Element currentBlock, Range textRange, int currentTableLevel, java.lang.String hyperlink)
           
protected  void WordToTextConverter.processPageBreak(HWPFDocumentCore wordDocument, org.w3c.dom.Element flow)
           
protected  void WordToHtmlConverter.processPageBreak(HWPFDocumentCore wordDocument, org.w3c.dom.Element flow)
           
protected  void WordToFoConverter.processPageBreak(HWPFDocumentCore wordDocument, org.w3c.dom.Element flow)
           
protected abstract  void AbstractWordConverter.processPageBreak(HWPFDocumentCore wordDocument, org.w3c.dom.Element flow)
           
protected  void WordToTextConverter.processPageref(HWPFDocumentCore wordDocument, org.w3c.dom.Element currentBlock, Range textRange, int currentTableLevel, java.lang.String pageref)
           
protected  void WordToHtmlConverter.processPageref(HWPFDocumentCore hwpfDocument, org.w3c.dom.Element currentBlock, Range textRange, int currentTableLevel, java.lang.String pageref)
           
protected  void WordToFoConverter.processPageref(HWPFDocumentCore hwpfDocument, org.w3c.dom.Element currentBlock, Range textRange, int currentTableLevel, java.lang.String pageref)
           
protected abstract  void AbstractWordConverter.processPageref(HWPFDocumentCore wordDocument, org.w3c.dom.Element currentBlock, Range textRange, int currentTableLevel, java.lang.String pageref)
           
protected  void WordToTextConverter.processParagraph(HWPFDocumentCore wordDocument, org.w3c.dom.Element parentElement, int currentTableLevel, Paragraph paragraph, java.lang.String bulletText)
           
protected  void WordToHtmlConverter.processParagraph(HWPFDocumentCore hwpfDocument, org.w3c.dom.Element parentElement, int currentTableLevel, Paragraph paragraph, java.lang.String bulletText)
           
protected  void WordToFoConverter.processParagraph(HWPFDocumentCore hwpfDocument, org.w3c.dom.Element parentFopElement, int currentTableLevel, Paragraph paragraph, java.lang.String bulletText)
           
protected abstract  void AbstractWordConverter.processParagraph(HWPFDocumentCore wordDocument, org.w3c.dom.Element parentElement, int currentTableLevel, Paragraph paragraph, java.lang.String bulletText)
           
protected  void AbstractWordConverter.processParagraphes(HWPFDocumentCore wordDocument, org.w3c.dom.Element flow, Range range, int currentTableLevel)
           
protected  void WordToTextConverter.processSection(HWPFDocumentCore wordDocument, Section section, int s)
           
protected  void WordToHtmlConverter.processSection(HWPFDocumentCore wordDocument, Section section, int sectionCounter)
           
protected  void WordToFoConverter.processSection(HWPFDocumentCore wordDocument, Section section, int sectionCounter)
           
protected abstract  void AbstractWordConverter.processSection(HWPFDocumentCore wordDocument, Section section, int s)
           
protected  void WordToHtmlConverter.processSingleSection(HWPFDocumentCore wordDocument, Section section)
           
protected  void AbstractWordConverter.processSingleSection(HWPFDocumentCore wordDocument, Section section)
           
protected  void WordToTextConverter.processTable(HWPFDocumentCore wordDocument, org.w3c.dom.Element flow, Table table)
           
protected  void WordToHtmlConverter.processTable(HWPFDocumentCore hwpfDocument, org.w3c.dom.Element flow, Table table)
           
protected  void WordToFoConverter.processTable(HWPFDocumentCore wordDocument, org.w3c.dom.Element flow, Table table)
           
protected abstract  void AbstractWordConverter.processTable(HWPFDocumentCore wordDocument, org.w3c.dom.Element flow, Table table)
           
protected  int AbstractWordConverter.tryDeadField(HWPFDocumentCore wordDocument, Range range, int currentTableLevel, int beginMark, org.w3c.dom.Element currentBlock)
           
 

Uses of HWPFDocumentCore in org.apache.poi.hwpf.dev
 

Constructors in org.apache.poi.hwpf.dev with parameters of type HWPFDocumentCore
HWPFLister(HWPFDocumentCore doc)
           
 

Uses of HWPFDocumentCore in org.apache.poi.hwpf.usermodel
 

Fields in org.apache.poi.hwpf.usermodel declared as HWPFDocumentCore
protected  HWPFDocumentCore Range._doc
          The document this range blongs to.
 

Methods in org.apache.poi.hwpf.usermodel that return HWPFDocumentCore
protected  HWPFDocumentCore Range.getDocument()
           
 

Constructors in org.apache.poi.hwpf.usermodel with parameters of type HWPFDocumentCore
Range(int start, int end, HWPFDocumentCore doc)
          Used to construct a Range from a document.
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.