Java org.apache.poi.hwpf.extractor WordExtractor fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.hwpf.extractor WordExtractor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.hwpf.extractor WordExtractor.

The text is from its open source code.

Constructor

WordExtractor(InputStream is)
Create a new Word Extractor
WordExtractor(POIFSFileSystem fs)
Create a new Word Extractor
WordExtractor(DirectoryNode dir)
WordExtractor(HWPFDocument doc)
Create a new Word Extractor

Method

String[]getCommentsText()
DocumentSummaryInformationgetDocSummaryInformation()
Returns the document information metadata for the document
String[]getEndnoteText()
StringgetFooterText()
Grab the text from the footers
String[]getFootnoteText()
StringgetHeaderText()
Grab the text from the headers
String[]getParagraphText()
Get the text from the word file, as an array with one String per paragraph
SummaryInformationgetSummaryInformation()
Returns the summary information metadata for the document.
StringgetText()
Grab the text, based on the WordToTextConverter.
StringstripFields(String text)
Removes any fields (eg macros, page markers etc) from the string.