Package org.apache.poi.hpsf.extractor

Examples of org.apache.poi.hpsf.extractor.HPSFPropertiesExtractor


   *  document properties metadata, such as title and author.
   * 
   * @return an instance of POIExtractor that can extract meta-data.
   */
  public POITextExtractor getMetadataTextExtractor() {
    return new HPSFPropertiesExtractor(this);
  }
View Full Code Here


  /**
   * Returns an HPSF powered text extractor for the
   *  document properties metadata, such as title and author.
   */
  public POITextExtractor getMetadataTextExtractor() {
    return new HPSFPropertiesExtractor(this);
  }
View Full Code Here

  /**
   * Returns an HPSF powered text extractor for the
   *  document properties metadata, such as title and author.
   */
  public POITextExtractor getMetadataTextExtractor() {
    return new HPSFPropertiesExtractor(this);
  }
View Full Code Here

  /**
   * Returns an HPSF powered text extractor for the
   *  document properties metadata, such as title and author.
   */
  public POITextExtractor getMetadataTextExtractor() {
    return new HPSFPropertiesExtractor(this);
  }
View Full Code Here

  /**
   * Returns an HPSF powered text extractor for the
   *  document properties metadata, such as title and author.
   */
  public POITextExtractor getMetadataTextExtractor() {
    return new HPSFPropertiesExtractor(this);
  }
View Full Code Here

TOP

Related Classes of org.apache.poi.hpsf.extractor.HPSFPropertiesExtractor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.