Documentation of 'org.apache.poi.hpsf.extractor.HPSFPropertiesExtractor' Java class
HPSFPropertiesExtractor
org.apache.poi.hpsf.extractor

Class HPSFPropertiesExtractor

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable


    public class HPSFPropertiesExtractor
    extends POITextExtractor
    Extracts all of the HPSF properties, both build in and custom, returning them in textual form.
    • Constructor Detail

      • HPSFPropertiesExtractor

        public HPSFPropertiesExtractor(POITextExtractor mainExtractor)
      • HPSFPropertiesExtractor

        public HPSFPropertiesExtractor(POIDocument doc)
      • HPSFPropertiesExtractor

        public HPSFPropertiesExtractor(POIFSFileSystem fs)
    • Method Detail

      • getDocumentSummaryInformationText

        public java.lang.String getDocumentSummaryInformationText()
      • getSummaryInformationText

        public java.lang.String getSummaryInformationText()
      • getText

        public java.lang.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:
        the text of all the properties defined in the document.
      • close

        public void close()
                   throws java.io.IOException
        Description copied from class: POITextExtractor
        Allows to free resources of the Extractor as soon as it is not needed any more. This may include closing open file handles and freeing memory. The Extractor cannot be used after close has been called.
        Specified by:
        close in interface java.io.Closeable
        Specified by:
        close in interface java.lang.AutoCloseable
        Overrides:
        close in class POITextExtractor
        Throws:
        java.io.IOException
      • main

        public static void main(java.lang.String[] args)
                         throws java.io.IOException
        Throws:
        java.io.IOException

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.