Java org.apache.poi.hslf.extractor QuickButCruddyTextExtractor fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.hslf.extractor QuickButCruddyTextExtractor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.hslf.extractor QuickButCruddyTextExtractor.

The text is from its open source code.

Constructor

QuickButCruddyTextExtractor(String fileName)
Creates an extractor from a given file name
QuickButCruddyTextExtractor(InputStream iStream)
Creates an extractor from a given input stream
QuickButCruddyTextExtractor(POIFSFileSystem poifs)
Creates an extractor from a POIFS Filesystem

Method

StringgetTextAsString()
Fetches the ALL the text of the powerpoint file, as a single string