org.apache.poi.xwpf.extractor
Class XWPFWordExtractor
java.lang.Object
org.apache.poi.POITextExtractor
org.apache.poi.POIXMLTextExtractor
org.apache.poi.xwpf.extractor.XWPFWordExtractor
public class XWPFWordExtractor
- extends POIXMLTextExtractor
Helper class to extract text from an OOXML Word file
Method Summary |
java.lang.String |
getText()
|
static void |
main(java.lang.String[] args)
|
void |
setFetchHyperlinks(boolean fetch)
Should we also fetch the hyperlinks, when fetching
the text content? Default is to only output the
hyperlink label, and not the contents |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUPPORTED_TYPES
public static final XWPFRelation[] SUPPORTED_TYPES
XWPFWordExtractor
public XWPFWordExtractor(OPCPackage container)
throws org.apache.xmlbeans.XmlException,
OpenXML4JException,
java.io.IOException
- Throws:
org.apache.xmlbeans.XmlException
OpenXML4JException
java.io.IOException
XWPFWordExtractor
public XWPFWordExtractor(XWPFDocument document)
setFetchHyperlinks
public void setFetchHyperlinks(boolean fetch)
- Should we also fetch the hyperlinks, when fetching
the text content? Default is to only output the
hyperlink label, and not the contents
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
getText
public java.lang.String getText()
- Specified by:
getText
in class org.apache.poi.POITextExtractor