static public method ParagraphExtensions.AddParagraph

Brief

Adds a paragraph to the section, configures the paragraph and returns the ParagraphBuilder.

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

Parameters
sectionBuilder

This SectionBuilder.

configure

A configuration action for the paragraph.

Declared in ParagraphExtensions

back