TextBuilder
Overview
TextBuilder is a class in Aspose.PDF FOSS for C++.
This class provides 2 methods for working with TextBuilder objects in C++ programs.
Available methods include: AppendParagraph, AppendText.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
AppendText(textFragment: Aspose::Pdf::Text::TextFragment) | Calls AppendText(textFragment) on this TextBuilder instance. |
AppendParagraph(textParagraph: Aspose::Pdf::Text::TextParagraph) | Calls AppendParagraph(textParagraph) on this TextBuilder instance. |