Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | getTableToListObject() | |
method | setTableToListObject(value) | |
Indicates whether generate list objects from imported tables. The default value is false. | ||
method | get(index) | |
Gets the |
Method Summary | ||
---|---|---|
method | add(item) | |
Adds one HtmlTableLoadOption into this collection.
|
||
method | add(tableIndex) | |
Add a HtmlTableLoadOption to the list.
|
||
method | add(tableIndex, targetSheetIndex) | |
Add a HtmlTableLoadOption to the list.
|
||
method | add(tableIndex, targetSheetIndex, originalSheetIndex) | |
Add a HtmlTableLoadOption to the list.
|
||
method | add(value) | |
Reserved for internal use. |
||
method | add(tableId) | |
Add a HtmlTableLoadOption to the list.
|
||
method | add(tableId, targetSheetIndex) | |
Add a HtmlTableLoadOption to the list.
|
||
method | add(tableId, targetSheetIndex, originalSheetIndex) | |
Add a HtmlTableLoadOption to the list.
|
||
method | clear() | |
method | contains(value) | |
Reserved for internal use. |
||
method | get(index) | |
Reserved for internal use. |
||
method | indexOf(value) | |
Reserved for internal use. |
||
method | iterator() | |
method | removeAt(index) | |
boolean getTableToListObject() / setTableToListObject(value)
int getCount()
HtmlTableLoadOption get(index)
index
- The zero based index of the element.int add(item)
item: HtmlTableLoadOption
- one HtmlTableLoadOptionint add(tableIndex)
tableIndex: int
- Table indexint add(tableId)
tableId: String
- Table IDint add(tableIndex, targetSheetIndex)
tableIndex: int
- Table indextargetSheetIndex: int
- The target index of worksheet in Excelint add(tableId, targetSheetIndex)
tableId: String
- Table IDtargetSheetIndex: int
- The target index of worksheet in Excelint add(tableIndex, targetSheetIndex, originalSheetIndex)
tableIndex: int
- Table indextargetSheetIndex: int
- The target index of worksheet in ExceloriginalSheetIndex: int
- The original index of worksheet in the htmlint add(tableId, targetSheetIndex, originalSheetIndex)
tableId: String
- Table IDtargetSheetIndex: int
- The target index of worksheet in ExceloriginalSheetIndex: int
- The original index of worksheet in the htmlclear()
removeAt(index)
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)