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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const HtmlTableLoadOptionCollection& src) | operator= |
SetTableToListObject(bool value) | Indicates whether generate list objects from imported tables. The default value is false. |
~HtmlTableLoadOptionCollection() | Destructor. |