Insert()

ParagraphCollection::Insert(int32_t, System::SharedPtr<IParagraph>) method

Inserts a Paragraph into the collection at the specified index.

void Aspose::Slides::ParagraphCollection::Insert(int32_t index, System::SharedPtr<IParagraph> value) override

Arguments

ParameterTypeDescription
indexint32_tThe zero-based index at which Paragraph should be inserted.
valueSystem::SharedPtr<IParagraph>The Paragraph to insert.

ParagraphCollection::Insert(int32_t, System::SharedPtr<IParagraphCollection>) method

Inserts a content of ParagraphCollection into the collection at the specified index.

void Aspose::Slides::ParagraphCollection::Insert(int32_t index, System::SharedPtr<IParagraphCollection> value) override

Arguments

ParameterTypeDescription
indexint32_tThe zero-based index at which paragraphs should be inserted.
valueSystem::SharedPtr<IParagraphCollection>The paragraphs to insert.

See Also