Aspose::Pdf::Paragraphs::Insert method

Paragraphs::Insert method

Insert paragraph to collection.

void Aspose::Pdf::Paragraphs::Insert(int32_t index, System::SharedPtr<BaseParagraph> paragraph)
ParameterTypeDescription
indexint32_tThe index for paragraph.
paragraphSystem::SharedPtr<BaseParagraph>The paragraph.

See Also