Add
Contenu
[
Cacher
]
Add(string)
Ajoute un fragment de texte formaté à la collection.
public void Add(string text)
Paramètre | Taper | La description |
---|---|---|
text | String | Le fragment de texte. |
Voir également
- class FormattedTextFragmentCollection
- espace de noms GroupDocs.Watermark.Search
- Assemblée GroupDocs.Watermark
Add(string, Font)
Ajoute un fragment de texte formaté à la collection.
public void Add(string text, Font font)
Paramètre | Taper | La description |
---|---|---|
text | String | Le fragment de texte. |
font | Font | La police du texte. |
Voir également
- class Font
- class FormattedTextFragmentCollection
- espace de noms GroupDocs.Watermark.Search
- Assemblée GroupDocs.Watermark
Add(string, Font, Color)
Ajoute un fragment de texte formaté à la collection.
public void Add(string text, Font font, Color foregroundColor)
Paramètre | Taper | La description |
---|---|---|
text | String | Le fragment de texte. |
font | Font | La police du texte. |
foregroundColor | Color | La couleur de premier plan du texte. |
Voir également
- class Font
- struct Color
- class FormattedTextFragmentCollection
- espace de noms GroupDocs.Watermark.Search
- Assemblée GroupDocs.Watermark
Add(string, Font, Color, Color)
Ajoute un fragment de texte formaté à la collection.
public void Add(string text, Font font, Color foregroundColor, Color backgroundColor)
Paramètre | Taper | La description |
---|---|---|
text | String | Le fragment de texte. |
font | Font | La police du texte. |
foregroundColor | Color | La couleur de premier plan du texte. |
backgroundColor | Color | La couleur de fond du texte. |
Voir également
- class Font
- struct Color
- class FormattedTextFragmentCollection
- espace de noms GroupDocs.Watermark.Search
- Assemblée GroupDocs.Watermark