Aspose::Pdf::Text::TextBuilder class

TextBuilder class

Appends text object to Pdf page.

class TextBuilder : public System::Object

Methods

MethodDescription
AppendParagraph(System::SharedPtr<TextParagraph>)Appends text paragraph to Pdf page.
AppendText(System::SharedPtr<TextFragment>)Appends text fragment to Pdf page.
AppendText(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<TextFragment>>>)///
TextBuilder(System::SharedPtr<Aspose::Pdf::Page>)Initializes a new instance of TextBuilder class for the Pdf page.
TextBuilder(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<BaseOperatorCollection>)Initializes a new instance of TextBuilder class for the Pdf page.

See Also