Aspose::Cells::HtmlTableLoadOptionCollection class

HtmlTableLoadOptionCollection class

Represents the table options when importing html.

class HtmlTableLoadOptionCollection

Methods

MethodDescription
Add(const HtmlTableLoadOption& item)Adds one HtmlTableLoadOption into this collection.
Add(int32_t tableIndex)Add a HtmlTableLoadOption to the list.
Add(const U16String& tableId)Add a HtmlTableLoadOption to the list.
Add(const char16_t* tableId)Add a HtmlTableLoadOption to the list.
Add(int32_t tableIndex, int32_t targetSheetIndex)Add a HtmlTableLoadOption to the list.
Add(const U16String& tableId, int32_t targetSheetIndex)Add a HtmlTableLoadOption to the list.
Add(const char16_t* tableId, int32_t targetSheetIndex)Add a HtmlTableLoadOption to the list.
Add(int32_t tableIndex, int32_t targetSheetIndex, int32_t originalSheetIndex)Add a HtmlTableLoadOption to the list.
Add(const U16String& tableId, int32_t targetSheetIndex, int32_t originalSheetIndex)Add a HtmlTableLoadOption to the list.
Add(const char16_t* tableId, int32_t targetSheetIndex, int32_t originalSheetIndex)Add a HtmlTableLoadOption to the list.
Get(int32_t index)Gets the HtmlTableLoadOption element at the specified index.
GetCount()
GetTableToListObject()Indicates whether generate list objects from imported tables. The default value is false.
HtmlTableLoadOptionCollection()Default constructor.
HtmlTableLoadOptionCollection(HtmlTableLoadOptionCollection_Impl* impl)Constructs from an implementation object.
HtmlTableLoadOptionCollection(const HtmlTableLoadOptionCollection& src)Copy constructor.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const HtmlTableLoadOptionCollection& src)operator=
SetTableToListObject(bool value)Indicates whether generate list objects from imported tables. The default value is false.
~HtmlTableLoadOptionCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also