HtmlTableLoadOptionCollection Class
Contents
[
Hide
]HtmlTableLoadOptionCollection class
Represents the table options when importing html.
type HtmlTableLoadOptionCollection struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewHtmlTableLoadOptionCollection | Default constructor. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetTableToListObject | Indicates whether generate list objects from imported tables.The default value is false. |
SetTableToListObject | Indicates whether generate list objects from imported tables.The default value is false. |
Get | Gets the HtmlTableLoadOption element at the specified index. |
Add_HtmlTableLoadOption | Adds one HtmlTableLoadOption into this collection. |
Add_Int | Add a HtmlTableLoadOption to the list. |
Add_String | Add a HtmlTableLoadOption to the list. |
Add_Int_Int | Add a HtmlTableLoadOption to the list. |
Add_String_Int | Add a HtmlTableLoadOption to the list. |
Add_Int_Int_Int | Add a HtmlTableLoadOption to the list. |
Add_String_Int_Int | Add a HtmlTableLoadOption to the list. |
GetCount |