Package com.grapecity.documents.excel
Interface IThemeFont
public interface IThemeFont
Represents the theme font.
-
Method Summary
Modifier and TypeMethodDescriptionGets the font language type of the theme font.getName()Gets the name of the theme font.voidSets the name of the theme font.
-
Method Details
-
getName
String getName()Gets the name of the theme font. -
setName
Sets the name of the theme font. -
getFontLanguageIndex
FontLanguageIndex getFontLanguageIndex()Gets the font language type of the theme font.
-