Class TextBuilder

TextBuilder class

Appends text object to Pdf page.

public sealed class TextBuilder

Constructors

NameDescription
TextBuilder(Page)Initializes a new instance of TextBuilder class for the Pdf page.
TextBuilder(Page, BaseOperatorCollection)Initializes a new instance of TextBuilder class for the Pdf page.

Methods

NameDescription
AppendParagraph(TextParagraph)Appends text paragraph to Pdf page.
AppendText(List<TextFragment>)Appends list of text fragments to Pdf page.
AppendText(TextFragment)Appends text fragment to Pdf page

See Also