[]
Specifies the font style information applied to the text.
[TypeConverter(typeof(SpreadFontStyle.FontStyleTypeConverter))]
public sealed class SpreadFontStyle : ISerializable, ICanSerializeXml, ISerializeSupport
<TypeConverter(GetType(SpreadFontStyle.FontStyleTypeConverter))>
Public NotInheritable Class SpreadFontStyle
Implements ISerializable, ICanSerializeXml, ISerializeSupport
Name | Description |
---|---|
SpreadFontStyle(RegularBoldItalicFontStyle) | Initializes a new instance of the SpreadFontStyle class. |
SpreadFontStyle(RegularBoldItalicFontStyle, StrikeoutFontStyle, UnderlineFontStyle) | Initializes a new instance of the SpreadFontStyle class. |
SpreadFontStyle(StrikeoutFontStyle) | Initializes a new instance of the SpreadFontStyle class. |
SpreadFontStyle(UnderlineFontStyle) | Initializes a new instance of the SpreadFontStyle class. |
Name | Description |
---|---|
RegularBoldItalic | Gets the regular, bold, or italic font style. |
Strikeout | Gets the strikeout font style. |
Underline | Gets the underline font style. |
Name | Description |
---|---|
Equals(object) | Determines whether the specified object, is equal to this instance. |
GetWindowFontSyle() | Gets the font style. |
IsFontStyleSet() | Gets whether the font style is set. |