com.knowgate.ole
Class OLEDocument

java.lang.Object
  extended by com.knowgate.ole.OLEDocument

public class OLEDocument
extends java.lang.Object

Jakarta POI Wrapper


Constructor Summary
OLEDocument()
           
 
Method Summary
 SummaryInformation getSummaryInformation()
           
 void read(java.lang.String sFilePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OLEDocument

public OLEDocument()
Method Detail

read

public void read(java.lang.String sFilePath)
          throws java.io.IOException,
                 java.io.FileNotFoundException
Parameters:
sFilePath -
Throws:
java.io.IOException
java.io.FileNotFoundException

getSummaryInformation

public SummaryInformation getSummaryInformation()