public class HtmlTableLoadOption
extends java.lang.Object
| Constructor and Description |
|---|
HtmlTableLoadOption() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the id of table to import from html
|
java.lang.String |
getName()
Deprecated.
Please use HtmlTableLoadOption.Id instead
|
int |
getOriginalSheetIndex()
Gets the original index of worksheet in the html.
|
int |
getTableIndex()
Gets the index of table to import from html.
|
boolean |
getTableToListObject()
Indicates whether generate list objects from imported table.
|
int |
getTargetSheetIndex()
Gets the target index of worksheet where the table is to be located.
|
void |
setId(java.lang.String value)
Sets the id of table to import from html
|
void |
setName(java.lang.String value)
Deprecated.
Please use HtmlTableLoadOption.Id instead
|
void |
setOriginalSheetIndex(int value)
Sets the original index of worksheet in the html.
|
void |
setTableIndex(int value)
Sets the index of table to import from html.
|
void |
setTableToListObject(boolean value)
Indicates whether generate list objects from imported table.
|
void |
setTargetSheetIndex(int value)
Sets the target index of worksheet where the table is to be located.
|
public int getTableIndex()
public void setTableIndex(int value)
public java.lang.String getId()
public void setId(java.lang.String value)
public java.lang.String getName()
public void setName(java.lang.String value)
public int getOriginalSheetIndex()
public void setOriginalSheetIndex(int value)
public int getTargetSheetIndex()
public void setTargetSheetIndex(int value)
public boolean getTableToListObject()
public void setTableToListObject(boolean value)
See 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.