Package | Description |
---|---|
org.apache.poi.hwpf | |
org.apache.poi.hwpf.converter | |
org.apache.poi.hwpf.dev | |
org.apache.poi.hwpf.usermodel |
Modifier and Type | Class | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static HWPFDocumentCore |
AbstractWordUtils.loadDoc(java.io.File docFile) |
|
static HWPFDocumentCore |
AbstractWordUtils.loadDoc(java.io.InputStream inputStream) |
|
static HWPFDocumentCore |
AbstractWordUtils.loadDoc(DirectoryNode root) |
|
static HWPFDocumentCore |
AbstractWordUtils.loadDoc(POIFSFileSystem poifsFileSystem) |
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
WordToTextConverter.getText(HWPFDocumentCore wordDocument) |
|
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 void |
WordToFoConverter.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 |
WordToTextConverter.processBookmarks(HWPFDocumentCore wordDocument,
org.w3c.dom.Element currentBlock,
Range range,
int currentTableLevel,
java.util.List<Bookmark> rangeBookmarks) |
|
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) |
|
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,
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 void |
WordToHtmlConverter.processHyperlink(HWPFDocumentCore wordDocument,
org.w3c.dom.Element currentBlock,
Range textRange,
int currentTableLevel,
java.lang.String hyperlink) |
|
protected void |
WordToTextConverter.processHyperlink(HWPFDocumentCore wordDocument,
org.w3c.dom.Element currentBlock,
Range textRange,
int currentTableLevel,
java.lang.String hyperlink) |
|
protected abstract void |
AbstractWordConverter.processPageBreak(HWPFDocumentCore wordDocument,
org.w3c.dom.Element flow) |
|
protected void |
WordToFoConverter.processPageBreak(HWPFDocumentCore wordDocument,
org.w3c.dom.Element flow) |
|
protected void |
WordToHtmlConverter.processPageBreak(HWPFDocumentCore wordDocument,
org.w3c.dom.Element flow) |
|
protected void |
WordToTextConverter.processPageBreak(HWPFDocumentCore wordDocument,
org.w3c.dom.Element flow) |
|
protected abstract void |
AbstractWordConverter.processPageref(HWPFDocumentCore wordDocument,
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 void |
WordToHtmlConverter.processPageref(HWPFDocumentCore hwpfDocument,
org.w3c.dom.Element currentBlock,
Range textRange,
int currentTableLevel,
java.lang.String pageref) |
|
protected void |
WordToTextConverter.processPageref(HWPFDocumentCore wordDocument,
org.w3c.dom.Element currentBlock,
Range textRange,
int currentTableLevel,
java.lang.String pageref) |
|
protected abstract void |
AbstractWordConverter.processParagraph(HWPFDocumentCore wordDocument,
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 void |
WordToHtmlConverter.processParagraph(HWPFDocumentCore hwpfDocument,
org.w3c.dom.Element parentElement,
int currentTableLevel,
Paragraph paragraph,
java.lang.String bulletText) |
|
protected void |
WordToTextConverter.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 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,
org.w3c.dom.Element flow,
Table table) |
|
protected void |
WordToFoConverter.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 |
WordToTextConverter.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) |
Constructor | Description |
---|---|
HWPFLister(HWPFDocumentCore doc) |
Modifier and Type | Field | Description |
---|---|---|
protected HWPFDocumentCore |
Range._doc |
The document this range blongs to.
|
Modifier and Type | Method | Description |
---|---|---|
protected HWPFDocumentCore |
Range.getDocument() |
Constructor | Description |
---|---|
Range(int start,
int end,
HWPFDocumentCore doc) |
Used to construct a Range from a document.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.