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()
Gets the name of table to import from html
|
int |
getOriginalSheetIndex()
Gets the original index of worksheet in the html.
|
int |
getTableIndex()
Gets the index of table to import from html.
|
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)
Sets the name of table to import from html
|
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 |
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)
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 2001-2023. All Rights Reserved.