The XLFont type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
XLFont(String, Single) |
Excel font initialization.
|
|
|
XLFont(String, Single, Color) |
Excel font initialization.
|
|
|
XLFont(String, Single, Boolean, Boolean) |
Excel font initialization.
|
|
|
XLFont(String, Single, Boolean, Boolean, Color) |
Excel font initialization.
|
|
|
XLFont(String, Single, Boolean, Boolean, Boolean, XLFontScript, XLUnderlineStyle, Color) |
Excel font initialization.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Equals |
Determines whether the specified System.Object instances are considered equal.
(Overrides Object..::..Equals(Object).) |
|
|
GetHashCode |
Serves as a hash function for a particular type.
(Overrides Object..::..GetHashCode()()()().) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Bold |
Gets bold flag of the Excel font.
|
|
|
Color |
Gets Color value of the Excel font.
|
|
|
FontName |
Gets Excel font name (font family).
|
|
|
FontSize |
Gets Excel font size in points.
|
|
|
Italic |
Gets italic flag of the Excel font.
|
|
|
Script |
Gets XLFontScript value of the Excel font.
|
|
|
SizeInPoints |
Gets Excel font size in points.
|
|
|
Strikeout |
Gets strikeout flag of the Excel font.
|
|
|
Underline |
Gets XLUnderlineStyle value of the Excel font.
|