public method ParagraphBuilder.SetListNumbered

Brief

Makes the paragraph an item of a multilevel numbered list and allows setting the numbering style, the level of the list item, the indent for the level, and enabling the hierarchic numeration.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ParagraphBuilder  SetListNumbered (Gehtsoft.PDFFlow.Models.Enumerations.NumerationStyle numerationStyle = Arabic, uint level = 0, System.Single levelLeftIndent = 20, bool hierarchicNumeration = False)

Parameters
numerationStyle

The numbering style.

level

The list level.

levelLeftIndent

The indent for the level in points.

hierarchicNumeration

If the value is True, the hierarchic numeration (1.1., 1.2. etc.) is used.

Declared in ParagraphBuilder

back