Public Properties
Property | Description |
---|---|
Bold | Determines whether the font is bold (true) or not (false). DATATYPE: Boolean. |
Charset | 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. |
Italic | Determines whether the font is italicized (true) or not (false). DATATYPE: Boolean. |
Name | Name of the font (i.e. 'Arial', 'Courier', etc.). DATATYPE: String. |
Size | Size of the font. DATATYPE: Integer. |
Strikethrough | Determines whether the font has a strike through (true) or not (false). DATATYPE: Boolean. |
Underline | Determines whether the font is underlined (true) or not (false). DATATYPE: Boolean. |
Weight | Width of the font. DATATYPE: Integer. |
See Also