HtmlTableLoadOption
Inheritance: java.lang.Object
public class HtmlTableLoadOption
Represents the option when import table from html.
Constructors
| Constructor | Description |
|---|---|
| HtmlTableLoadOption() |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getId() | Gets the id of table to import from html |
| getName() | Gets the name of table to import from html |
| getOriginalSheetIndex() | Gets the original index of worksheet in the html. |
| getTableIndex() | Gets the index of table to import from html. |
| getTableToListObject() | Indicates whether generate list objects from imported table. |
| getTargetSheetIndex() | Gets the target index of worksheet where the table is to be located. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setId(String value) | Sets the id of table to import from html |
| setName(String value) | Sets the name of table to import from html |
| setOriginalSheetIndex(int value) | Sets the original index of worksheet in the html. |
| setTableIndex(int value) | Sets the index of table to import from html. |
| setTableToListObject(boolean value) | Indicates whether generate list objects from imported table. |
| setTargetSheetIndex(int value) | Sets the target index of worksheet where the table is to be located. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
HtmlTableLoadOption()
public HtmlTableLoadOption()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getId()
public String getId()
Gets the id of table to import from html
Returns: java.lang.String
getName()
public String getName()
Gets the name of table to import from html
Returns: java.lang.String
getOriginalSheetIndex()
public int getOriginalSheetIndex()
Gets the original index of worksheet in the html.
Returns: int
getTableIndex()
public int getTableIndex()
Gets the index of table to import from html.
Returns: int
getTableToListObject()
public boolean getTableToListObject()
Indicates whether generate list objects from imported table. The default value is false.
Returns: boolean
getTargetSheetIndex()
public int getTargetSheetIndex()
Gets the target index of worksheet where the table is to be located.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setId(String value)
public void setId(String value)
Sets the id of table to import from html
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setName(String value)
public void setName(String value)
Sets the name of table to import from html
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setOriginalSheetIndex(int value)
public void setOriginalSheetIndex(int value)
Sets the original index of worksheet in the html.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setTableIndex(int value)
public void setTableIndex(int value)
Sets the index of table to import from html.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setTableToListObject(boolean value)
public void setTableToListObject(boolean value)
Indicates whether generate list objects from imported table. The default value is false.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setTargetSheetIndex(int value)
public void setTargetSheetIndex(int value)
Sets the target index of worksheet where the table is to be located.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |