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
| Parameter | Type | Description | 
|---|---|---|
| index | int32_t | The zero-based index at which Paragraph should be inserted. | 
| value | System::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
| Parameter | Type | Description | 
|---|---|---|
| index | int32_t | The zero-based index at which paragraphs should be inserted. | 
| value | System::SharedPtr<IParagraphCollection> | The paragraphs to insert. | 
See Also
- Typedef SharedPtr
 - Class IParagraph
 - Class IParagraphCollection
 - Namespace Aspose::Slides
 - Library Aspose.Slides