public method ParagraphBuilder.SetListBulleted

Brief

Makes the paragraph an item of a multilevel bulleted list, allows setting the bullet style, the level of the list item, and the indent for the level.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ParagraphBuilder  SetListBulleted (Gehtsoft.PDFFlow.Models.Enumerations.ListBullet bullet, uint level = 0, System.Single levelLeftIndent = 20)

Parameters
bullet

The bullet style.

level

The level of the list.

levelLeftIndent

The indent from the left in points.

Declared in ParagraphBuilder

back