[]
• new ThemeFonts()
Represents the theme font of built-in themes.
example
//This example creates a custom theme.
var custom = new GC.Spread.Sheets.Theme("CustomTheme");
custom.font(GC.Spread.Sheets.ThemeFonts.Office);
activeSheet.currentTheme(custom);
▪ Static BookmanGillSansMT: ThemeFont
The theme font named BookmanGillSansMT.
▪ Static CalibriConstantia: ThemeFont
The theme font named CalibriConstantia.
▪ Static CenturyGothic: ThemeFont
The theme font named CenturyGothic.
▪ Static CenturySchoolbook: ThemeFont
The theme font named CenturySchoolbook.
▪ Static ConsolasCorbel: ThemeFont
The theme font named ConsolasCorbel.
▪ Static Constantia: ThemeFont
The theme font named Constantia.
▪ Static Corbel: ThemeFont
The theme font named Corbel.
▪ Static FranklinGothic: ThemeFont
The theme font named FranklinGothic.
▪ Static FranklinGothicArial: ThemeFont
The theme font named FranklinGothicArial.
▪ Static FranklinGothicPerpetua: ThemeFont
The theme font named FranklinGothicPerpetua.
▪ Static Georgia: ThemeFont
The theme font named Georgia.
▪ Static GillSansMT: ThemeFont
The theme font named GillSansMT.
▪ Static LucidaBook: ThemeFont
The theme font named LucidaBook.
▪ Static LucidaSansUnicode: ThemeFont
The theme font named LucidaSansUnicode.
▪ Static Office: ThemeFont
The theme font named Office.
▪ Static Office2007: ThemeFont
The theme font named Office2007.
▪ Static Rockwell: ThemeFont
The theme font named Rockwell.
▪ Static TrebuchetGeorgia: ThemeFont
The theme font named TrebuchetGeorgia.
▪ Static TrebuchetMS: ThemeFont
The theme font named TrebuchetMS.
▪ Static TwCenMT: ThemeFont
The theme font named TwCenMT.
▪ Static Verdana: ThemeFont
The theme font named Verdana.