Aspose::Pdf::Text::TextBuilder::AppendText method

TextBuilder::AppendText(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<TextFragment>>>) method

///

void Aspose::Pdf::Text::TextBuilder::AppendText(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<TextFragment>>> textFragments)
ParameterTypeDescription
textFragmentsSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<TextFragment>>>Collection of text fragments

Remarks

Appends list of text fragments to Pdf page.

See Also

TextBuilder::AppendText(System::SharedPtr<TextFragment>) method

Appends text fragment to Pdf page.

void Aspose::Pdf::Text::TextBuilder::AppendText(System::SharedPtr<TextFragment> textFragment)
ParameterTypeDescription
textFragmentSystem::SharedPtr<TextFragment>Text fragment object.

See Also