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

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

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