Examples of HPSFPropertiesExtractor


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

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

  /**
   * 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

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

  /**
   * 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

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

  /**
   * 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

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

  /**
   * 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
Copyright © 2018 www.massapi.com. 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.