Class TextStyle

Info

Represents a text style applied to certain text items in the PDF output.

public class TextStyle

Inheritance

objectTextStyle

Inherited Members

Constructors

No special public constructors besides the default.

Properties

Color

Gets or sets the color of the text.

public System.Drawing.Color Color { get; set; }

Property Value

Color


FontStyle

Gets or sets the font style (e.g., Bold, Italic). Multiple styles can be combined.

public FontStyles FontStyle { get; set; }

Property Value

FontStyles


ItemType

Gets or sets the type of text items this style is applied to.

public TextItemType ItemType { get; set; }

Property Value

TextItemType


BackgroundColor

Gets or sets the background color of the text style.

public System.Drawing.Color BackgroundColor { get; set; }

Property Value

Color


BackgroundPattern

Gets or sets the background pattern of the text style.

public BackgroundPattern BackgroundPattern { get; set; }

Property Value

BackgroundPattern

Namespace: Tasqize Assembly: Tasqize.dll