Add()

IParagraphCollection::Add(System::SharedPtr<IParagraph>) method

Adds a Paragraph to the end of collection.

virtual void Aspose::Slides::IParagraphCollection::Add(System::SharedPtr<IParagraph> value)=0

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<IParagraph>The Paragraph to be added to the end of the collection.

IParagraphCollection::Add(System::SharedPtr<IParagraphCollection>) method

Adds a content of ParagraphCollection to the end of collection.

virtual int32_t Aspose::Slides::IParagraphCollection::Add(System::SharedPtr<IParagraphCollection> value)=0

Arguments

ParameterTypeDescription
valueSystem::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