[]
Makes a list with the specified style from the blocks in a range.
public static C1List MakeList(this C1TextRange range, TextMarkerStyle style)
Type | Name | Description |
---|---|---|
C1TextRange | range | |
TextMarkerStyle | style |
Type | Description |
---|---|
C1List |
Makes a list from the blocks in a range.
public static C1List MakeList(this C1TextRange range)
Type | Name | Description |
---|---|---|
C1TextRange | range |
Type | Description |
---|---|
C1List | The created list, or null if a list couldn't be created. |