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
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the number of elements actually contained in the collection. |
AsISlideComponent | ISlideComponent | Read | Allows to get base ISlideComponent interface. |
AsIEnumerable | IEnumerable<IParagraph> | Read | Returns IEnumerable{IParagraph} interface. |
IsReadOnly | bool | Read | Gets a value indicating whether the collection is read-only. |
méthodes
| Signature | Description |
|---|---|
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