Insert()

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

Inserts a Paragraph into the collection at the specified index.

virtual void Aspose::Slides::IParagraphCollection::Insert(int32_t index, System::SharedPtr<IParagraph> value)=0

Arguments

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

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

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

virtual void Aspose::Slides::IParagraphCollection::Insert(int32_t index, System::SharedPtr<IParagraphCollection> value)=0

Arguments

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

See Also