枚举类的使用
com.grapecity.documents.excel.ThemeFont
-
com.grapecity.documents.excel中ThemeFont的使用
修饰符和类型方法说明IFont.getThemeFont()
获取与应用字体方案关联的主题字体,该字体与指定对象相关。static ThemeFont
返回带有指定名称的该类的枚举常量。static ThemeFont[]
ThemeFont.values()
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同 -
com.grapecity.documents.excel.drawing中ThemeFont的使用