org.silverpeas.search.indexEngine.parser.pptParser
Class PptParserPOI

java.lang.Object
  extended by org.silverpeas.search.indexEngine.parser.pptParser.PptParserPOI
All Implemented Interfaces:
Parser

public class PptParserPOI
extends Object
implements Parser

a pptParser uses POI to extract the text wich will be indexed

Author:
$Author: neysseri $

Constructor Summary
PptParserPOI()
           
 
Method Summary
 Reader getReader(String path, String encoding)
          Returns a Reader giving only the text content of the file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PptParserPOI

public PptParserPOI()
Method Detail

getReader

public Reader getReader(String path,
                        String encoding)
Description copied from interface: Parser
Returns a Reader giving only the text content of the file.

Specified by:
getReader in interface Parser


Copyright © 2016 Silverpeas. All Rights Reserved.