Spread for ASP.NET 12 Product Documentation
RegularBoldItalicFontStyle Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : RegularBoldItalicFontStyle Enumeration
Specifies whether regular, bold, or italic font styles are applied to the text.
Syntax
'Declaration
 
Public Enum RegularBoldItalicFontStyle 
   Inherits System.Enum
'Usage
 
Dim instance As RegularBoldItalicFontStyle
public enum RegularBoldItalicFontStyle : System.Enum 
Members
MemberDescription
BoldSpecifies bold text.
BoldItalicSpecifies bold italic text.
ItalicSpecifies italic text.
NotSetSpecifies that the regular, bold, italic font style is not set.
RegularSpecifies regular text.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.RegularBoldItalicFontStyle

See Also

Reference

FarPoint.Web.Spread Namespace