[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.EditExtensions.MakeList

MakeList Method

MakeList(C1TextRange, TextMarkerStyle)

Makes a list with the specified style from the blocks in a range.

Declaration
public static C1List MakeList(this C1TextRange range, TextMarkerStyle style)
Parameters
Type Name Description
C1TextRange range
TextMarkerStyle style
Returns
Type Description
C1List

MakeList(C1TextRange)

Makes a list from the blocks in a range.

Declaration
public static C1List MakeList(this C1TextRange range)
Parameters
Type Name Description
C1TextRange range
Returns
Type Description
C1List

The created list, or null if a list couldn't be created.