Aspose::Cells::HtmlTableLoadOption class

HtmlTableLoadOption class

Represents the option when import table from html.

class HtmlTableLoadOption

Methods

MethodDescription
GetId()Get or set the id of table to import from html.
GetName()(Deprecated) Get or set the name of table to import from html.
GetOriginalSheetIndex()Get or set the original index of worksheet in the html.
GetTableIndex()Get or set the index of table to import from html.
GetTableToListObject()Indicates whether generate list objects from imported table. The default value is false.
GetTargetSheetIndex()Get or set the target index of worksheet where the table is to be located.
HtmlTableLoadOption()Default constructor.
HtmlTableLoadOption(HtmlTableLoadOption_Impl* impl)Constructs from an implementation object.
HtmlTableLoadOption(const HtmlTableLoadOption& src)Copy constructor.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const HtmlTableLoadOption& src)operator=
SetId(const U16String& value)Get or set the id of table to import from html.
SetId(const char16_t* value)Get or set the id of table to import from html.
SetName(const U16String& value)(Deprecated) Get or set the name of table to import from html.
SetName(const char16_t* value)(Deprecated) Get or set the name of table to import from html.
SetOriginalSheetIndex(int32_t value)Get or set the original index of worksheet in the html.
SetTableIndex(int32_t value)Get or set the index of table to import from html.
SetTableToListObject(bool value)Indicates whether generate list objects from imported table. The default value is false.
SetTargetSheetIndex(int32_t value)Get or set the target index of worksheet where the table is to be located.
~HtmlTableLoadOption()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also