public method ParagraphBuilder.SetListMakes the paragraph an item of a specified level of a multilevel list.
| Declaration | ||||
| 
 | ||||
| Parameters | |
| level | The list level. | 
This method is useful when you set a style to the list - you can quickly add a list to your document using this method and then
apply the necessary style, for example, on the section level using
the SectionBuilder.SetListStyle method.
When used without applying a style, this method makes a paragraph an item of a bulleted list of a specified level. If no level is specified, the item will be on a zero level.
Declared in ParagraphBuilder