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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| textFragments | const 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
- Typedef SharedPtr
- Class List
- Class TextFragment
- Class TextBuilder
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| textFragment | const System::SharedPtr<TextFragment>& | Text fragmentobjekt. |
Se även
- Typedef SharedPtr
- Class TextFragment
- Class TextBuilder
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++