[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.HeaderSelectionAsync

HeaderSelectionAsync Method

HeaderSelectionAsync(int)

Adds Header attribute to the currently selection text asynchronously.

Declaration
public Task HeaderSelectionAsync(int level)
Public Function HeaderSelectionAsync(level As Integer) As Task
Parameters
Type Name Description
int level

An integer specifying the header level (1-6).

Returns
Type Description
Task