static public method ParagraphExtensions.AddText
Adds an array of text elements to the paragraph.
Gehtsoft.PDFFlow.Builder.FormattedTextElementBuilder
AddText (this Gehtsoft.PDFFlow.Builder.ParagraphBuilder paragraph, System.Collections.Generic.IEnumerable<string> text)
paragraph
This ParagraphBuilder.
ParagraphBuilder
text
An array of strings.
Declared in ParagraphExtensions