Class XDGFVisioExtractor

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class XDGFVisioExtractor
    extends org.apache.poi.ooxml.extractor.POIXMLTextExtractor
    Helper class to extract text from an OOXML Visio File
    • Method Detail

      • getText

        public 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