Serialized Form
|
Package com.ibm.excelaccessor |
readObject
private void readObject(java.io.ObjectInputStream objStream)
throws java.io.IOException,
java.lang.ClassNotFoundException,
java.io.NotActiveException
range
com.ibm.excelaccessor.Range range
- A Range object. Setters for the range manipulate this object.
autoCreateSheet
boolean autoCreateSheet
- Indicates if the sheet is to be AutoCreated during range
initialization.
read/write, bound.
autoUnprotectSheet
boolean autoUnprotectSheet
- Indicates if an attempt is made to unprotect the sheet at the
time of initializing the range.
read/write, bound.
xlWorkbook
ExcelWorkbook xlWorkbook
- The reference to the ExcelWorkbook bean.
write only.
worksheetName
java.lang.String worksheetName
- The name of the Excel Worksheet.
read/write, bound.
size
int size
underline
int underline
name
java.lang.String name
color
java.awt.Color color
fontstyle
int fontstyle
numberFormat
java.lang.String numberFormat
fieldAboutThisBean
java.lang.String fieldAboutThisBean
formatData
ExcelFormat[][] formatData
rowCount
int rowCount
columnCount
int columnCount
readObject
private void readObject(java.io.ObjectInputStream objStream)
throws java.io.IOException,
java.lang.ClassNotFoundException,
java.io.NotActiveException
range
com.ibm.excelaccessor.Range range
- A Range object. Setters for the range manipulate this object.
autoCreateSheet
boolean autoCreateSheet
- Indicates if the sheet is to be AutoCreated during range
initialization.
read/write, bound.
autoUnprotectSheet
boolean autoUnprotectSheet
- Indicates if an attempt is made to unprotect the sheet at the
time of initializing the range.
read/write, bound.
xlWorkbook
ExcelWorkbook xlWorkbook
- The reference to the ExcelWorkbook bean.
write only.
worksheetName
java.lang.String worksheetName
- The name of the Excel Worksheet.
read/write, bound.
fieldAutoGetUsedRange
boolean fieldAutoGetUsedRange
- Indicates if the Used Range is to be AutoDetect during range
initialization.
read/write, bound.
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException,
ExcelAccessorException
- Reads back the state of this class from the serialized stream
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- This method writes the Workbook object state to the output stream
readOnly
boolean readOnly
- The boolean flag to indicate the mode (i.e. readonly, read/write)
to open the workbook in.
workbookName
java.lang.String workbookName
- The name of the Excel workbook to open.
workbook
java.lang.String workbook
- The workbook name as returned by the excel.
password
java.lang.String password
- The password string that is internationalized
message1
java.lang.String message1
- The message1 string that is internationalized
message2
java.lang.String message2
- The message2 string that is internationalized
message3
java.lang.String message3
- The message3 string that is internationalized
message4
java.lang.String message4
- The message4 string that is internationalized
message5
java.lang.String message5
- The message5 string that is internationalized
saveOnClose
boolean saveOnClose
- The boolean flag to indicate whether the workbook is to be saved
while closing.
This flag is a Read/Write and bound property.
HeadlerExcel
int[] HeadlerExcel
|
Package com.ibm.excelaccessor.event |
currentException
java.lang.Exception currentException
- The exception that resulted in this event being fired.
messageCode
int messageCode
- The message code for the error.
message
java.lang.String message
- Stores the detailed error message.
workbookName
java.lang.String workbookName
- Stores the workbook name
startRow
int startRow
startCol
int startCol
endRow
int endRow
endCol
int endCol
rangeName
java.lang.String rangeName
sheetName
java.lang.String sheetName
startRow
int startRow
startCol
int startCol
endRow
int endRow
endCol
int endCol
sheetName
java.lang.String sheetName
- The name of the worksheet for the range.
workbookName
java.lang.String workbookName
- The name of the workbook containing the range.
rangeName
java.lang.String rangeName
- The name of the range which has been initialised
or uninitialised.
id
int id
- The event-id indicating the type of event.
id
int id
startRow
int startRow
startCol
int startCol
endRow
int endRow
endCol
int endCol
rangeName
java.lang.String rangeName
sheetName
java.lang.String sheetName
startRow
int startRow
startCol
int startCol
endRow
int endRow
endCol
int endCol
sheetName
java.lang.String sheetName
- The name of the worksheet for the range.
workbookName
java.lang.String workbookName
- The name of the workbook containing the range.
rangeName
java.lang.String rangeName
- The name of the range which has been initialised
or uninitialised.
id
int id
- The event-id indicating the type of event.
sheetName
java.lang.String sheetName
- The name of the worksheet added or removed.
workbookName
java.lang.String workbookName
- The name of the workbook affected by the operation.
id
int id
- The event-id indicating the type of event.
readOnly
boolean readOnly
- Indicates whether the file was opened in the read-only mode.
Is valid only in case of the WORKBOOK_OPENED event type.
saveOnClose
boolean saveOnClose
- Indicates whether the file was saved before closing if it
had been modified.
Is valid only in case of the WORKBOOK_CLOSED event type.
workbookName
java.lang.String workbookName
- The name of the workbook affected by the operation.
id
int id
- The event-id indicating the type of event.
id
int id
- The event-id indicating the type of event.
workbookName
java.lang.String workbookName
- The name of the modified workbook file being closed.
ExcelAccessor Bean Suite