PresentationFormattedTextFragmentCollection
Contenu
[
Cacher
]
PresentationFormattedTextFragmentCollection class
Représente une collection de fragments de texte formatés dans un document PowerPoint.
public class PresentationFormattedTextFragmentCollection : FormattedTextFragmentCollection
Propriétés
| Nom | La description |
|---|---|
| CollectionType { get; } | Obtient le type de collection de fragments formatés. |
| virtual Count { get; } | Obtient le nombre d’éléments contenus dans la collection. |
| override IsReadOnly { get; } | Obtient une valeur indiquant si la collection est en lecture seule. |
| virtual Item { get; } | Obtient l’élément à l’index spécifié dans la collection. |
Méthodes
| Nom | La description |
|---|---|
| Add(string) | Ajoute un fragment de texte formaté à la collection. |
| Add(string, Font) | Ajoute un fragment de texte formaté à la collection. |
| Add(string, Font, Color) | Ajoute un fragment de texte formaté à la collection. |
| Add(string, Font, Color, Color) | Ajoute un fragment de texte formaté à la collection. |
| Clear() | |
| virtual Contains(FormattedTextFragment) | |
| virtual GetEnumerator() | |
| virtual IndexOf(FormattedTextFragment) | |
| Insert(int, string) | Insère un fragment de texte formaté dans la collection à un index donné. |
| Insert(int, string, Font) | Insère un fragment de texte formaté dans la collection à un index donné. |
| Insert(int, string, Font, Color) | Insère un fragment de texte formaté dans la collection à un index donné. |
| Insert(int, string, Font, Color, Color) | Insère un fragment de texte formaté dans la collection à un index donné. |
| Remove(FormattedTextFragment) | |
| RemoveAt(int) |
Remarques
Cette collection contient les éléments dePresentationFormattedTextFragment tapez.
Voir également
- class FormattedTextFragmentCollection
- espace de noms GroupDocs.Watermark.Contents.Presentation
- Assemblée GroupDocs.Watermark