static public method ParagraphExtensions.AddParagraph

Brief

Adds a paragraph with a string text to the section, configures it and returns the ParagraphBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ParagraphBuilder  AddParagraph (this Gehtsoft.PDFFlow.Builder.SectionBuilder sectionBuilder, string text, System.Action<Gehtsoft.PDFFlow.Builder.ParagraphBuilder> configure)

Parameters
sectionBuilder

This SectionBuilder.

text

A string text.

configure

A configuration action.

Declared in ParagraphExtensions

back