IParagraphCollection

IParagraphCollection

Vue de l’ensemble

‘IParagraphCollection’ est une interface dans Aspose.Slides FOSS pour .NET.

Il représente une collection de paragraphes.

Cette interface fournit 7 méthodes pour travailler avec les objets IParagraphCollection dans des programmes .NET. Les méthodologies disponibles comprennent: Add, Clear , Contain ; IndexOf; Insert et Remove. Tous les membres publics sont accessibles à n’importe quelle application .Net après avoir installé l’Aspoe.Slides FOSS pour le package .net. Propriétés : AsIEnumerable., AssISlideComponent,, Count ou IsReadOnly.

Propriétés

NameTypeAccessDescription
CountintReadGets the number of elements actually contained in the collection.
AsISlideComponentISlideComponentReadAllows to get base ISlideComponent interface.
AsIEnumerableIEnumerable<IParagraph>ReadReturns IEnumerable{IParagraph} interface.
IsReadOnlyboolReadGets a value indicating whether the collection is read-only.

méthodes

SignatureDescription
Add(value: IParagraph)Adds a paragraph to the end of the collection.
Insert(index: int, value: IParagraph)Inserts a paragraph into the collection at the specified index.
Clear()Removes all paragraphs from the collection.
RemoveAt(index: int)Removes the paragraph at the specified index.
Remove(item: IParagraph)Removes the first occurrence of a specific paragraph from the collection.
Contains(item: IParagraph)Determines whether the collection contains a specific paragraph.
IndexOf(item: IParagraph)Determines the index of a specific paragraph in the collection.

Voir aussi

  • Aspose.Slides - référence API d’entreprise
 Français