List of usage examples for org.apache.poi.poifs.eventfilesystem POIFSReaderListener interface-usage
From source file com.duroty.lucene.parser.MSPowerPointParser.java
/** * DOCUMENT ME! * * @author jordi marques */ public class MSPowerPointParser implements Parser, POIFSReaderListener {
From source file com.duroty.lucene.parser.utils.POIFSListener.java
/**
* DOCUMENT ME!
*
* @author jordi marques TODO To change the template for this generated type
* comment go to Window - Preferences - Java - Code Style - Code
* Templates
From source file com.flexive.extractor.ExcelExtractor.java
class ExcelExtractor implements POIFSReaderListener { private FxSummaryInformation fxsi = null; ByteArrayOutputStream writer = null; /**
From source file com.flexive.extractor.PowerpointExtractor.java
class PowerpointExtractor implements POIFSReaderListener { private FxSummaryInformation fxsi; private ByteArrayOutputStream writer; /** * Extracts the text informations from the powerpoint file.
From source file com.flexive.extractor.WordExtractor.java
class WordExtractor implements POIFSReaderListener { private FxSummaryInformation fxsi = null; /** * Proccesses the Summary section.
From source file com.frameworkset.platform.cms.searchmanager.extractors.A_CmsTextExtractorMsOfficeBase.java
/**
* Base class to extract summary information from MS office documents.<p>
*
* @author Alexander Kandzior
*
* @version $Revision: 1.7 $
From source file com.knowgate.ole.OLEListener.java
/**
* <p>Jakarta POI Listener Interface</p>
* @author Sergio Montoro Ten
* @version 1.0
*/
From source file com.villemos.ispace.aperture.enricher.MicrosoftPropertyReader.java
public class MicrosoftPropertyReader implements POIFSReaderListener { private static org.apache.log4j.Logger LOG = org.apache.log4j.Logger.getLogger(MicrosoftPropertyReader.class); public Map<String, String> msProperties = new HashMap<String, String>();;
From source file lius.index.powerpoint.PPTIndexer.java
/** * @author Rida Benjelloun (ridabenjelloun@gmail.com) */ public class PPTIndexer extends Indexer implements POIFSReaderListener {
From source file net.sourceforge.docfetcher.parse.MSOfficeParser.java
class MyReaderListener implements POIFSReaderListener { public String author; public String title; public String subject; public String keywords;