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
Parameter | Type | Description |
---|---|---|
index | int32_t | The zero-based index at which Paragraph should be inserted. |
value | System::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
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 ParagraphCollection
- Class IParagraphCollection
- Namespace Aspose::Slides
- Library Aspose.Slides