Aspose::Pdf::Text::TextBuilder::AppendText metod

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

///

void Aspose::Pdf::Text::TextBuilder::AppendText(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<TextFragment>>> &textFragments)
ParameterTypBeskrivning
textFragmentsconst System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<TextFragment>>>&Collection av textfragment

Anmärkningar

Lägger till en lista med textfragment till Pdf‑sidan.

Se även

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

Lägger till ett textfragment till Pdf‑sidan.

void Aspose::Pdf::Text::TextBuilder::AppendText(const System::SharedPtr<TextFragment> &textFragment)
ParameterTypBeskrivning
textFragmentconst System::SharedPtr<TextFragment>&Text fragmentobjekt.

Se även