static public method ParagraphExtensions.AddParagraphToSection

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.SectionBuilder  AddParagraphToSection (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