Insert
Contents
[
Hide
]
IParagraphCollection.Insert method (1 of 2)
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
- interface IParagraphCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
IParagraphCollection.Insert method (2 of 2)
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
- namespace Aspose.Slides
- assembly Aspose.Slides