HtmlTableLoadOption

Inheritance: java.lang.Object

public class HtmlTableLoadOption

Represents the option when import table from html.

Constructors

ConstructorDescription
HtmlTableLoadOption()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuejava.lang.String

setName(String value)

public void setName(String value)

Sets the name of table to import from html

Parameters:

ParameterTypeDescription
valuejava.lang.String

setOriginalSheetIndex(int value)

public void setOriginalSheetIndex(int value)

Sets the original index of worksheet in the html.

Parameters:

ParameterTypeDescription
valueint

setTableIndex(int value)

public void setTableIndex(int value)

Sets the index of table to import from html.

Parameters:

ParameterTypeDescription
valueint

setTableToListObject(boolean value)

public void setTableToListObject(boolean value)

Indicates whether generate list objects from imported table. The default value is false.

Parameters:

ParameterTypeDescription
valueboolean

setTargetSheetIndex(int value)

public void setTargetSheetIndex(int value)

Sets the target index of worksheet where the table is to be located.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int