FontValue
Overview
FontValue is a class in Aspose.Cells for NET.
FontValue.Name gets or sets the font family name as a string.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets or sets the font family name as a string |
Size | double | Read/Write | Gets or sets the font size in points as a double |
Bold | bool | Read/Write | Gets or sets a boolean indicating whether the font is bold |
Italic | bool | Read/Write | |
Underline | bool | Read/Write | Gets or sets whether the font is underlined |
StrikeThrough | bool | Read/Write | |
Color | ColorValue | Read/Write | Gets or sets the font color as a ColorValue object |
Methods
| Signature | Description |
|---|---|
Clone() | Returns a new FontValue instance with the same property values |