[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.InsertListAsync

InsertListAsync Method

InsertListAsync(string, string[], string)

Inserts a list at the cursor location. If text is selected, it is overwritten asynchronously.

Declaration
public Task InsertListAsync(string type, string[] entries = null, string attributes = null)
Parameters
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.

Returns
Type Description
Task