Name | Description | |
---|---|---|
Font Constructor |
The following tables list the members exposed by Font.
Name | Description | |
---|---|---|
Font Constructor |
Name | Description | |
---|---|---|
Bold | Gets or sets if the Font has bold content. The default is false. | |
Color | Gets or sets the Color for the Font. The default is null. | |
Italic | Gets or sets if the Font has Italic content. The default is false. | |
Name | Gets 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". | |
Size | Gets 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. | |
Strikethrough | Gets or sets if the Font is single strikethrough.The default is false. | |
Subscript | Gets 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. | |
Superscript | Gets 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. | |
ThemeColor | Gets or sets the ThemeColor for the Font. The default setting is null. | |
Underline | Gets or sets if the Font has underline content. The default is false. | |
UnderlineType | Gets 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. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified System.Object is equal to the current System.Object. | |
GetHashCode | Serves as a hash function for a particular type. |
Name | Description | |
---|---|---|
OnPropertyChanged | (Inherited from Xceed.Workbooks.NET.StyleBase<IReadonlyFont>) |