Add
Add(IParagraph)
Adds a Paragraph to the end of collection.
public void Add(IParagraph value)
Parameter | Type | Description |
---|---|---|
value | IParagraph | The Paragraph to be added to the end of the collection. |
See Also
- interface IParagraph
- class ParagraphCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
Add(IParagraphCollection)
Adds a content of ParagraphCollection to the end of collection.
public int Add(IParagraphCollection value)
Parameter | Type | Description |
---|---|---|
value | 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
- interface IParagraphCollection
- class ParagraphCollection
- namespace Aspose.Slides
- assembly Aspose.Slides