static public method ParagraphExtensions.AddParagraph

Brief

Adds a paragraph with default settings and an array of text elements to the section and returns the ParagraphBuilder.

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

Parameters
sectionBuilder

This SectionBuilder.

text

An array of strings.

Declared in ParagraphExtensions

back