Class MetadataExtractor


  • public class MetadataExtractor
    extends java.lang.Object
    OOXML metadata extractor.

    Currently POI doesn't support metadata extraction for OOXML.

    See Also:
    OOXMLExtractor.getMetadataExtractor()
    • Constructor Summary

      Constructors 
      Constructor Description
      MetadataExtractor​(org.apache.poi.ooxml.extractor.POIXMLTextExtractor extractor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void extract​(Metadata metadata)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetadataExtractor

        public MetadataExtractor​(org.apache.poi.ooxml.extractor.POIXMLTextExtractor extractor)