static public method ParagraphExtensions.AddParagraph

Brief

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

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

Parameters
sectionBuilder

This SectionBuilder.

text

The content of the text element of the paragraph.

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