Fonts
Vue de l’ensemble
‘Font’ est une classe dans Aspose.Cells FOSS pour .NET.
Il représente le font.
Cette classe fournit 4 méthodes pour travailler avec des objets de Font dans les programmes .NET. Les méthodologies disponibles comprennent: ‘Equals’, ‘GetHashCode’ et ‘ToString’. Tous les membres publics sont accessibles à n’importe quelle application .Net après l’installation du package .net Aspose.Cells FOSS. Propriétés : ‘ArgbColor’, Colore, ‘DoubleSize’, ‘IsBold’, ‘IsItalic’, ’IsStrikeout` et 3 autres.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets or sets the name. |
Size | double | Read/Write | Gets or sets the size. |
DoubleSize | double | Read/Write | Gets or sets the font size. |
Underline | FontUnderlineType | Read/Write | Gets or sets the font underline type. |
IsBold | bool | Read/Write | Gets or sets a value indicating whether bold. |
IsItalic | bool | Read/Write | Gets or sets a value indicating whether italic. |
IsStrikeout | bool | Read/Write | Gets or sets a value indicating whether single strikeout. |
Color | Color | Read/Write | Gets or sets the color. |
ArgbColor | int | Read/Write | Gets or sets the color with a 32-bit ARGB value. |
méthodes
| Signature | Description |
|---|---|
Equals(font: Font) | Checks whether this font equals to another font instance. |
Equals(obj: object) | Determines whether the specified object is equal to the current font instance. |
GetHashCode() | Serves as a hash function for a font object. |
ToString() | Returns a string that represents the current font object. |
Voir aussi
- Aspose.Cells pour .NET — Enterprise API Reference