'Declaration
Public Enum FontStyle Inherits System.Enum
'Usage
Dim instance As FontStyle
public enum FontStyle : System.Enum
'Declaration
Public Enum FontStyle Inherits System.Enum
'Usage
Dim instance As FontStyle
public enum FontStyle : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.FontStyle