Xbasic
Office::Font Class
IN THIS PAGE
Description
The Office::Font class contains properties for defining Fonts for formatting text in Excel spreadsheets.
Properties
- NameCharacter
String Name property
- SizeNumeric
Numeric Size property
- ItalicLogical
Logical Italic property
- StrikeOutLogical
Logical StrikeOut property
- ColorOffice::Color
The font color. See Office::Color Enumeration for a list of available colors.
- BoldLogical
Logical Bold property
- ScriptNumeric
Numeric Script property
- UnderlineNumeric
Numeric Underline property
See Also