org.apache.poi.xdgf.extractor
Class XDGFVisioExtractor
java.lang.Object
org.apache.poi.POITextExtractor
org.apache.poi.POIXMLTextExtractor
org.apache.poi.xdgf.extractor.XDGFVisioExtractor
- All Implemented Interfaces:
- java.io.Closeable
public class XDGFVisioExtractor
- extends POIXMLTextExtractor
Helper class to extract text from an OOXML Visio File
Method Summary |
java.lang.String |
getText()
Retrieves all the text from the document. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
document
protected final XmlVisioDocument document
XDGFVisioExtractor
public XDGFVisioExtractor(XmlVisioDocument document)
XDGFVisioExtractor
public XDGFVisioExtractor(OPCPackage openPackage)
throws java.io.IOException
- Throws:
java.io.IOException
getText
public java.lang.String getText()
- Description copied from class:
POITextExtractor
- Retrieves all the text from the document.
How cells, paragraphs etc are separated in the text
is implementation specific - see the javadocs for
a specific project for details.
- Specified by:
getText
in class POITextExtractor
- Returns:
- All the text from the document
main
public static void main(java.lang.String[] args)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.