Add

Add(string)

Fügt der Sammlung ein formatiertes Textfragment hinzu.

public void Add(string text)
Parameter Typ Beschreibung
text String Der Fragmenttext.

Siehe auch


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


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


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