Add

Add(string)

Adds a formatted text fragment to the collection.

public void Add(string text)
Parameter Type Description
text String The fragment text.

See Also


Add(string, Font)

Adds a formatted text fragment to the collection.

public void Add(string text, Font font)
Parameter Type Description
text String The fragment text.
font Font The font of the text.

See Also


Add(string, Font, Color)

Adds a formatted text fragment to the collection.

public void Add(string text, Font font, Color foregroundColor)
Parameter Type Description
text String The fragment text.
font Font The font of the text.
foregroundColor Color The foreground color of the text.

See Also


Add(string, Font, Color, Color)

Adds a formatted text fragment to the collection.

public void Add(string text, Font font, Color foregroundColor, Color backgroundColor)
Parameter Type Description
text String The fragment text.
font Font The font of the text.
foregroundColor Color The foreground color of the text.
backgroundColor Color The background color of the text.

See Also