Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IFont Interface
Methods

In This Topic
    IFont Interface Members
    In This Topic

    The following tables list the members exposed by IFont.

    Public Methods
     NameDescription
     MethodGets whether the font is bold.  
     MethodGets or sets the Color of the represented text.  
     MethodGets the color of the font.  
     MethodGets whether the font style is italic.  
     MethodGets the name of the object.  
     MethodGets the size of the font.  
     MethodGets whether the font is struck through with a horizontal line.  
     MethodGets whether the font is formatted as subscript (False by default).  
     MethodGets whether the font is formatted as superscript. The value is False by default.  
     MethodGets the theme color in the applied color scheme that is associated with the specified object.  
     MethodGets the theme font in the applied font scheme that is associated with the specified object.  
     MethodGets a value that lightens or darkens a color. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.  
     MethodGets the type of underline applied to the font.  
     MethodSets whether the font is bold.  
     MethodSets the Color of the represented text.  
     MethodSets the color of the font.  
     MethodSets whether the font style is italic.  
     MethodSets the name of the object.  
     MethodSets the size of the font.  
     MethodSets whether the font is struck through with a horizontal line.  
     MethodSets whether the font is formatted as subscript (False by default).  
     MethodSets whether the font is formatted as superscript.  
     MethodSets the theme color in the applied color scheme that is associated with the specified object.  
     MethodSets the theme font in the applied font scheme that is associated with the specified object.  
     MethodSets a value that lightens or darkens a color. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.  
     MethodSets the type of underline applied to the font.  
    Top
    See Also