[]
        
Represents the style of the typeface of a font.
[Flags]
public enum FontStyle : byte
  <Flags>
Public Enum FontStyle As Byte
  | Name | Description | 
|---|---|
| Bold | Specifies bold typeface. Bold is a heavier weight or thickness.  | 
      
| Condense | Macintosh compatibility setting. Represents special word/character rendering on Macintosh, when this flag is set. The effect is to condense the text (squeeze it together). SpreadsheetML applications are not required to render according to this flag.  | 
      
| Extend | Specifies a compatibility setting used for previous spreadsheet applications, resulting in special word/character rendering on those legacy applications, when this flag is set. The effect extends or stretches out the text. SpreadsheetML applications are not required to render according to this flag.  | 
      
| Italic | Specifies italic typeface, which produces a noticeable slant to the vertical stems of the characters.  | 
      
| Outline | This element displays only the inner and outer borders of each character. This is very similar to Bold in behavior.  | 
      
| Regular | Specifies normal weight or thickness of the typeface.  | 
      
| Shadow | Macintosh compatibility setting. Represents special word/character rendering on Macintosh, when this flag is set. The effect is to render a shadow behind, beneath and to the right of the text. SpreadsheetML applications are not required to render according to this flag.  | 
      
| Strikethrough | Specifies strike through, which displays a horizontal line drawn through the middle of the characters.  |