static public method ParagraphExtensions.AddText

Brief

Adds an array of text elements with a specified font to the paragraph.

Declaration
C#
Gehtsoft.PDFFlow.Builder.FormattedTextElementBuilder  AddText (this Gehtsoft.PDFFlow.Builder.ParagraphBuilder paragraph, System.String[] text, Gehtsoft.PDFFlow.Builder.FontBuilder font)

Parameters
paragraph

This ParagraphBuilder.

text

An array of strings.

font

The font of the text elements.

Declared in ParagraphExtensions

back