Enum Class的使用
com.grapecity.documents.excel.ThemeFont
-
com.grapecity.documents.excel中ThemeFont的使用
修饰符和类型方法说明IFont.getThemeFont()
Gets the theme font in the applied font scheme that is associated with the specified object.static ThemeFont
Returns the enum constant of this class with the specified name.static ThemeFont[]
ThemeFont.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
IFont.setThemeFont
(ThemeFont value) Sets the theme font in the applied font scheme that is associated with the specified object. -
com.grapecity.documents.excel.drawing中ThemeFont的使用
修饰符和类型方法说明IFontFormat.getThemeFont()
Gets the theme font in the applied font scheme that is associated with the specified object.修饰符和类型方法说明void
IFontFormat.setThemeFont
(ThemeFont value) Sets the theme font in the applied font scheme that is associated with the specified object.