Insert
Contenu
[
Cacher
]
Insert(int, string)
Insère un fragment de texte formaté dans la collection à un index donné.
public void Insert(int index, string text)
Paramètre | Taper | La description |
---|---|---|
index | Int32 | L’index de base zéro auquel le fragment de texte formaté doit être inséré. |
text | String | Le fragment de texte. |
Voir également
- class FormattedTextFragmentCollection
- espace de noms GroupDocs.Watermark.Search
- Assemblée GroupDocs.Watermark
Insert(int, string, Font)
Insère un fragment de texte formaté dans la collection à un index donné.
public void Insert(int index, string text, Font font)
Paramètre | Taper | La description |
---|---|---|
index | Int32 | L’index de base zéro auquel le fragment de texte formaté doit être inséré. |
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
Insert(int, string, Font, Color)
Insère un fragment de texte formaté dans la collection à un index donné.
public void Insert(int index, string text, Font font, Color foregroundColor)
Paramètre | Taper | La description |
---|---|---|
index | Int32 | L’index de base zéro auquel le fragment de texte formaté doit être inséré. |
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
Insert(int, string, Font, Color, Color)
Insère un fragment de texte formaté dans la collection à un index donné.
public void Insert(int index, string text, Font font, Color foregroundColor, Color backgroundColor)
Paramètre | Taper | La description |
---|---|---|
index | Int32 | L’index de base zéro auquel le fragment de texte formaté doit être inséré. |
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