Метод Aspose::Pdf::Text::TextBuilder::AppendText

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)
ПараметрТипОписание
textFragmentsconst System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<TextFragment>>>&Collection текстовых фрагментов

Примечания

Добавляет список текстовых фрагментов на страницу Pdf.

См. также

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

Добавляет текстовый фрагмент на страницу Pdf.

void Aspose::Pdf::Text::TextBuilder::AppendText(const System::SharedPtr<TextFragment> &textFragment)
ПараметрТипОписание
textFragmentconst System::SharedPtr<TextFragment>&Объект фрагмента Text.

См. также