Interface POIOLE2TextExtractor

    • Method Detail

      • getDocSummaryInformation

        default DocumentSummaryInformation getDocSummaryInformation()
        Returns the document information metadata for the document
        Returns:
        The Document Summary Information or null if it could not be read for this document.
      • getSummaryInformation

        default SummaryInformation getSummaryInformation()
        Returns the summary information metadata for the document.
        Returns:
        The Summary information for the document or null if it could not be read for this document.
      • getMetadataTextExtractor

        default POITextExtractor getMetadataTextExtractor()
        Returns an HPSF powered text extractor for the document properties metadata, such as title and author.
        Specified by:
        getMetadataTextExtractor in interface POITextExtractor
        Returns:
        an instance of POIExtractor that can extract meta-data.
      • getRoot

        default DirectoryEntry getRoot()
        Return the underlying DirectoryEntry of this document.
        Returns:
        the DirectoryEntry that is associated with the POIDocument of this extractor.