Uses of Class
org.apache.poi.poifs.filesystem.POIFSFileSystem

Packages that use POIFSFileSystem
org.apache.poi.hslf   
org.apache.poi.hslf.extractor   
org.apache.poi.hslf.record   
org.apache.poi.hssf.eventusermodel HSSF eventmodel Package provides an event-based API for reading HSSF files. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model  
 

Uses of POIFSFileSystem in org.apache.poi.hslf
 

Constructors in org.apache.poi.hslf with parameters of type POIFSFileSystem
HSLFSlideShow(POIFSFileSystem filesystem)
          Constructs a Powerpoint document from a POIFS Filesystem.
 

Uses of POIFSFileSystem in org.apache.poi.hslf.extractor
 

Constructors in org.apache.poi.hslf.extractor with parameters of type POIFSFileSystem
QuickButCruddyTextExtractor(POIFSFileSystem poifs)
          Creates an extractor from a POIFS Filesystem
PowerPointExtractor(POIFSFileSystem fs)
          Creates a PowerPointExtractor
 

Uses of POIFSFileSystem in org.apache.poi.hslf.record
 

Methods in org.apache.poi.hslf.record with parameters of type POIFSFileSystem
 void CurrentUserAtom.writeToFS(POIFSFileSystem fs)
          Writes ourselves back out to a filesystem
 

Constructors in org.apache.poi.hslf.record with parameters of type POIFSFileSystem
CurrentUserAtom(POIFSFileSystem fs)
          Find the Current User in the filesystem, and create from that
 

Uses of POIFSFileSystem in org.apache.poi.hssf.eventusermodel
 

Methods in org.apache.poi.hssf.eventusermodel with parameters of type POIFSFileSystem
 void HSSFEventFactory.processWorkbookEvents(HSSFRequest req, POIFSFileSystem fs)
          Processes a file into essentially record events.
 short HSSFEventFactory.abortableProcessWorkbookEvents(HSSFRequest req, POIFSFileSystem fs)
          Processes a file into essentially record events.
 

Uses of POIFSFileSystem in org.apache.poi.hssf.usermodel
 

Constructors in org.apache.poi.hssf.usermodel with parameters of type POIFSFileSystem
HSSFWorkbook(POIFSFileSystem fs)
           
HSSFWorkbook(POIFSFileSystem fs, boolean preserveNodes)
          given a POI POIFSFileSystem object, read in its Workbook and populate the high and low level models.
 



Copyright 2005 The Apache Software Foundation or its licensors, as applicable.