QScript FontSettings

From Q
Jump to navigation Jump to search

FontSettings

Represents font settings for an analysis item that can be modified directly.

bold

Gets or sets whether the font is bold

color

Gets or sets the font color (e.g., '#FF0000')

family

Gets or sets the font family (e.g., 'Arial', 'Times New Roman')

italic

Gets or sets whether the font is italic

size

Gets or sets the font size

strikeout

Gets or sets whether the font has strikethrough

type

Returns 'FontSettings'.

underline

Gets or sets whether the font is underlined