static public method ParagraphExtensions.AddParagraphToRepeatingArea

Brief

Adds a paragraph with a string text to the repeating area, configures the paragraph, and returns RepeatingAreaBuilder.

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

Parameters
areaBuilder

This RepeatingAreaBuilder.

text

The content of the text element of the paragraph.

configure

A configuration action for the paragraph.

Declared in ParagraphExtensions

back