Aspose::Pdf::Paragraphs::Insert method

Paragraphs::Insert method

Insert paragraph to collection.

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

See Also