Add
Contenuti
[
Nascondere
]
Add(string)
Aggiunge un frammento di testo formattato alla raccolta.
public void Add(string text)
| Parametro | Tipo | Descrizione |
|---|---|---|
| text | String | Il testo del frammento. |
Guarda anche
- class FormattedTextFragmentCollection
- spazio dei nomi GroupDocs.Watermark.Search
- assemblea GroupDocs.Watermark
Add(string, Font)
Aggiunge un frammento di testo formattato alla raccolta.
public void Add(string text, Font font)
| Parametro | Tipo | Descrizione |
|---|---|---|
| text | String | Il testo del frammento. |
| font | Font | Il carattere del testo. |
Guarda anche
- class Font
- class FormattedTextFragmentCollection
- spazio dei nomi GroupDocs.Watermark.Search
- assemblea GroupDocs.Watermark
Add(string, Font, Color)
Aggiunge un frammento di testo formattato alla raccolta.
public void Add(string text, Font font, Color foregroundColor)
| Parametro | Tipo | Descrizione |
|---|---|---|
| text | String | Il testo del frammento. |
| font | Font | Il carattere del testo. |
| foregroundColor | Color | Il colore di primo piano del testo. |
Guarda anche
- class Font
- struct Color
- class FormattedTextFragmentCollection
- spazio dei nomi GroupDocs.Watermark.Search
- assemblea GroupDocs.Watermark
Add(string, Font, Color, Color)
Aggiunge un frammento di testo formattato alla raccolta.
public void Add(string text, Font font, Color foregroundColor, Color backgroundColor)
| Parametro | Tipo | Descrizione |
|---|---|---|
| text | String | Il testo del frammento. |
| font | Font | Il carattere del testo. |
| foregroundColor | Color | Il colore di primo piano del testo. |
| backgroundColor | Color | Il colore di sfondo del testo. |
Guarda anche
- class Font
- struct Color
- class FormattedTextFragmentCollection
- spazio dei nomi GroupDocs.Watermark.Search
- assemblea GroupDocs.Watermark