Uses of Interface
com.extentech.ExtenXLS.Document

Packages that use Document
com.extentech.crypto.mscrypto   
com.extentech.ExtenXLS The ExtenXLS package contains the primary classes for working with spreadsheets. 
com.extentech.ExtenXLS.web The ExtenXLS.web package contains ExtenXLS Spreadsheet classes enhanced with web and database persistence capabilities. 
 

Uses of Document in com.extentech.crypto.mscrypto
 

Methods in com.extentech.crypto.mscrypto that return Document
static Document MSOfficeDecrypter.decrypt(java.io.InputStream encryptedStream, java.lang.String password)
          Decrypts an input stream containing an MSOffice encrypted file.
static Document MSOfficeDecrypter.decryptPP(java.io.InputStream encryptedStream, java.lang.String password, CellParseEventListener tcv)
          Decrypts an input stream containing an MSOffice encrypted file, registers PullParser listeners
 

Methods in com.extentech.crypto.mscrypto with parameters of type Document
static void MSOfficeEncrypter.encrypt(Document doc, java.io.OutputStream output, java.lang.String password)
          Encrypt a WorkBookHandle utilizing the default encryption algorithm (128 AES encryption) and the password provided.
static void MSOfficeEncrypter.encrypt(Document doc, java.io.OutputStream output, java.lang.String password, int encryptionSize)
          Encrypt a WorkBookHandle utilizing the encryption algorithm passed in and the password provided.
 

Uses of Document in com.extentech.ExtenXLS
 

Subinterfaces of Document in com.extentech.ExtenXLS
 interface WorkBook
          Deprecated. This interface does not provide any useful abstraction. In practice it is equivalent to the WorkBookHandle class. Use that type instead.
 

Classes in com.extentech.ExtenXLS that implement Document
 class DocumentHandle
          Functionality common to all document types.
 class EncryptedWorkBookHandle
          EncryptedWorkBookHandle is a WorkBookHandle that manages encrypted files.
 class EncryptedWorkBookWritableParser
          EncryptedWorkBookWritableParser is a type of WorkBookWritableParser that handles encrypting the output file.
 class WorkBookHandle
          The WorkBookHandle provides a handle to the XLS file and includes convenience methods for working with the WorkSheets and Cell values within the XLS file.
 class WorkBookParser
          A READ-ONLY WorkBookHandle implementation which handles high-performance spreadsheet reading using a parse-event driven model.
 class WorkBookWritableParser
          A WorkBookHandle implementation which handles high-performance spreadsheet reading using a parse-event driven model.
 

Uses of Document in com.extentech.ExtenXLS.web
 

Classes in com.extentech.ExtenXLS.web that implement Document
 class MemeDoc
          this is a Word Doc specific MemeDocument
 class MemeDocument
          This class provides Saving and Reconstituting Documents as memes in the Extentech KB schema.
 class MemeWorkBook
          This class provides Saving and Reconstituting WorkBooks as memes in the Extentech KB schema.
 class WebDoc
          The WebWorkBook class provides additional functionality to the WorkBookHandle class to allow it to participate in a Service-Oriented-Architecture.
 class WebWorkBook
          The WebWorkBook class provides additional functionality to the WorkBookHandle class to allow it to participate in a Service-Oriented-Architecture.
 



Copyright © 2011 Extentech Inc. All Rights Reserved.