Package org.apache.poi.xdgf.extractor
Class XDGFVisioExtractor
- java.lang.Object
-
- org.apache.poi.extractor.POITextExtractor
-
- org.apache.poi.ooxml.extractor.POIXMLTextExtractor
-
- org.apache.poi.xdgf.extractor.XDGFVisioExtractor
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public class XDGFVisioExtractor extends POIXMLTextExtractor
Helper class to extract text from an OOXML Visio File
-
-
Constructor Summary
Constructors Constructor Description XDGFVisioExtractor(OPCPackage openPackage)
XDGFVisioExtractor(XmlVisioDocument document)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getText()
Retrieves all the text from the document.static void
main(java.lang.String[] args)
-
Methods inherited from class org.apache.poi.ooxml.extractor.POIXMLTextExtractor
close, getCoreProperties, getCustomProperties, getDocument, getExtendedProperties, getMetadataTextExtractor, getPackage
-
Methods inherited from class org.apache.poi.extractor.POITextExtractor
setFilesystem
-
-
-
-
Constructor Detail
-
XDGFVisioExtractor
public XDGFVisioExtractor(XmlVisioDocument document)
-
XDGFVisioExtractor
public XDGFVisioExtractor(OPCPackage openPackage) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
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 classPOITextExtractor
- Returns:
- All the text from the document
-
main
public static void main(java.lang.String[] args) throws java.io.IOException
- Throws:
java.io.IOException
-
-