public class HtmlTableLoadOptionCollection extends CollectionBase
| Constructor and Description |
|---|
HtmlTableLoadOptionCollection() |
| Modifier and Type | Method and Description |
|---|---|
int |
add(HtmlTableLoadOption item)
Adds one HtmlTableLoadOption into this collection.
|
int |
add(int tableIndex)
Add a HtmlTableLoadOption to the list.
|
int |
add(int tableIndex,
int targetSheetIndex)
Add a HtmlTableLoadOption to the list.
|
int |
add(int tableIndex,
int targetSheetIndex,
int originalSheetIndex)
Add a HtmlTableLoadOption to the list.
|
int |
add(java.lang.String tableId)
Add a HtmlTableLoadOption to the list.
|
int |
add(java.lang.String tableId,
int targetSheetIndex)
Add a HtmlTableLoadOption to the list.
|
int |
add(java.lang.String tableId,
int targetSheetIndex,
int originalSheetIndex)
Add a HtmlTableLoadOption to the list.
|
HtmlTableLoadOption |
get(int index)
Gets the
HtmlTableLoadOption element at the specified index. |
boolean |
getTableToListObject()
Indicates whether generate list objects from imported tables.
|
void |
setTableToListObject(boolean value)
Indicates whether generate list objects from imported tables.
|
public boolean getTableToListObject()
public void setTableToListObject(boolean value)
public HtmlTableLoadOption get(int index)
HtmlTableLoadOption element at the specified index.get in class CollectionBaseindex - The zero based index of the element.public int add(HtmlTableLoadOption item)
item - one HtmlTableLoadOptionpublic int add(int tableIndex)
tableIndex - Table indexpublic int add(java.lang.String tableId)
tableId - Table IDpublic int add(int tableIndex,
int targetSheetIndex)
tableIndex - Table indextargetSheetIndex - The target index of worksheet in Excelpublic int add(java.lang.String tableId,
int targetSheetIndex)
tableId - Table IDtargetSheetIndex - The target index of worksheet in Excelpublic int add(int tableIndex,
int targetSheetIndex,
int originalSheetIndex)
tableIndex - Table indextargetSheetIndex - The target index of worksheet in ExceloriginalSheetIndex - The original index of worksheet in the htmlpublic int add(java.lang.String tableId,
int targetSheetIndex,
int originalSheetIndex)
tableId - Table IDtargetSheetIndex - The target index of worksheet in ExceloriginalSheetIndex - The original index of worksheet in the htmlSee Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.