Uses of Interface
com.extentech.ExtenXLS.Document

Packages that use Document
com.extentech.ExtenDOC   
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.ExtenDOC
 

Classes in com.extentech.ExtenDOC that implement Document
 class com.extentech.ExtenDOC.DocHandle
          This is the Abstract document class which represents an atomic Document file or object.
 

Uses of Document in com.extentech.ExtenXLS
 

Subinterfaces of Document in com.extentech.ExtenXLS
 interface WorkBook
          An interface representing an ExtenXLS WorkBook.
 

Classes in com.extentech.ExtenXLS that implement Document
 class EncryptedWorkBookHandle
          EncryptedWorkBookHandle is a WorkBookHandle that manages encrypted files.
 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.
 

Methods in com.extentech.ExtenXLS that return Document
static Document ExtenDOC.getDOC(Document doc, Object xmlsource)
          Convert a Document XHTML file to native DOC Input conforms to XHTML Spec.
 

Methods in com.extentech.ExtenXLS with parameters of type Document
static Document ExtenDOC.getDOC(Document doc, Object xmlsource)
          Convert a Document XHTML file to native DOC Input conforms to XHTML Spec.
static void ExtenDOC.parseNBind(Document doc, Object input)
          Read in an XML stream and populate a Document using the XML data therein.
 

Uses of Document in com.extentech.ExtenXLS.web
 

Classes in com.extentech.ExtenXLS.web that implement Document
 class FileWebWorkBook
           
 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 © 2010 Extentech Inc. All Rights Reserved.