Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IFontFormat Interface
Properties

In This Topic
    IFontFormat Interface Members
    In This Topic

    The following tables list the members exposed by IFontFormat.

    Public Properties
     NameDescription
     Property Gets or sets the boolean property that indicates whether the represented text is bold.  
     Property Gets the color format .  
     Property Gets or sets the boolean property that indicates whether the represented text is italicized.  
     Property Gets or sets the font name to use for the represented text.  
     Property Gets or sets the size of the font in points.  
     Property Gets or sets the boolean property that indicates whether the represented text has a strike through it.  
     Property Gets or sets the boolean property that indicates whether the represented text is a subscript.  
     Property Gets or sets the boolean property that indicates whether the represented text is a superscript.  
     PropertyGets or sets the theme font in the applied font scheme that is associated with the specified object (read/write ThemeFont).  
     Property Gets or sets the UnderlineStyle of the represented text.  
    Top
    See Also