Xceed Workbooks for .NET v1.4 Documentation
Font Class Members
Properties  Methods 


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace : Font Class

The following tables list the members exposed by Font.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public PropertyGets or sets if the Font has bold content. The default is false.  
Public PropertyGets or sets the Color for the Font. The default is null.  
Public PropertyGets or sets if the Font has Italic content. The default is false.  
Public PropertyGets or sets the name of the Font. The font must be installed for the system to recognize it (ex: "Arial", "Times New Roman", "Broadway"...). The default font is "Calibri".  
Public PropertyGets or sets the size of the Font. The values are in points and must be between 1 and 409; they are rounded to the nearest 0.5. The default value is 11.  
Public PropertyGets or sets if the Font is single strikethrough.The default is false.  
Public PropertyGets or sets if the Font is subscript. When set to true, the font will be smaller and lower in the cell. The default setting is false.  
Public PropertyGets or sets if the Font is superscript. When set to true, the font will be smaller and higher in the cell. The default setting is false.  
Public PropertyGets or sets the ThemeColor for the Font. The default setting is null.  
Public PropertyGets or sets if the Font has underline content. The default is false.  
Public PropertyGets or sets the type for the underline content. The Underline property must be set to true in order to use this property. The default is Single.  
Top
Public Methods
 NameDescription
Public MethodDetermines whether the specified System.Object is equal to the current System.Object.  
Public MethodServes as a hash function for a particular type.  
Top
Protected Methods
See Also

Reference

Font Class
Xceed.Workbooks.NET Namespace