[]
Inserts a list at the cursor location. If text is selected, it is overwritten asynchronously.
public Task InsertListAsync(string type, string[] entries = null, string attributes = null)
Type | Name | Description |
---|---|---|
string | type | Specifies the type of list by indicating the bullet type. One of default, disc, circle, square, none, 1, A, a, I, i." |
string[] | entries | A string array supplying the entries for the list. Each entry can include html tags for bold, underline, etc. Attributes can be added to an entry by appending them to the entry text after a vertical bar. If null, the selected text will be included as an entry. |
string | attributes | Optional attributes for the list. |
Type | Description |
---|---|
Task |