SpreadsheetGear 2012
IFont Interface Members
Properties 

The following tables list the members exposed by IFont.

Public Properties
 NameDescription
 PropertyBoldGets or sets the boolean property indicating whether the represented text is bold.  
 PropertyBoldDefinedReturns true if the Bold property of all text represented by this font is the same, otherwise false is returned.  
 PropertyColorGets or sets the SpreadsheetGear.Color of the represented text.  
 PropertyColorDefinedReturns true if the Color, ColorIndex, ThemeColor and TintAndShade properties of all text represented by this font are the same, otherwise false is returned.  
 PropertyColorIndexGets or sets the zero based color index of the represented text.  
 PropertyItalicGets or sets the boolean property indicating whether the represented text is italicized.  
 PropertyItalicDefinedReturns true if the Italic property of all text represented by this font is the same, otherwise false is returned.  
 PropertyNameGets or sets the font name to use for the represented text.  
 PropertyNameDefinedReturns true if the Name property of all text represented by this font is the same, otherwise false is returned.  
 PropertyOutlineFontGets or sets the boolean property indicating whether the represented text is outlined.  
 PropertyOutlineFontDefinedReturns true if the OutlineFont property of all text represented by this font is the same, otherwise false is returned.  
 PropertyShadowGets or sets the boolean property indicating whether the represented text has a shadow.  
 PropertyShadowDefinedReturns true if the Shadow property of all text represented by this font is the same, otherwise false is returned.  
 PropertySizeGets or sets the size of the font in points.  
 PropertySizeDefinedReturns true if the Size property of all text represented by this font is the same, otherwise false is returned.  
 PropertyStrikethroughGets or sets the boolean property indicating whether the represented text has a strike through it.  
 PropertyStrikethroughDefinedReturns true if the Strikethrough property of all text represented by this font is the same, otherwise false is returned.  
 PropertySubscriptGets or sets the boolean property indicating whether the represented text is a subscript.  
 PropertySubscriptDefinedReturns true if the Subscript property of all text represented by this font is the same, otherwise false is returned.  
 PropertySuperscriptGets or sets the boolean property indicating whether the represented text is a superscript.  
 PropertySuperscriptDefinedReturns true if the superscript property of all text represented by this font is the same, otherwise false is returned.  
 PropertyThemeColorGets or sets the theme color of all text represented by this font.  
 PropertyTintAndShadeGets or sets the property which controls darkening (values between -1.0 and 0.0) or lightening (values between 0.0 and 1.0) of the underlying theme color.  
 PropertyUnderlineGets or sets the UnderlineStyle of the represented text.  
 PropertyUnderlineDefinedReturns true if the Underline property of all text represented by this font is the same, otherwise false is returned.  
 PropertyWorkbookSetReturns the parent IWorkbookSet of this font.  
Top
See Also

Reference

IFont Interface
SpreadsheetGear Namespace

Send Feedback