static public method ParagraphExtensions.AddParagraphToSection

Brief

Adds a paragraph with a string text, adds a tabulation symbol, if needed, to the section and returns the SectionBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.SectionBuilder  AddParagraphToSection (this Gehtsoft.PDFFlow.Builder.SectionBuilder sectionBuilder, string text, bool addTabulationSymbol = False)

Parameters
sectionBuilder

This SectionBuilder.

text

A string text.

addTabulationSymbol

Defines whether a tabulation symbol is to be added. The value is True if a tabulation symbol is to be added, and False otherwise.

Declared in ParagraphExtensions

back