Class TextBuilder
TextBuilder class
Appends text object to Pdf page.
public sealed class TextBuilder
Constructors
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| 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