HtmlTableLoadOptionCollection Class

HtmlTableLoadOptionCollection class

Represents the table options when importing html.


type HtmlTableLoadOptionCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewHtmlTableLoadOptionCollectionDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetTableToListObjectIndicates whether generate list objects from imported tables.The default value is false.
SetTableToListObjectIndicates whether generate list objects from imported tables.The default value is false.
GetGets the HtmlTableLoadOption element at the specified index.
Add_HtmlTableLoadOptionAdds one HtmlTableLoadOption into this collection.
Add_IntAdd a HtmlTableLoadOption to the list.
Add_StringAdd a HtmlTableLoadOption to the list.
Add_Int_IntAdd a HtmlTableLoadOption to the list.
Add_String_IntAdd a HtmlTableLoadOption to the list.
Add_Int_Int_IntAdd a HtmlTableLoadOption to the list.
Add_String_Int_IntAdd a HtmlTableLoadOption to the list.
GetCount