Insert
Insert(int, IParagraph)
Inserts a Paragraph into the collection at the specified index.
public void Insert(int index, IParagraph value)
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | The zero-based index at which Paragraph should be inserted. |
| value | IParagraph | The Paragraph to insert. |
See Also
- interface IParagraph
- class ParagraphCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
Insert(int, IParagraphCollection)
Inserts a content of ParagraphCollection into the collection at the specified index.
public void Insert(int index, IParagraphCollection value)
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | The zero-based index at which paragraphs should be inserted. |
| value | IParagraphCollection | The paragraphs to insert. |
See Also
- interface IParagraphCollection
- class ParagraphCollection
- namespace Aspose.Slides
- assembly Aspose.Slides