public method ParagraphBuilder.SetList

Brief

Makes the paragraph an item of a specified level of a multilevel list.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ParagraphBuilder  SetList (uint level = 0)

Parameters
level

The list level.

Details

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

back