Метод 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)
| Параметр | Тип | Описание |
|---|---|---|
| textFragments | const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<TextFragment>>>& | Collection текстовых фрагментов |
Примечания
Добавляет список текстовых фрагментов на страницу Pdf.
См. также
- Typedef SharedPtr
- Class List
- Class TextFragment
- Class TextBuilder
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
TextBuilder::AppendText(const System::SharedPtr<TextFragment>&) method
Добавляет текстовый фрагмент на страницу Pdf.
void Aspose::Pdf::Text::TextBuilder::AppendText(const System::SharedPtr<TextFragment> &textFragment)
| Параметр | Тип | Описание |
|---|---|---|
| textFragment | const System::SharedPtr<TextFragment>& | Объект фрагмента Text. |
См. также
- Typedef SharedPtr
- Class TextFragment
- Class TextBuilder
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++