Aspose::Pdf::Text::TextFragmentCollection::Add method

TextFragmentCollection::Add method

Adds the text fragment element at the specified index.

void Aspose::Pdf::Text::TextFragmentCollection::Add(const System::SharedPtr<TextFragment> &fragment) override
ParameterTypeDescription
fragmentconst System::SharedPtr<TextFragment>&Text fragment element to add.

See Also