Font Object

Overview

The Font object encapsulates the attributes of a <FONT> tag. An instance of the Font object can be obtained via the properties Cell.Font and Caption.Font.

Member List

Properties


Bold As Boolean (Read/Write)
False by default. If set to True, adds the <B>...</B> tags around a value.

Class As String (Read/Write)
Specifies a value for the CLASS attribute of a <FONT> tag.

Color As String (Read/Write)
Specifies a value for the COLOR attribute of a <FONT> tag.

Custom As String (Read/Write)
Specifies one or more custom attributes and their values for a <FONT> tag.

Face As String (Read/Write)
Specifies a value for the FACE attribute of a <FONT> tag. This is the default property.

Italic As Boolean (Read/Write)
False by default. If set to True, adds the <I>...</I> tags around a value.

Size As Boolean (Read/Write)
Specifies a value for the SIZE attribute of a <FONT> tag.

Underlined As Boolean (Read/Write)
False by default. If set to True, adds the <U>...</U> tags around a value.

Underlined As Boolean (Read/Write)
False by default. If set to True, adds the <U>...</U> tags around a value.

Methods

This object has no methods.
Cell Object Table Object