Platforms to show: All Mac Windows Linux Cross-Platform
XLFontMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | XL | MBS XL Plugin | 11.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Example:
dim book as XLBookMBS // your book
dim textFont as XLFontMBS = book.addFont()
textFont.size = 8
textFont.name = "Century Gothic"
- 11 properties
- method Constructor private
- 69 constants
This class has no sub classes.
Some methods using this class:
- XLBookMBS.AddFont(initFont as XLFontMBS = nil) as XLFontMBS
- XLBookMBS.Font(index as Integer) as XLFontMBS
- XLBookMBS.Fonts as XLFontMBS()
- XLFormatMBS.SetFont(font as XLFontMBS) as boolean
- XLRichStringMBS.AddFont(templateFont as XLFontMBS = nil) as XLFontMBS
- XLRichStringMBS.AddText(text as String, font as XLFontMBS = nil)
- XLRichStringMBS.Text(Index as Integer, byref font as XLFontMBS) as String
Some properties using for this class:
- XLFormatMBS.Font as XLFontMBS
Some examples using this class:
Blog Entries
- LibXL Extras for Xojo
- StyledText for Excel files with LibXL 3.9 in Xojo
- MBS Xojo Plugins, version 18.4pr9
The items on this page are in the following plugins: MBS XL Plugin.
XLFilterColumnMBS - XLFormatMBS
Feedback: Report problem or ask question.
