Fonts
Vue de l’ensemble
‘Font’ est une classe dans Aspose.Cells FOSS pour C++.
Il représente le font.
Cette classe fournit 17 méthodes pour travailler avec des objets de Font dans les programmes C++. Les méthodologies disponibles comprennent: ‘Clone’, ‘Color’, Font', ‘GetBold’, 'GatColore', ’GtItalic', ‚GitName',‘GotSize’, ‘Trough’, GutUnderline’, ’SetBolde’, ‚SetColors’ et 5 méthode supplémentaires. Tous les membres publics sont accessibles à toute application C ++ après l’installation de l’Aspose.Cells FOSS pour le package C+.
Méthodes accessorielles
| Name | Type | Access | Description |
|---|---|---|---|
Color | Color | Read | Gets the color. |
méthodes
| Signature | Description |
|---|---|
Color() → Color | Gets or sets the color. |
Font() | Initializes a new instance of the class. |
GetName() → std::string | Gets or sets the name. |
SetName(value: std::string) | Sets the name. |
GetSize() → double | Gets or sets the size. |
SetSize(value: double) | Sets the size. |
GetBold() → bool | Gets or sets a value indicating whether bold. |
SetBold(value: bool) | Sets a value indicating whether bold. |
GetItalic() → bool | Gets or sets a value indicating whether italic. |
SetItalic(value: bool) | Sets a value indicating whether italic. |
GetUnderline() → bool | Gets or sets a value indicating whether underline. |
SetUnderline(value: bool) | Sets a value indicating whether underline. |
GetStrikeThrough() → bool | Gets or sets a value indicating whether strike through. |
SetStrikeThrough(value: bool) | Sets a value indicating whether strike through. |
GetColor() → Color | Gets or sets the color. |
SetColor(value: Color) | Sets the color. |
Clone() → Font | Creates a copy of the current instance. The font. |
Voir aussi
- Aspose.Cells — référence API d’entreprise