TextBuilder

TextBuilder class

Appends text object to Pdf page.

The TextBuilder type exposes the following members:

Constructors

NameDescription
TextBuilder(page)Initializes a new instance of the TextBuilder class
TextBuilder(page, operator_collection)Initializes a new instance of the TextBuilder class

Methods

NameDescription
append_text(text_fragment)Appends text fragment to Pdf page
append_text(text_fragments)Appends list of text fragments to Pdf page.
append_paragraph(text_paragraph)Appends text paragraph to Pdf page.

See Also