static public method ParagraphExtensions.AddParagraph

Brief

Adds a paragraph with a string text to the repeating area and returns the ParagraphBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ParagraphBuilder  AddParagraph (this Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder areaBuilder, System.String[] text)

Parameters
areaBuilder

This RepeatingAreaBuilder.

text

The content of the text element of the paragraph.

Declared in ParagraphExtensions

back