static public method ParagraphExtensions.AddText

Brief

Adds an array of text elements to the paragraph.

Declaration
C#
Gehtsoft.PDFFlow.Builder.FormattedTextElementBuilder  AddText (this Gehtsoft.PDFFlow.Builder.ParagraphBuilder paragraph, System.Collections.Generic.IEnumerable<string> text)

Parameters
paragraph

This ParagraphBuilder.

text

An array of strings.

Declared in ParagraphExtensions

back