Class POIXMLPropertiesTextExtractor

    • Constructor Detail

      • POIXMLPropertiesTextExtractor

        public POIXMLPropertiesTextExtractor​(POIXMLDocument doc)
        Creates a new POIXMLPropertiesTextExtractor for the given open document.
        Parameters:
        doc - the given open document
      • POIXMLPropertiesTextExtractor

        public POIXMLPropertiesTextExtractor​(POIXMLTextExtractor otherExtractor)
        Creates a new POIXMLPropertiesTextExtractor, for the same file that another TextExtractor is already working on.
        Parameters:
        otherExtractor - the extractor referencing the given file