static public method ParagraphExtensions.AddParagraphToSection

Brief

Adds a paragraph to the section, allows configuring the paragraph and returns the SectionBuilder.

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

Parameters
sectionBuilder

This SectionBuilder.

configure

An action for additional paragraph configuration.

Declared in ParagraphExtensions

back