Add()
ParagraphCollection::Add(System::SharedPtr<IParagraph>) method
Adds a Paragraph to the end of collection.
void Aspose::Slides::ParagraphCollection::Add(System::SharedPtr<IParagraph> value) override
Arguments
Parameter | Type | Description |
---|---|---|
value | System::SharedPtr<IParagraph> | The Paragraph to be added to the end of the collection. |
ParagraphCollection::Add(System::SharedPtr<IParagraphCollection>) method
Adds a content of ParagraphCollection to the end of collection.
int32_t Aspose::Slides::ParagraphCollection::Add(System::SharedPtr<IParagraphCollection> value) override
Arguments
Parameter | Type | Description |
---|---|---|
value | System::SharedPtr<IParagraphCollection> | The ParagraphCollection to be added to the end of the collection. |
Return Value
The index at which the Paragraph has been added or -1 if there are nothing to add.
See Also
- Typedef SharedPtr
- Class IParagraph
- Class ParagraphCollection
- Class IParagraphCollection
- Namespace Aspose::Slides
- Library Aspose.Slides