static public method ParagraphExtensions.AddTextToParagraph

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.ParagraphBuilder  AddTextToParagraph (this Gehtsoft.PDFFlow.Builder.ParagraphBuilder paragraph, string text, Gehtsoft.PDFFlow.Builder.FontBuilder font, bool addTabulationSymbol = False, bool ignoreNewLineSymbol = False)

Parameters
paragraph

This ParagraphBuilder.

text

A text string.

font

The font of the text element.

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.

ignoreNewLineSymbol

The value True indicates that a new line symbol should be replaced with a space.

Declared in ParagraphExtensions

back