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:
Closeable
,AutoCloseable
Helper class to extract text from an OOXML Visio File
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionXDGFVisioExtractor
(OPCPackage openPackage) XDGFVisioExtractor
(XmlVisioDocument document) -
Method Summary
Methods inherited from class org.apache.poi.ooxml.extractor.POIXMLTextExtractor
checkMaxTextSize, close, getCoreProperties, getCustomProperties, getDocument, getExtendedProperties, getMetadataTextExtractor, getPackage
Methods inherited from class org.apache.poi.extractor.POITextExtractor
setFilesystem
-
Field Details
-
document
-
-
Constructor Details
-
XDGFVisioExtractor
-
XDGFVisioExtractor
- Throws:
IOException
-
-
Method Details
-
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
- Throws:
IOException
-