Aspose::Pdf::Text::TextBuilder::AppendText method
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)
| Parámetro | Tipo | Descripción |
|---|---|---|
| textFragments | const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<TextFragment>>>& | Collection de fragmentos de texto |
Observaciones
Añade una lista de fragmentos de texto a la página de Pdf.
Ver también
- Typedef SharedPtr
- Class List
- Class TextFragment
- Class TextBuilder
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
TextBuilder::AppendText(const System::SharedPtr<TextFragment>&) method
Añade un fragmento de texto a la página de Pdf.
void Aspose::Pdf::Text::TextBuilder::AppendText(const System::SharedPtr<TextFragment> &textFragment)
| Parámetro | Tipo | Descripción |
|---|---|---|
| textFragment | const System::SharedPtr<TextFragment>& | Objeto de fragmento de Text. |
Ver también
- Typedef SharedPtr
- Class TextFragment
- Class TextBuilder
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++