Insert
Insert(int, IParagraph)
Insère un paragraphe dans la collection à l’index spécifié.
public void Insert(int index, IParagraph value)
Paramètre | Type | Description |
---|---|---|
index | Int32 | L’index basé sur zéro à laquelle le paragraphe doit être inséré. |
value | IParagraph | Le paragraphe à insérer. |
Voir aussi
- interface IParagraph
- class ParagraphCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
Insert(int, IParagraphCollection)
Insère le contenu de ParagraphCollection dans la collection à l’index spécifié.
public void Insert(int index, IParagraphCollection value)
Paramètre | Type | Description |
---|---|---|
index | Int32 | L’index basé sur zéro à laquelle les paragraphes doivent être insérés. |
value | IParagraphCollection | Les paragraphes à insérer. |
Voir aussi
- interface IParagraphCollection
- class ParagraphCollection
- namespace Aspose.Slides
- assembly Aspose.Slides