com.extentech.ExtenXLS
Interface Document

All Known Subinterfaces:
WorkBook
All Known Implementing Classes:
DocumentHandle, EncryptedWorkBookHandle, MemeDoc, MemeDocument, MemeWorkBook, WebDoc, WebWorkBook, WorkBookHandle, WorkBookParser

Deprecated. This interface provides no functionality beyond the abstract DocumentHandle class. Use that type instead.

@Deprecated
public interface Document

An interface representing an ExtenXLS document.


Field Summary
static int DEBUG_HIGH
          Deprecated.  
static int DEBUG_LOW
          Deprecated.  
static int DEBUG_MEDIUM
          Deprecated.  
 
Method Summary
 void addProperty(String name, Object val)
          Deprecated. add non-Excel property
 String getName()
          Deprecated. Returns the name of this WorkBook
 Object getProperty(String name)
          Deprecated. get a non-Excel property
 void reset()
          Deprecated. Clears all values in a template WorkBook.
 void setDebugLevel(int l)
          Deprecated. Set the Debugging level.
 void setName(String nm)
          Deprecated. Sets the internal name of this WorkBookHandle.
 

Field Detail

DEBUG_LOW

static final int DEBUG_LOW
Deprecated. 
See Also:
Constant Field Values

DEBUG_MEDIUM

static final int DEBUG_MEDIUM
Deprecated. 
See Also:
Constant Field Values

DEBUG_HIGH

static final int DEBUG_HIGH
Deprecated. 
See Also:
Constant Field Values
Method Detail

getProperty

Object getProperty(String name)
Deprecated. 
get a non-Excel property

Returns:
Returns the properties.

addProperty

void addProperty(String name,
                 Object val)
Deprecated. 
add non-Excel property

Parameters:
properties - The properties to set.

setName

void setName(String nm)
Deprecated. 
Sets the internal name of this WorkBookHandle. Overrides the default for 'getName()' which returns the file name source of this WorkBook by default.

Parameters:
WorkBook - Name

setDebugLevel

void setDebugLevel(int l)
Deprecated. 
Set the Debugging level. Higher values output more debugging info during execution.


getName

String getName()
Deprecated. 
Returns the name of this WorkBook

Returns:
String name of WorkBook

reset

void reset()
Deprecated. 
Clears all values in a template WorkBook. Use this method to 'reset' the values of your WorkBook in memory to defaults. For example, if you load a Servlet with a single WorkBookHandle instance, then modify values and stream to a Client system, yo should call 'clearAll()' when the request is completed to remove the modified values and set them back to a default.



Copyright © 2011 Extentech Inc. All Rights Reserved.