Aspose::Cells::HtmlTableLoadOptionCollection class

HtmlTableLoadOptionCollection class

Represents the table options when importing HTML.

class HtmlTableLoadOptionCollection

Methods

MethodDescription
Add(const HtmlTableLoadOption& item)(Deprecated) 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.
AddTableLoadOption(const HtmlTableLoadOption& item)Adds one HtmlTableLoadOption into this collection.
begin()Returns an iterator to the beginning of the HtmlTableLoadOptionCollection.
end()Returns an iterator to the end of the HtmlTableLoadOptionCollection.
Get(int32_t index)Gets the HtmlTableLoadOption element at the specified index.
GetCount()Gets the number of elements contained in the instance.
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