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ámetroTipoDescripción
textFragmentsconst 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

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ámetroTipoDescripción
textFragmentconst System::SharedPtr<TextFragment>&Objeto de fragmento de Text.

Ver también