static public method ParagraphExtensions.AddParagraphToRepeatingArea

Brief

Adds a paragraph to the repeating area, allows configuring the paragraph, and returns RepeatingAreaBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder  AddParagraphToRepeatingArea (this Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder areaBuilder, System.Action<Gehtsoft.PDFFlow.Builder.ParagraphBuilder> configure = null)

Parameters
areaBuilder

This RepeatingAreaBuilder.

configure

A configuration action for the paragraph.

Declared in ParagraphExtensions

back