Add
Inhalt
[
Ausblenden
]
Add(string)
Fügt der Sammlung ein formatiertes Textfragment hinzu.
public void Add(string text)
Parameter | Typ | Beschreibung |
---|---|---|
text | String | Der Fragmenttext. |
Siehe auch
- class FormattedTextFragmentCollection
- namensraum GroupDocs.Watermark.Search
- Montage GroupDocs.Watermark
Add(string, Font)
Fügt der Sammlung ein formatiertes Textfragment hinzu.
public void Add(string text, Font font)
Parameter | Typ | Beschreibung |
---|---|---|
text | String | Der Fragmenttext. |
font | Font | Die Schriftart des Textes. |
Siehe auch
- class Font
- class FormattedTextFragmentCollection
- namensraum GroupDocs.Watermark.Search
- Montage GroupDocs.Watermark
Add(string, Font, Color)
Fügt der Sammlung ein formatiertes Textfragment hinzu.
public void Add(string text, Font font, Color foregroundColor)
Parameter | Typ | Beschreibung |
---|---|---|
text | String | Der Fragmenttext. |
font | Font | Die Schriftart des Textes. |
foregroundColor | Color | Die Vordergrundfarbe des Textes. |
Siehe auch
- class Font
- struct Color
- class FormattedTextFragmentCollection
- namensraum GroupDocs.Watermark.Search
- Montage GroupDocs.Watermark
Add(string, Font, Color, Color)
Fügt der Sammlung ein formatiertes Textfragment hinzu.
public void Add(string text, Font font, Color foregroundColor, Color backgroundColor)
Parameter | Typ | Beschreibung |
---|---|---|
text | String | Der Fragmenttext. |
font | Font | Die Schriftart des Textes. |
foregroundColor | Color | Die Vordergrundfarbe des Textes. |
backgroundColor | Color | Die Hintergrundfarbe des Textes. |
Siehe auch
- class Font
- struct Color
- class FormattedTextFragmentCollection
- namensraum GroupDocs.Watermark.Search
- Montage GroupDocs.Watermark