static public method ParagraphExtensions.AddParagraph

Brief

Adds a paragraph to the repeating area and configures the paragraph by a configuration action.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ParagraphBuilder  AddParagraph (this Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder repeatingAreaBuilder, System.Action<Gehtsoft.PDFFlow.Builder.ParagraphBuilder> configure)

Parameters
repeatingAreaBuilder

This RepeatingAreaBuilder.

configure

A configuration action for the paragraph.

Declared in ParagraphExtensions

back