Insert

Insert(int, IParagraph)

Insère un paragraphe dans la collection à l’index spécifié.

public void Insert(int index, IParagraph value)
ParamètreTaperLa description
indexInt32Index de base zéro auquel Paragraph doit être inséré.
valueIParagraphParagraphe à insérer.

Voir également


Insert(int, IParagraphCollection)

Insère un contenu de ParagraphCollection dans la collection à l’index spécifié.

public void Insert(int index, IParagraphCollection value)
ParamètreTaperLa description
indexInt32Index de base zéro auquel les paragraphes doivent être insérés.
valueIParagraphCollectionLes paragraphes à insérer.

Voir également