Public Properties
Property | Description |
---|---|
Determines whether the font is bold (true) or not (false). DATATYPE: Boolean. | |
Character set. Microsoft has various predefined character sets. Examples include: Ansi = 0, Japanese = 128, Chinese Big 5 = 136, Hebrew = 177, Arabic = 178, Greek = 161, Turkish = 162, Vietnamese = 163. DATATYPE: Integer. | |
Determines whether the font is italicized (true) or not (false). DATATYPE: Boolean. | |
Name of the font (i.e. 'Arial', 'Courier', etc.). DATATYPE: String. | |
Size of the font. DATATYPE: Integer. | |
Determines whether the font has a strike through (true) or not (false). DATATYPE: Boolean. | |
Determines whether the font is underlined (true) or not (false). DATATYPE: Boolean. | |
Width of the font. DATATYPE: Integer. |
See Also