Class POIXMLPropertiesTextExtractor

java.lang.Object
org.apache.poi.ooxml.extractor.POIXMLPropertiesTextExtractor
All Implemented Interfaces:
Closeable, AutoCloseable, POITextExtractor, POIXMLTextExtractor

public class POIXMLPropertiesTextExtractor extends Object implements POIXMLTextExtractor
A POITextExtractor for returning the textual content of the OOXML file properties, eg author and title.
  • Constructor Details

    • 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
  • Method Details